Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithClients ¶
func WithClients( transportType testutils.TransportType, keyValueYARPCServer examplepb.KeyValueYARPCServer, fooYARPCServer examplepb.FooYARPCServer, logger *zap.Logger, f func(*Clients) error, ) error
WithClients calls f on the Clients.
Types ¶
type Clients ¶
type Clients struct { KeyValueYARPCClient examplepb.KeyValueYARPCClient FooYARPCClient examplepb.FooYARPCClient KeyValueYARPCJSONClient examplepb.KeyValueYARPCClient FooYARPCJSONClient examplepb.FooYARPCClient KeyValueGRPCClient examplepb.KeyValueClient FooGRPCClient examplepb.FooClient ContextWrapper *grpcctx.ContextWrapper }
Clients holds all clients.
Click to show internal directories.
Click to hide internal directories.