# Packages
Package tests contains tests for package 'next'.
# Functions
Client -
Returns the Client networkservice.NetworkServiceClient to be called in the chain from the context.Context.
NewNetworkServiceClient - chains together clients into a single networkservice.NetworkServiceClient.
NewNetworkServiceServer - chains together servers while providing them with the correct next.Server(ctx) to call to invoke the next element in the chain.
NewWrappedNetworkServiceClient chains together clients with wrapper wrapped around each one.
NewWrappedNetworkServiceServer - chains together the servers provides with the wrapper wrapped around each one in turn.
Server -
Returns the Server networkservice.NetworkServiceServer to be called in the chain from the context.Context.
# Type aliases
ClientChainer - a function that chains together a list of networkservice.NetworkServiceClients.
ClientWrapper - a function that wraps around a networkservice.NetworkServiceClient.
ServerChainer - A function that chains a list of networkservice.NetworkServiceServers together.
ServerWrapper - A function that wraps a networkservice.NetworkServiceServer.