Versions in this module Expand all Collapse all v0 v0.4.0 Feb 1, 2024 Changes in this version + const SlotMigratePrefix + type Entry struct + Slot uint16 + Value string + type SlotMigrateRepo struct + func NewSlotMigrateRepo(db objmetadb.ObjStoreMetaDBAPI) *SlotMigrateRepo + func (s *SlotMigrateRepo) AllKeysChan(ctx context.Context) (<-chan *Entry, error) + func (s *SlotMigrateRepo) Get(slot uint16) (value string, err error) + func (s *SlotMigrateRepo) Has(slot uint16) (bool, error) + func (s *SlotMigrateRepo) Remove(slot uint16) error + func (s *SlotMigrateRepo) Set(slot uint16, value string) error