Documentation ¶
Overview ¶
Package checkcontext - provides registry chain elements for checking the context.Context passed on by the previous chain element
Index ¶
- func NewNSClient(t *testing.T, check func(*testing.T, context.Context)) registry.NetworkServiceRegistryClient
- func NewNSEClient(t *testing.T, check func(*testing.T, context.Context)) registry.NetworkServiceEndpointRegistryClient
- func NewNSEServer(t *testing.T, check func(*testing.T, context.Context)) registry.NetworkServiceEndpointRegistryServer
- func NewNSServer(t *testing.T, check func(*testing.T, context.Context)) registry.NetworkServiceRegistryServer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNSClient ¶
func NewNSClient(t *testing.T, check func(*testing.T, context.Context)) registry.NetworkServiceRegistryClient
NewNSClient - returns NetworkServiceRegistryClient that checks the context passed in from the previous NSClient in the chain
t - *testing.T used for the check check - function that checks the context.Context
func NewNSEClient ¶
func NewNSEClient(t *testing.T, check func(*testing.T, context.Context)) registry.NetworkServiceEndpointRegistryClient
NewNSEClient - returns NetworkServiceEndpointRegistryClient that checks the context passed in from the previous NSClient in the chain
t - *testing.T used for the check check - function that checks the context.Context
func NewNSEServer ¶
func NewNSEServer(t *testing.T, check func(*testing.T, context.Context)) registry.NetworkServiceEndpointRegistryServer
NewNSEServer - returns NetworkServiceEndpointRegistryServer that checks the context passed in from the previous Server in the chain
t - *testing.T used for the check check - function that checks the context.Context
func NewNSServer ¶
func NewNSServer(t *testing.T, check func(*testing.T, context.Context)) registry.NetworkServiceRegistryServer
NewNSServer - returns NetworkServiceRegistryServer that checks the context passed in from the previous NSServer in the chain
t - *testing.T used for the check check - function that checks the context.Context
Types ¶
This section is empty.