more work on test rig
This commit is contained in:
@ -25,4 +25,6 @@ package storage
|
||||
type Storage interface {
|
||||
StoreFileAt(path string, data []byte) error
|
||||
RetrieveFileFrom(path string) ([]byte, error)
|
||||
ListKeys() ([]string, error)
|
||||
RemoveFileAt(path string) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user