Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Delegate ¶
type Delegate struct {
// contains filtered or unexported fields
}
Delegate creates Bootstrap jobs
func NewDelegateBootstrap ¶
func NewDelegateBootstrap( db *sqlx.DB, jobORM job.ORM, peerWrapper *ocrcommon.SingletonPeerWrapper, lggr logger.Logger, cfg offchainreporting2.Config, relayer types.Relayer, ) *Delegate
NewDelegateBootstrap creates a new Delegate
func (Delegate) AfterJobCreated ¶
AfterJobCreated satisfies the job.Delegate interface.
func (Delegate) BeforeJobDeleted ¶
BeforeJobDeleted satisfies the job.Delegate interface.
Click to show internal directories.
Click to hide internal directories.