Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Job ¶
type Job interface {
ID() ids.ID
MissingDependencies(context.Context) (set.Set[ids.ID], error)
// Returns true if this job has at least 1 missing dependency
HasMissingDependencies(context.Context) (bool, error)
Execute(context.Context) error
Bytes() []byte
}
Job defines the interface required to be placed on the job queue.
Click to show internal directories.
Click to hide internal directories.