Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Encumbrance ¶
type Encumbrance struct { ID uint `gorm:"primary_key;auto_increment"` Payment *assets.Link `gorm:"type:varchar(255)"` Expiration uint64 EndAt time.Time Oracles string `gorm:"type:text"` Aggregator string `gorm:"not null"` AggInitiateJobSelector [4]byte `gorm:"not null"` AggFulfillSelector [4]byte `gorm:"not null"` }
Click to show internal directories.
Click to hide internal directories.