Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientCommandActive ¶
type ClientCommandActive struct { ChannelCtx service.IChannelContext // contains filtered or unexported fields }
func NewClientCommandActive ¶
func NewClientCommandActive(mEventMaker schedule.IRoutineInboundEventMaker, ChannelCtx service.IChannelContext) (this *ClientCommandActive)
func (*ClientCommandActive) Exec ¶
func (event *ClientCommandActive) Exec()
type ClientCommandException ¶
type ClientCommandException struct { ChannelCtx service.IChannelContext // contains filtered or unexported fields }
func NewClientCommandException ¶
func NewClientCommandException(ChannelCtx service.IChannelContext, err error) (this *ClientCommandException)
func (*ClientCommandException) Exec ¶
func (event *ClientCommandException) Exec()
type ClientCommandInActive ¶
type ClientCommandInActive struct { ChannelCtx service.IChannelContext // contains filtered or unexported fields }
func NewClientCommandInActive ¶
func NewClientCommandInActive(mEventMaker schedule.IRoutineInboundEventMaker, ChannelCtx service.IChannelContext) (this *ClientCommandInActive)
func (*ClientCommandInActive) Exec ¶
func (event *ClientCommandInActive) Exec()
type ClientCommandMessageReceived ¶
type ClientCommandMessageReceived struct { ChannelCtx service.IChannelContext // contains filtered or unexported fields }
func NewClientCommandMessageReceived ¶
func NewClientCommandMessageReceived(mEventMaker schedule.IRoutineInboundEventMaker, ChannelCtx service.IChannelContext, e interface{}) (this *ClientCommandMessageReceived)
func (*ClientCommandMessageReceived) Exec ¶
func (event *ClientCommandMessageReceived) Exec()
Click to show internal directories.
Click to hide internal directories.