package
2.0.0-alpha+incompatible
Repository: https://github.com/sandertungeaspoy/grpc-go.git
Documentation: pkg.go.dev

# Packages

Package dns implements a dns resolver to be installed as the default resolver in grpc.
Package passthrough implements a pass-through resolver.
Package unix implements a resolver for unix targets.

# Functions

GetConfigSelector retrieves the config selector from state, if present, and returns it or nil if absent.
SetConfigSelector sets the config selector in state and returns the new state.

# Structs

RPCConfig describes the configuration to use for each RPC.
RPCInfo contains RPC information needed by a ConfigSelector.
SafeConfigSelector allows for safe switching of ConfigSelector implementations such that previous values are guaranteed to not be in use when UpdateConfigSelector returns.

# Interfaces

ConfigSelector controls what configuration to use for every RPC.