config/cmd: remove 8 unused variables (#1175)
This commit is contained in:
parent
67acd9288b
commit
ca1d0b94c3
@ -311,16 +311,6 @@ var (
|
|||||||
"service": sAuth.NewAuth,
|
"service": sAuth.NewAuth,
|
||||||
"jwt": jwtAuth.NewAuth,
|
"jwt": jwtAuth.NewAuth,
|
||||||
}
|
}
|
||||||
|
|
||||||
// used for default selection as the fall back
|
|
||||||
defaultClient = "grpc"
|
|
||||||
defaultServer = "grpc"
|
|
||||||
defaultBroker = "eats"
|
|
||||||
defaultRegistry = "mdns"
|
|
||||||
defaultSelector = "registry"
|
|
||||||
defaultTransport = "http"
|
|
||||||
defaultRuntime = "local"
|
|
||||||
defaultStore = "memory"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user