Documentation ¶
Overview ¶
Package checkopts - provides tools for checking to make sure that grpc.CallOptions are propagated through a client chain elements
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckPropogateOptsClient ¶
func CheckPropogateOptsClient(t *testing.T, clientUnderTest networkservice.NetworkServiceClient) networkservice.NetworkServiceClient
CheckPropogateOptsClient - returns NetworkServiceClient that checks to make sure the clientUnderTest is passing through the grpc.CallOptions
func NewClient ¶
func NewClient(t *testing.T, opts ...grpc.CallOption) networkservice.NetworkServiceClient
NewClient - returns a NetworkServiceClient that checks for the specified opts... being passed into it
t - *testing.T for checks opts... grpc.CallOptions expected at the end of the list of opts... passed to Request/Close
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.