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