console

package
v0.0.0-...-057734e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 16, 2023 License: MIT Imports: 8 Imported by: 0

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.

type Stubs

type Stubs struct {
}

func (Stubs) Controller

func (r Stubs) Controller() string

func (Stubs) Middleware

func (r Stubs) Middleware() string

func (Stubs) Request

func (r Stubs) Request() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL