Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Registry ¶
type Registry interface { // ListServices list all services ListServices(ctx *context.Context) ([]string, error) // ListInstances list all instances of the service ListInstances(ctx *context.Context, applicationName string, serviceName string) ([]string, error) }
Registry is the interface that wraps the basic methods of registry.
Click to show internal directories.
Click to hide internal directories.