gogcli
gogcli copied to clipboard
Custom Storage Service Support
For extensibility with third parties, there should be a third storage option called custom storage service.
This storage should take a url as a parameter and communicate with an external service following a documented restful api.
This would allow any third-party to implement a custom storage by implementing the api, without having to add code to this project.