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 (r *JobMakeCommand) Description() string
Description The console command description.
func (*JobMakeCommand) Extend ¶
func (r *JobMakeCommand) Extend() command.Extend
Extend The console command extend.
func (*JobMakeCommand) Handle ¶
func (r *JobMakeCommand) Handle(ctx console.Context) error
Handle Execute the console command.
func (*JobMakeCommand) Signature ¶
func (r *JobMakeCommand) Signature() string
Signature The name and signature of the console command.
type QueueFailedCommand ¶ added in v1.15.12
type QueueFailedCommand struct {
// contains filtered or unexported fields
}
func NewQueueFailedCommand ¶ added in v1.15.12
func NewQueueFailedCommand(queue contractsqueue.Queue) *QueueFailedCommand
func (*QueueFailedCommand) Description ¶ added in v1.15.12
func (r *QueueFailedCommand) Description() string
Description The console command description.
func (*QueueFailedCommand) Extend ¶ added in v1.15.12
func (r *QueueFailedCommand) Extend() command.Extend
Extend The console command extend.
func (*QueueFailedCommand) Handle ¶ added in v1.15.12
func (r *QueueFailedCommand) Handle(ctx console.Context) error
Handle Execute the console command.
func (*QueueFailedCommand) Signature ¶ added in v1.15.12
func (r *QueueFailedCommand) Signature() string
Signature The name and signature of the console command.
type QueueRetryCommand ¶ added in v1.15.12
type QueueRetryCommand struct {
// contains filtered or unexported fields
}
func NewQueueRetryCommand ¶ added in v1.15.12
func NewQueueRetryCommand(queue contractsqueue.Queue, json foundation.Json) *QueueRetryCommand
func (*QueueRetryCommand) Description ¶ added in v1.15.12
func (r *QueueRetryCommand) Description() string
Description The console command description.
func (*QueueRetryCommand) Extend ¶ added in v1.15.12
func (r *QueueRetryCommand) Extend() command.Extend
Extend The console command extend.
func (*QueueRetryCommand) Handle ¶ added in v1.15.12
func (r *QueueRetryCommand) Handle(ctx console.Context) error
Handle Execute the console command.
func (*QueueRetryCommand) Signature ¶ added in v1.15.12
func (r *QueueRetryCommand) Signature() string
Signature The name and signature of the console command.
Click to show internal directories.
Click to hide internal directories.