Documentation
¶
Index ¶
- type Empty
- func (e *Empty) Deregister(ctx context.Context, service *registry.ServiceInstance) error
- func (e *Empty) GetService(ctx context.Context, serviceName string) ([]*registry.ServiceInstance, error)
- func (e *Empty) Next() ([]*registry.ServiceInstance, error)
- func (e *Empty) Register(ctx context.Context, service *registry.ServiceInstance) error
- func (e *Empty) Stop() error
- func (e *Empty) Watch(ctx context.Context, serviceName string) (registry.Watcher, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Empty ¶
type Empty struct {
}
Registry is empty registry.
func (*Empty) Deregister ¶
func (*Empty) GetService ¶
Click to show internal directories.
Click to hide internal directories.