aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-16feat: Add storage interfaceHEADmasterGabriel Arakaki Giovanini
With this is easier to interact with storage layers.
2022-09-10feat: Add licenseGabriel Arakaki Giovanini
2022-09-10ref: Create a storage interfaceGabriel 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.
2022-08-28feat: Add init source codeGabriel Arakaki Giovanini
For now only `pipe` is feature complete. The order module needs to be changed a lot.