Contributing
#
Contributing New Storage Backend
#
- Fork this repository and clone it to your local machine.
- Add the new storage backend type in
pkg/enums/storage/storages.go and run code generation. - Define the storage backend configuration in the
config/storage directory and add it to config/storage/factory.go. - Create a new package in the
storage directory, implement the storage backend, and import it in storage/storage.go. - Update the documentation to include configuration details for the new storage backend.