Documentation ¶
Overview ¶
Package registry implements a service registry server.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶ added in v0.15.0
type Interface interface { registrypb.RegistryServer io.Closer }
Interface is a registry implementation.
type Reporter ¶
type Reporter struct {
// contains filtered or unexported fields
}
Reporter periodically submits a list of services available on this instance to the service registry
func NewReporter ¶ added in v0.15.6
func NewReporter() *Reporter
NewReporter creates a new Reporter.
Directories ¶
Path | Synopsis |
---|---|
Package inmemory implements an in-memory registry.
|
Package inmemory implements an in-memory registry. |
Package redis implements a registry in redis.
|
Package redis implements a registry in redis. |
lua
Package lua contains lua source code.
|
Package lua contains lua source code. |
Click to show internal directories.
Click to hide internal directories.