Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) GetServiceEndpoints ¶
func (cli *Client) GetServiceEndpoints(ctx context.Context) (*ServiceEndpoints, error)
type Manager ¶
type Manager interface {
GetServiceEndpoints(ctx context.Context) (*ServiceEndpoints, error)
}
type ServiceDiscoverer ¶
type ServiceDiscoverer interface {
GetServiceEndpoints(ctx context.Context) (*ServiceEndpoints, error)
}
Click to show internal directories.
Click to hide internal directories.