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 validate.Config, relayers map[relay.Network]types.Relayer, ) *Delegate
NewDelegateBootstrap creates a new Delegate
func (Delegate) AfterJobCreated ¶
AfterJobCreated satisfies the job.Delegate interface.
func (*Delegate) BeforeJobCreated ¶ added in v1.11.0
func (Delegate) BeforeJobDeleted ¶
BeforeJobDeleted satisfies the job.Delegate interface.
func (*Delegate) ServicesForSpec ¶
ServicesForSpec satisfies the job.Delegate interface.
Click to show internal directories.
Click to hide internal directories.