Documentation ¶
Overview ¶
Package registry contains mock in memory registry hosted on tcp
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server interface { NetworkServiceRegistryServer() registry.NetworkServiceRegistryServer NetworkServiceEndpointRegistryServer() registry.NetworkServiceEndpointRegistryServer Stop() Start(options ...grpc.ServerOption) error GetListenEndpointURI() *url.URL }
Server mock registry server interface
Click to show internal directories.
Click to hide internal directories.