Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { GetGrpcConnection() *grpc.ClientConn Close() error }
type Server ¶
type Server interface { RunGrpcServer(ctx context.Context, configGrpc func(grpcServer *googleGrpc.Server)) error GracefulShutdown() GetCurrentGrpcServer() *googleGrpc.Server }
func NewGrpcServer ¶
Click to show internal directories.
Click to hide internal directories.