Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RunRequest ¶
type RunRequest struct { ID uint `gorm:"primary_key"` RequestID *string TxHash *common.Hash BlockHash *common.Hash Requester *common.Address CreatedAt time.Time }
RunRequest stores the fields used to initiate the parent job run. This migration introduces the BlockHash column onto the table.
Click to show internal directories.
Click to hide internal directories.