Versions in this module Expand all Collapse all v1 v1.0.1 Apr 19, 2024 Changes in this version + type ControllerMakeCommand struct + func (receiver *ControllerMakeCommand) Description() string + func (receiver *ControllerMakeCommand) Extend() command.Extend + func (receiver *ControllerMakeCommand) Handle(ctx console.Context) error + func (receiver *ControllerMakeCommand) Signature() string + type MiddlewareMakeCommand struct + func (receiver *MiddlewareMakeCommand) Description() string + func (receiver *MiddlewareMakeCommand) Extend() command.Extend + func (receiver *MiddlewareMakeCommand) Handle(ctx console.Context) error + func (receiver *MiddlewareMakeCommand) Signature() string + type RequestMakeCommand struct + func (receiver *RequestMakeCommand) Description() string + func (receiver *RequestMakeCommand) Extend() command.Extend + func (receiver *RequestMakeCommand) Handle(ctx console.Context) error + func (receiver *RequestMakeCommand) Signature() string + type Stubs struct + func (r Stubs) Controller() string + func (r Stubs) Middleware() string + func (r Stubs) Request() string + func (r Stubs) ResourceController() string