Documentation ¶
Index ¶
- Constants
- func Add(db sql.Executor, id types.Hash32, set *types.EpochActiveSet) error
- func DeleteBeforeEpoch(db sql.Executor, epoch types.EpochID) error
- func Get(db sql.Executor, id types.Hash32) (*types.EpochActiveSet, error)
- func GetBlob(ctx context.Context, db sql.Executor, id []byte) ([]byte, error)
- func Has(db sql.Executor, id []byte) (bool, error)
Constants ¶
View Source
const (
CacheKindActiveSetBlob sql.QueryCacheKind = "activeset-blob"
)
Variables ¶
This section is empty.
Functions ¶
func DeleteBeforeEpoch ¶ added in v1.2.8
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.