Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandService ¶
type CommandService struct {
// contains filtered or unexported fields
}
func (*CommandService) Define ¶
func (cs *CommandService) Define(command string, handler router.CommandHandler) error
func (*CommandService) DefineStream ¶
func (cs *CommandService) DefineStream(command string, std router.CommandHandler, stream router.StreamHandler) error
func (*CommandService) Router ¶
func (cs *CommandService) Router() *(router.Router)
func (*CommandService) Stop ¶
func (cs *CommandService) Stop()
Click to show internal directories.
Click to hide internal directories.