# Packages
No description provided by the author
No description provided by the author
Package models contain the key job components used by the Chainlink application.
No description provided by the author
Package presenters allow for the specification and result of a Job, its associated TaskSpecs, and every JobRun and TaskRun to be returned in a user friendly human readable format.
# Functions
No description provided by the author
NewInsecureStore creates a new store with the given config using an insecure keystore.
NewStore will create a new store func NewStore(config *orm.Config, ethClient eth.Client, advisoryLock postgres.AdvisoryLocker, shutdownSignal gracefulpanic.Signal, keyStoreGenerator KeyStoreGenerator) (*Store, error) {.
No description provided by the author
# Constants
AutoMigrate is a flag that automatically migrates the DB when passed to initializeORM.