Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-10 | ref: Create a storage interface | Gabriel Arakaki Giovanini | |
This `Storage` interface will define all the interactions with the storage system. For now I plan to support native file system through go's standard library and Nextcloud through *webdav*. So this is the first step in that direction. |