Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildCommand ¶ added in v1.14.0
type BuildCommand struct {
// contains filtered or unexported fields
}
func NewBuildCommand ¶ added in v1.14.0
func NewBuildCommand(config config.Config) *BuildCommand
func (*BuildCommand) Description ¶ added in v1.14.0
func (receiver *BuildCommand) Description() string
Description The console command description.
func (*BuildCommand) Extend ¶ added in v1.14.0
func (receiver *BuildCommand) Extend() command.Extend
Extend The console command extend.
func (*BuildCommand) Handle ¶ added in v1.14.0
func (receiver *BuildCommand) Handle(ctx console.Context) error
Handle Execute the console command.
func (*BuildCommand) Signature ¶ added in v1.14.0
func (receiver *BuildCommand) Signature() string
Signature The name and signature of the console command.
type KeyGenerateCommand ¶ added in v1.0.0
type KeyGenerateCommand struct {
// contains filtered or unexported fields
}
func NewKeyGenerateCommand ¶ added in v1.12.0
func NewKeyGenerateCommand(config config.Config) *KeyGenerateCommand
func (*KeyGenerateCommand) Description ¶ added in v1.0.0
func (receiver *KeyGenerateCommand) Description() string
Description The console command description.
func (*KeyGenerateCommand) Extend ¶ added in v1.0.0
func (receiver *KeyGenerateCommand) Extend() command.Extend
Extend The console command extend.
func (*KeyGenerateCommand) Handle ¶ added in v1.0.0
func (receiver *KeyGenerateCommand) Handle(ctx console.Context) error
Handle Execute the console command.
func (*KeyGenerateCommand) Signature ¶ added in v1.0.0
func (receiver *KeyGenerateCommand) Signature() string
Signature The name and signature of the console command.
type ListCommand ¶ added in v1.0.0
type ListCommand struct {
// contains filtered or unexported fields
}
func NewListCommand ¶ added in v1.12.0
func NewListCommand(artisan console.Artisan) *ListCommand
func (*ListCommand) Description ¶ added in v1.0.0
func (receiver *ListCommand) Description() string
Description The console command description.
func (*ListCommand) Extend ¶ added in v1.0.0
func (receiver *ListCommand) Extend() command.Extend
Extend The console command extend.
func (*ListCommand) Handle ¶ added in v1.0.0
func (receiver *ListCommand) Handle(ctx console.Context) error
Handle Execute the console command.
func (*ListCommand) Signature ¶ added in v1.0.0
func (receiver *ListCommand) Signature() string
Signature The name and signature of the console command.
type MakeCommand ¶ added in v1.0.0
type MakeCommand struct { }
func NewMakeCommand ¶ added in v1.12.0
func NewMakeCommand() *MakeCommand
func (*MakeCommand) Description ¶ added in v1.0.0
func (receiver *MakeCommand) Description() string
Description The console command description.
func (*MakeCommand) Extend ¶ added in v1.0.0
func (receiver *MakeCommand) Extend() command.Extend
Extend The console command extend.
func (*MakeCommand) Handle ¶ added in v1.0.0
func (receiver *MakeCommand) Handle(ctx console.Context) error
Handle Execute the console command.
func (*MakeCommand) Signature ¶ added in v1.0.0
func (receiver *MakeCommand) Signature() string
Signature The name and signature of the console command.