Contribute new storage driver
Duplicate drivers/template
to expand the new storage. Please read CONTRIBUTING for details. The design of the driver part of OpenList is easy to expand, no need to modify other files, just create a new package under the back-end project drivers package and reference this package in the all.go
file.
复制 drivers/template
以扩展新存储。 请阅读 CONTRIBUTING 了解详情。 OpenList 的驱动部分的设计很容易扩展,不需要修改其他文件,只需在后端项目驱动包下新建一个包,在 all.go
文件中引用这个包即可。