Versions in this module Expand all Collapse all v0 v0.2.0 Feb 9, 2023 v0.1.0 May 1, 2021 Changes in this version + var NoMockStorage = MockStorage() + type Storage struct + func (s *Storage) Delete(user string) error + func (s *Storage) Get(user string) (string, error) + func (s *Storage) Set(user, password string) error + type StorageMocker func(tb testing.TB) *Storage + func MockStorage(mocks ...func(s *Storage)) StorageMocker