package
1.27.2
Repository: https://github.com/echohead/yarpc-go.git
Documentation: pkg.go.dev

# Functions

NewClientDispatcher returns a new client Dispatcher.
NewDispatcherConfig returns a new DispatcherConfig with assigned ports.
NewServerDispatcher returns a new server Dispatcher.
ParseTransportType parses a transport type from a string.
WithClientInfo wraps a function by setting up a client and server dispatcher and giving the function the client configuration to use in tests for the given TransportType.

# Constants

TransportTypeGRPC represents using GRPC.
TransportTypeHTTP represents using HTTP.
TransportTypeTChannel represents using TChannel.

# Variables

AllTransportTypes are all TransportTypes,.

# Structs

ClientInfo holds the client info for testing.
DispatcherConfig is the configuration for a Dispatcher.

# Type aliases

TransportType is a transport type.