mirror of
https://github.com/krau/SaveAny-Bot.git
synced 2026-05-10 17:52:44 +08:00
583 B
583 B
title, weight
| title | weight |
|---|---|
| Contributing | 20 |
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.goand run code generation. - Define the storage backend configuration in the
config/storagedirectory and add it toconfig/storage/factory.go. - Create a new package in the
storagedirectory, implement the storage backend, and import it instorage/storage.go. - Update the documentation to include configuration details for the new storage backend.