package
0.0.0-20230728070032-dd9e68f319d5
Repository: https://github.com/weaveworks/common.git
Documentation: pkg.go.dev

# Functions

New makes a new Server.
No description provided by the author
No description provided by the author
NewWithMetrics makes a new Server using the provided Metrics.
No description provided by the author
RegisterInstrumentation on the given router.
RegisterInstrumentationWithGatherer on the given router.

# Constants

DefaultNetwork the host resolves to multiple IP addresses, Dial will try each IP address in order until one succeeds.
NetworkTCPV4 for IPV4 only.

# Structs

Config for a Server.
No description provided by the author
No description provided by the author
Server wraps a HTTP and gRPC server, and some common initialization.
TLSConfig contains TLS parameters for Config.
UnimplementedFakeServerServer can be embedded to have forward compatible implementations.

# Interfaces

No description provided by the author
No description provided by the author
FakeServerClient is the client API for FakeServer service.
FakeServerServer is the server API for FakeServer service.
SignalHandler used by Server.