Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControllerMakeCommand ¶ added in v1.9.0
type ControllerMakeCommand struct { }
func (*ControllerMakeCommand) Description ¶ added in v1.9.0
func (receiver *ControllerMakeCommand) Description() string
Description The console command description.
func (*ControllerMakeCommand) Extend ¶ added in v1.9.0
func (receiver *ControllerMakeCommand) Extend() command.Extend
Extend The console command extend.
func (*ControllerMakeCommand) Handle ¶ added in v1.9.0
func (receiver *ControllerMakeCommand) Handle(ctx console.Context) error
Handle Execute the console command.
func (*ControllerMakeCommand) Signature ¶ added in v1.9.0
func (receiver *ControllerMakeCommand) Signature() string
Signature The name and signature of the console command.
type MiddlewareMakeCommand ¶ added in v1.9.0
type MiddlewareMakeCommand struct { }
func (*MiddlewareMakeCommand) Description ¶ added in v1.9.0
func (receiver *MiddlewareMakeCommand) Description() string
Description The console command description.
func (*MiddlewareMakeCommand) Extend ¶ added in v1.9.0
func (receiver *MiddlewareMakeCommand) Extend() command.Extend
Extend The console command extend.
func (*MiddlewareMakeCommand) Handle ¶ added in v1.9.0
func (receiver *MiddlewareMakeCommand) Handle(ctx console.Context) error
Handle Execute the console command.
func (*MiddlewareMakeCommand) Signature ¶ added in v1.9.0
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.
type Stubs ¶
type Stubs struct { }
func (Stubs) Controller ¶ added in v1.9.0
func (Stubs) Middleware ¶ added in v1.9.0
func (Stubs) ResourceController ¶ added in v1.13.0
Click to show internal directories.
Click to hide internal directories.