Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventMakeCommand ¶
type EventMakeCommand struct { }
func (*EventMakeCommand) Description ¶
func (receiver *EventMakeCommand) Description() string
Description The console command description.
func (*EventMakeCommand) Extend ¶
func (receiver *EventMakeCommand) Extend() command.Extend
Extend The console command extend.
func (*EventMakeCommand) Handle ¶
func (receiver *EventMakeCommand) Handle(ctx console.Context) error
Handle Execute the console command.
func (*EventMakeCommand) Signature ¶
func (receiver *EventMakeCommand) Signature() string
Signature The name and signature of the console command.
type ListenerMakeCommand ¶
type ListenerMakeCommand struct { }
func (*ListenerMakeCommand) Description ¶
func (receiver *ListenerMakeCommand) Description() string
Description The console command description.
func (*ListenerMakeCommand) Extend ¶
func (receiver *ListenerMakeCommand) Extend() command.Extend
Extend The console command extend.
func (*ListenerMakeCommand) Handle ¶
func (receiver *ListenerMakeCommand) Handle(ctx console.Context) error
Handle Execute the console command.
func (*ListenerMakeCommand) Signature ¶
func (receiver *ListenerMakeCommand) Signature() string
Signature The name and signature of the console command.
Click to show internal directories.
Click to hide internal directories.