ServiceNamespace => ServicePrefix in api server
This commit is contained in:
parent
316424f0f7
commit
9e116731b1
@ -18,7 +18,7 @@ type Options struct {
|
||||
TLSConfig *tls.Config
|
||||
Resolver resolver.Resolver
|
||||
Namespace string
|
||||
ServiceNamespace string
|
||||
ServicePrefix string
|
||||
}
|
||||
|
||||
func EnableCORS(b bool) Option {
|
||||
@ -57,9 +57,9 @@ func TLSConfig(t *tls.Config) Option {
|
||||
}
|
||||
}
|
||||
|
||||
func ServiceNamespace(n string) Option {
|
||||
func ServicePrefix(n string) Option {
|
||||
return func(o *Options) {
|
||||
o.ServiceNamespace = n
|
||||
o.ServicePrefix = n
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user