Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NewCommand ¶
type NewCommand struct {
}
func NewNewCommand ¶
func NewNewCommand() *NewCommand
func (*NewCommand) Description ¶
func (r *NewCommand) Description() string
Description The console command description.
func (*NewCommand) Extend ¶
func (r *NewCommand) Extend() command.Extend
Extend The console command extend.
func (*NewCommand) Handle ¶
func (r *NewCommand) Handle(ctx console.Context) (err error)
Handle Execute the console command.
func (*NewCommand) Signature ¶
func (r *NewCommand) Signature() string
Signature The name and signature of the console command.
type SkillInstallCommand ¶ added in v1.18.0
type SkillInstallCommand struct{}
func NewSkillInstallCommand ¶ added in v1.18.0
func NewSkillInstallCommand() *SkillInstallCommand
func (*SkillInstallCommand) Description ¶ added in v1.18.0
func (r *SkillInstallCommand) Description() string
Description The console command description.
func (*SkillInstallCommand) Extend ¶ added in v1.18.0
func (r *SkillInstallCommand) Extend() command.Extend
Extend The console command extend.
func (*SkillInstallCommand) Handle ¶ added in v1.18.0
func (r *SkillInstallCommand) Handle(ctx console.Context) error
Handle Execute the console command.
func (*SkillInstallCommand) Signature ¶ added in v1.18.0
func (r *SkillInstallCommand) Signature() string
Signature The name and signature of the console command.
type SkillListCommand ¶ added in v1.18.0
type SkillListCommand struct{}
func NewSkillListCommand ¶ added in v1.18.0
func NewSkillListCommand() *SkillListCommand
func (*SkillListCommand) Description ¶ added in v1.18.0
func (r *SkillListCommand) Description() string
Description The console command description.
func (*SkillListCommand) Extend ¶ added in v1.18.0
func (r *SkillListCommand) Extend() command.Extend
Extend The console command extend.
func (*SkillListCommand) Handle ¶ added in v1.18.0
func (r *SkillListCommand) Handle(ctx console.Context) error
Handle Execute the console command.
func (*SkillListCommand) Signature ¶ added in v1.18.0
func (r *SkillListCommand) Signature() string
Signature The name and signature of the console command.
type UpgradeCommand ¶
type UpgradeCommand struct{}
func NewUpgradeCommand ¶
func NewUpgradeCommand() *UpgradeCommand
func (*UpgradeCommand) Description ¶
func (r *UpgradeCommand) Description() string
Description The console command description.
func (*UpgradeCommand) Extend ¶
func (r *UpgradeCommand) Extend() command.Extend
Extend The console command extend.
func (*UpgradeCommand) Handle ¶
func (r *UpgradeCommand) Handle(ctx console.Context) error
Handle Execute the console command.
func (*UpgradeCommand) Signature ¶
func (r *UpgradeCommand) Signature() string
Signature The name and signature of the console command.