Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RouteListCommand ¶
type RouteListCommand struct {
// contains filtered or unexported fields
}
func NewList ¶
func NewList(router route.Route) *RouteListCommand
func (*RouteListCommand) Description ¶
func (r *RouteListCommand) Description() string
Description The console command description.
func (*RouteListCommand) Extend ¶
func (r *RouteListCommand) Extend() command.Extend
Extend The console command extend.
func (*RouteListCommand) Handle ¶
func (r *RouteListCommand) Handle(ctx console.Context) error
Handle Execute the console command.
func (*RouteListCommand) Signature ¶
func (r *RouteListCommand) Signature() string
Signature The name and signature of the console command.
Click to show internal directories.
Click to hide internal directories.