Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobMakeCommand ¶
type JobMakeCommand struct { }
func (*JobMakeCommand) Description ¶
func (receiver *JobMakeCommand) Description() string
Description The console command description.
func (*JobMakeCommand) Extend ¶
func (receiver *JobMakeCommand) Extend() command.Extend
Extend The console command extend.
func (*JobMakeCommand) Handle ¶
func (receiver *JobMakeCommand) Handle(ctx console.Context) error
Handle Execute the console command.
func (*JobMakeCommand) Signature ¶
func (receiver *JobMakeCommand) Signature() string
Signature The name and signature of the console command.
type QueueWorkCommand ¶ added in v1.0.17
type QueueWorkCommand struct { }
func (*QueueWorkCommand) Description ¶ added in v1.0.17
func (receiver *QueueWorkCommand) Description() string
Description The console command description.
func (*QueueWorkCommand) Extend ¶ added in v1.0.17
func (receiver *QueueWorkCommand) Extend() command.Extend
Extend The console command extend.
func (*QueueWorkCommand) Handle ¶ added in v1.0.17
func (receiver *QueueWorkCommand) Handle(ctx console.Context) error
Handle Execute the console command.
func (*QueueWorkCommand) Signature ¶ added in v1.0.17
func (receiver *QueueWorkCommand) Signature() string
Signature The name and signature of the console command.
Click to show internal directories.
Click to hide internal directories.