package
0.0.0-20230323010021-df0bd0c10398
Repository: https://github.com/mjm/pi-tools.git
Documentation: pkg.go.dev

# Functions

Dial creates a connection to a gRPC service in the cluster.
ListenAndServe starts listening in the background for HTTP and optionally gRPC requests.
MustDial calls Dial, but panics if there is an error creating the connection.
SetDefaultGRPCPort configures the current process to run a gRPC server, by default listening on the given port.
SetDefaultHTTPPort configures the current process to run an HTTP server, by default listening on the given port.
WithRegisteredServices configures a function that will be called with the gRPC server that ListenAndServe creates.

# Type aliases

Option is an option to configure the server that is started with ListenAndServe.