Documentation ¶ Index ¶ type Registrar func NewRegistrar() *Registrar func (x *Registrar) Deregister(ctx context.Context, service *registry.ServiceInstance) error func (x *Registrar) Register(ctx context.Context, service *registry.ServiceInstance) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Registrar ¶ type Registrar struct { } func NewRegistrar ¶ func NewRegistrar() *Registrar func (*Registrar) Deregister ¶ func (x *Registrar) Deregister(ctx context.Context, service *registry.ServiceInstance) error func (*Registrar) Register ¶ func (x *Registrar) Register(ctx context.Context, service *registry.ServiceInstance) error Source Files ¶ View all Source files dummy_registry.go Click to show internal directories. Click to hide internal directories.