Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
Adapter for Eureka Service Discovery
func (*Adapter) ListInstances ¶
func (a *Adapter) ListInstances() ([]*api.ServiceInstance, error)
ListInstances queries for the list of service instances currently registered.
func (*Adapter) ListServiceInstances ¶
func (a *Adapter) ListServiceInstances(serviceName string) ([]*api.ServiceInstance, error)
ListServiceInstances queries for the list of service instances currently registered for the given service.
func (*Adapter) ListServices ¶
ListServices queries for the list of services for which instances are currently registered.
Click to show internal directories.
Click to hide internal directories.