Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("not found")
Functions ¶
This section is empty.
Types ¶
type CronContract ¶ added in v0.3.0
type StoredBag ¶
type StoredBag struct { BagID []byte `json:"b"` Size uint64 `json:"s"` ContractAddr string `json:"a"` Status StoredBagStatus `json:"t"` }
type StoredBagStatus ¶
type StoredBagStatus int
const ( StoredBagStatusAdded StoredBagStatus = iota StoredBagStatusActive StoredBagStatusStopped )
Click to show internal directories.
Click to hide internal directories.