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