mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-16 18:07:34 -06:00
more work on test rig
This commit is contained in:
parent
9a57dac5a1
commit
7ab9e78b44
18 changed files with 514 additions and 47 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue