Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Cai <jcai@gitlab.com>2019-06-28 04:01:32 +0300
committerJohn Cai <jcai@gitlab.com>2019-06-28 04:01:37 +0300
commit6e1925500e9592545179749d526522ecbe180926 (patch)
treed5050ecbb8efdd08cd785472767610bb63df6067
parent6819c6dcf9f2fd7b19e2e0e0bf7b166edc2a08e9 (diff)
-rw-r--r--internal/praefect/admin/server.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/praefect/admin/server.go b/internal/praefect/admin/server.go
index 30e6a6bbd..cbc6be312 100644
--- a/internal/praefect/admin/server.go
+++ b/internal/praefect/admin/server.go
@@ -8,6 +8,7 @@ import (
"gitlab.com/gitlab-org/gitaly/internal/praefect/config"
)
+// Server is the struct for the admin server
type Server struct {
d praefect.Datastore
*http.Server