Documentation ¶
Overview ¶
Package checknse - provides registry chain elements for checking the *registry.NetworkServiceEndpoint passed on by the previous chain element
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClient ¶
func NewClient(t *testing.T, check func(*testing.T, *registry.NetworkServiceEndpoint)) registry.NetworkServiceEndpointRegistryClient
NewClient - returns NetworkServiceEndpointRegistryClient that checks the NSE passed in from the previous NSClient in the chain
t - *testing.T used for the check check - function that checks the *registry.NetworkServiceEndpoint
func NewServer ¶
func NewServer(t *testing.T, check func(*testing.T, *registry.NetworkServiceEndpoint)) registry.NetworkServiceEndpointRegistryServer
NewServer - returns NetworkServiceEndpointRegistryServer that checks the NSE passed in from the previous Server in the chain
t - *testing.T used for the check check - function that checks the *registry.NetworkServiceEndpoint
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.