Documentation ¶
Overview ¶
Package checkrequest - provides networkservice chain elements to check the request received from the previous element in the chain
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClient ¶
func NewClient(t *testing.T, check func(*testing.T, *networkservice.NetworkServiceRequest)) networkservice.NetworkServiceClient
NewClient - returns NetworkServiceClient chain elements to check the request received from the previous element in the chain
t - *testing.T for checks check - function to check the NetworkServiceRequest
func NewServer ¶
func NewServer(t *testing.T, check func(*testing.T, *networkservice.NetworkServiceRequest)) networkservice.NetworkServiceServer
NewServer - returns NetworkServiceServer chain elements to check the request received from the previous element in the chain
t - *testing.T for checks check - function to check the NetworkServiceRequest
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.