Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server interface {
// Start starts the server.
Start() error
// Stop stops the server.
Stop() error
// Resources returns an instance of the Resources API to publish events
// to federated service mesh consumers.
Resources() resources.Resources
}
Server represents the API for managing the resource discovery server.
Click to show internal directories.
Click to hide internal directories.