WIP
This commit is contained in:
11
pwd/storage_mock_test.go
Normal file
11
pwd/storage_mock_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package pwd
|
||||
|
||||
type mockStorage struct {
|
||||
}
|
||||
|
||||
func (m *mockStorage) Save() error {
|
||||
return nil
|
||||
}
|
||||
func (m *mockStorage) Load() error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user