console

package
v0.0.0-...-9be93d0 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2023 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddCommand

type AddCommand struct {
	// contains filtered or unexported fields
}

func NewAddCommand

func NewAddCommand(artisan console.Artisan, callback func() []string) *AddCommand

func (*AddCommand) Description

func (receiver *AddCommand) Description() string

Description The console command description.

func (*AddCommand) Extend

func (receiver *AddCommand) Extend() command.Extend

Extend The console command extend.

func (*AddCommand) Handle

func (receiver *AddCommand) Handle(ctx console.Context) error

Handle Execute the console command.

func (*AddCommand) Signature

func (receiver *AddCommand) Signature() string

Signature The name and signature of the console command.

type ListCommand

type ListCommand struct {
	// contains filtered or unexported fields
}

func NewListCommand

func NewListCommand(artisan console.Artisan, callback func() []string) *ListCommand

func (*ListCommand) Description

func (receiver *ListCommand) Description() string

Description The console command description.

func (*ListCommand) Extend

func (receiver *ListCommand) Extend() command.Extend

Extend The console command extend.

func (*ListCommand) Handle

func (receiver *ListCommand) Handle(ctx console.Context) error

Handle Execute the console command.

func (*ListCommand) Signature

func (receiver *ListCommand) Signature() string

Signature The name and signature of the console command.

type Stubs

type Stubs struct {
}

func (Stubs) NewRoute

func (r Stubs) NewRoute(withApi bool) string

Jump to

Keyboard shortcuts

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