Versions in this module Expand all Collapse all v1 v1.0.2 Jan 31, 2023 v1.0.1 Jan 25, 2023 Changes in this version + type IDStore interface + GetID func() string + SetID func(string) + type KvdbIDStore struct + func NewKvdbIDStore(table kvdb.Store) *KvdbIDStore + func (p *KvdbIDStore) GetID() string + func (p *KvdbIDStore) SetID(id string) + type Migration struct + func Begin(appName string) *Migration + func (m *Migration) Exec(curr IDStore, flush func() error) error + func (m *Migration) ID() string + func (m *Migration) IDs() []string + func (m *Migration) Next(name string, exec func() error) *Migration