Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterServiceDiscovery ¶
func RegisterServiceDiscovery(name string, factoryMethod func() servicediscovery.Resolver)
Types ¶
type Registry ¶
type Registry interface {
CreateResolver(name string) (servicediscovery.Resolver, error)
}
func NewRegistry ¶
func NewRegistry() Registry
Click to show internal directories.
Click to hide internal directories.