Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGRPCServer ¶
func NewSocketServer ¶
Types ¶
type GRPCServer ¶
type GRPCServer struct {
cmn.BaseService
// contains filtered or unexported fields
}
func (*GRPCServer) OnStart ¶
func (s *GRPCServer) OnStart() error
func (*GRPCServer) OnStop ¶
func (s *GRPCServer) OnStop()
type SocketServer ¶
type SocketServer struct {
cmn.BaseService
// contains filtered or unexported fields
}
func (*SocketServer) OnStart ¶
func (s *SocketServer) OnStart() error
func (*SocketServer) OnStop ¶
func (s *SocketServer) OnStop()
Click to show internal directories.
Click to hide internal directories.