Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GrpcServer ¶
type GrpcServer struct {
// contains filtered or unexported fields
}
GrpcServer wraps grpc.Server setup process.
func (*GrpcServer) Serve ¶
func (s *GrpcServer) Serve(lis net.Listener) error
Serve implements Server.Serve for starting the grpc server
func (*GrpcServer) Shutdown ¶
func (s *GrpcServer) Shutdown()
Shutdown implements Server.Shutdown for gracefully shutting down the grpc server
Click to show internal directories.
Click to hide internal directories.