Documentation ¶
Index ¶
- type TcpGetCommandConfig
- type TcpGetCommandMessage
- type TcpGetCommandService
- func (svc *TcpGetCommandService) OnClose(c *gev.Connection)
- func (svc *TcpGetCommandService) OnConnect(c *gev.Connection)
- func (svc *TcpGetCommandService) OnMessage(c *gev.Connection, ctx interface{}, data []byte) (out interface{})
- func (svc *TcpGetCommandService) Run(ctx context.Context, params ...interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TcpGetCommandConfig ¶
type TcpGetCommandMessage ¶
type TcpGetCommandService ¶
type TcpGetCommandService struct { natsservice.NatsService // contains filtered or unexported fields }
func NewTcpGetCommandService ¶
func NewTcpGetCommandService(config TcpGetCommandConfig) *TcpGetCommandService
func (*TcpGetCommandService) OnClose ¶
func (svc *TcpGetCommandService) OnClose(c *gev.Connection)
func (*TcpGetCommandService) OnConnect ¶
func (svc *TcpGetCommandService) OnConnect(c *gev.Connection)
func (*TcpGetCommandService) OnMessage ¶
func (svc *TcpGetCommandService) OnMessage(c *gev.Connection, ctx interface{}, data []byte) (out interface{})
Click to show internal directories.
Click to hide internal directories.