Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithClients ¶
func WithClients( transportType testutils.TransportType, keyValueYARPCServer examplepb.KeyValueYARPCServer, sinkYARPCServer examplepb.SinkYARPCServer, 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 SinkYARPCClient examplepb.SinkYARPCClient FooYARPCClient examplepb.FooYARPCClient KeyValueYARPCJSONClient examplepb.KeyValueYARPCClient SinkYARPCJSONClient examplepb.SinkYARPCClient FooYARPCJSONClient examplepb.FooYARPCClient KeyValueGRPCClient examplepb.KeyValueClient SinkGRPCClient examplepb.SinkClient FooGRPCClient examplepb.FooClient ContextWrapper *grpcctx.ContextWrapper }
Clients holds all clients.
Click to show internal directories.
Click to hide internal directories.