Documentation
¶
Overview ¶
Package server provides functions to configure, start and shutdown gRPC services
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupGrpcServer ¶
func SetupGrpcServer(port, tlsCertFile, tlsKeyFile string, allowedIPs, deniedIPs []string, startTLS, blockedByDefault, trustProxy, telemetry bool) (net.Listener, *grpc.Server, error)
SetupGrpcServer configures the port, filtering & logging interceptors for a gRPC Server.
func StartGrpcServer ¶
StartGrpcServer starts the given gRPC server on the specified listener.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.