summaryrefslogtreecommitdiff
path: root/manager/lib/config.go
diff options
context:
space:
mode:
authorMatthieu <matthieu@developershouse.xyz>2021-10-08 14:40:29 +0400
committerMatthieu <matthieu@developershouse.xyz>2021-10-08 14:40:29 +0400
commitdbfc18ed3cef55a4433870ddee77c921b996cc2b (patch)
tree57dbbb3b1d39afa2910b751fb388dc2e99772e89 /manager/lib/config.go
parent4a08838b902d7f7c0c4daec5fe121707d794ec6e (diff)
docs: add docusaurus base
Diffstat (limited to 'manager/lib/config.go')
-rw-r--r--manager/lib/config.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/manager/lib/config.go b/manager/lib/config.go
deleted file mode 100644
index 07d0de9..0000000
--- a/manager/lib/config.go
+++ /dev/null
@@ -1,10 +0,0 @@
-package lib
-
-
-type GrpcConfig struct {
- Server string
-}
-
-type Config struct {
- Grpc GrpcConfig
-}