Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GrpcClient ¶
type GrpcClient interface { GetGrpcConnection() *grpc.ClientConn Close() error }
func NewGrpcClient ¶
func NewGrpcClient(config *GrpcConfig) (GrpcClient, error)
type GrpcConfig ¶
type GrpcServer ¶
type GrpcServer struct { Grpc *grpc.Server Config *GrpcConfig Log logger.ILogger }
func NewGrpcServer ¶
func NewGrpcServer(log logger.ILogger, config *GrpcConfig) *GrpcServer
func (*GrpcServer) RunGrpcServer ¶
Click to show internal directories.
Click to hide internal directories.