package
2.35.0+incompatible
Repository: https://github.com/percona-platform/dbaas-controller.git
Documentation: pkg.go.dev

# Functions

NewGRPCServer creates new gRPC server with given options.
RunDebugServer runs debug server with given options until ctx is canceled.
RunHTTPServer runs HTTP server with given options until ctx is canceled.

# Structs

NewGRPCServerOpts configure gRPC server.
RunDebugServerOpts configure debug server.
RunHTTPServerOpts configure HTTP server.

# Interfaces

GRPCServer is an interface wrapper for gRPC Server.