Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GrpcServer ¶
type GrpcServer struct {
Server *grpc.Server
Config *configs.GrpcConfig
}
func NewGrpcServer ¶
func NewGrpcServer(config *configs.GrpcConfig) (*GrpcServer, error)
func (*GrpcServer) Start ¶
func (s *GrpcServer) Start() error
func (*GrpcServer) Stop ¶
func (s *GrpcServer) Stop() error
Click to show internal directories.
Click to hide internal directories.