Versions in this module Expand all Collapse all v0 v0.3.0 Dec 22, 2020 Changes in this version type Store + func (s *Store) GetCount(ctx context.Context, account ed25519.PublicKey) (int, error) + func (s *Store) IncrementCount(ctx context.Context, account ed25519.PublicKey) error v0.2.7 Dec 15, 2020 v0.2.6 Dec 15, 2020 Changes in this version + type Store struct + func (s *Store) Get(ctx context.Context, account ed25519.PublicKey) (migration.State, error) + func (s *Store) Reset() + func (s *Store) Update(_ context.Context, account ed25519.PublicKey, prev, next migration.State) error v0.2.5 Dec 8, 2020 Changes in this version + func New() migration.Store