Versions in this module Expand all Collapse all v2 v2.6.1 Sep 5, 2023 Changes in this version + type MockStore struct + func (m *MockStore) All() (map[string][]byte, error) + func (m *MockStore) Commit(token string, b []byte, expiry time.Time) (err error) + func (m *MockStore) Delete(token string) (err error) + func (m *MockStore) ExpectAll(mb map[string][]byte, err error) + func (m *MockStore) ExpectCommit(token string, b []byte, expiry time.Time, err error) + func (m *MockStore) ExpectDelete(token string, err error) + func (m *MockStore) ExpectFind(token string, b []byte, found bool, err error) + func (m *MockStore) Find(token string) (b []byte, found bool, err error)