Documentation
¶
Overview ¶
Package jobs implements all SpinCycle jobs and a factory to create them. This package is intended to be overwritten with a custom jobs package with factory and job implementations that make sense for your domain. For an example jobs package, look at the package github.com/square/spincycle/dev/jobs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Factory job.Factory = empty{}
Factory is a package variable referenced from other modules. It is the main entry point to domain-specific jobs. Refer to the job.Factory type for usage documentation.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.