external service registration aware of different registries

This commit is contained in:
A.Unger
2020-11-12 09:30:14 +01:00
parent 9104aaa3f7
commit 89ccb8110d
2 changed files with 24 additions and 10 deletions
+7 -7
View File
@@ -60,13 +60,13 @@ type TokenManager struct {
// Config combines all available configuration parts.
type Config struct {
File string
Registry string
Log Log
Debug Debug
HTTP HTTP
GRPC GRPC
Tracing Tracing
File string
Registry string
Log Log
Debug Debug
HTTP HTTP
GRPC GRPC
Tracing Tracing
TokenManager TokenManager
Accounts *accounts.Config