Versions in this module Expand all Collapse all v0 v0.0.2 Mar 12, 2021 Changes in this version + func Migrate(tx *gorm.DB) error + type Encumbrance struct + EndAt time.Time + Expiration uint64 + ID uint + Oracles string + Payment *assets.Link + type ExternalInitiator struct + AccessKey string + HashedSecret string + Salt string + type Head struct + HashRaw string + Number int64 + type Initiator struct + Address common.Address + CreatedAt time.Time + DeletedAt null.Time + ID uint + JobSpecID string + Ran bool + Requesters string + Schedule string + Time time.Time + Type string + type JobRun struct + CreatedAt time.Time + CreationHeight string + DeletedAt null.Time + FinishedAt null.Time + ID string + InitiatorID uint + JobSpecID string + ObservedHeight string + OverridesID uint + ResultID uint + RunRequestID uint + Status string + UpdatedAt time.Time + type JobSpec struct + CreatedAt time.Time + DeletedAt null.Time + EndAt null.Time + ID string + StartAt null.Time + type Key struct + Address models.EIP55Address + CreatedAt time.Time + JSON models.JSON + UpdatedAt time.Time + type RunRequest struct + CreatedAt time.Time + ID uint + RequestID *string + Requester *common.Address + TxHash *common.Hash + type RunResult struct + Amount *assets.Link + Data string + ErrorMessage string + ID uint + Status string + type ServiceAgreement struct + CreatedAt time.Time + EncumbranceID uint + ID string + JobSpecID string + RequestBody string + Signature string + type TaskRun struct + CreatedAt time.Time + ID string + JobRunID string + MinimumConfirmations uint64 + ResultID uint + Status string + TaskSpecID uint + type TaskSpec struct + Confirmations clnull.Uint32 + JobSpecID string + Params string + Type string + type Tx struct + Confirmed bool + Data []byte + From common.Address + GasLimit uint64 + GasPrice *utils.Big + Hash common.Hash + Hex string + ID uint64 + Nonce uint64 + SentAt uint64 + To common.Address + Value *utils.Big + type TxAttempt struct + Confirmed bool + CreatedAt time.Time + GasPrice *utils.Big + Hash common.Hash + Hex string + SentAt uint64 + TxID uint64