memory

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 22, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() migration.Store

New returns a memory backed migration.Store

Types

type Store added in v0.2.6

type Store struct {
	sync.Mutex
	// contains filtered or unexported fields
}

func (*Store) Get added in v0.2.6

func (s *Store) Get(ctx context.Context, account ed25519.PublicKey) (state migration.State, exists bool, err error)

Get implements migration.Store.Get.

func (*Store) GetCount added in v0.3.0

func (s *Store) GetCount(ctx context.Context, account ed25519.PublicKey) (int, error)

GetCount implements migration.Store.GetCount

func (*Store) IncrementCount added in v0.3.0

func (s *Store) IncrementCount(ctx context.Context, account ed25519.PublicKey) error

IncrementCount implements migration.Store.IncrementCount

func (*Store) Reset added in v0.2.6

func (s *Store) Reset()

func (*Store) Update added in v0.2.6

func (s *Store) Update(_ context.Context, account ed25519.PublicKey, prev, next migration.State) error

Update implements migration.Store.Update.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL