forked from p53841790/wheat-cache
doc(storage): add developer doc
This commit is contained in:
parent
bbfd32cebc
commit
51914aea8a
|
@ -124,4 +124,6 @@ func TestClient(t *testing.T) {
|
|||
|
||||
|
||||
### 开发者文档
|
||||
更新中
|
||||
|
||||
#### storage 部分开发文档
|
||||
![storage 开发文档]("./doc/storage/storage.md")
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
### 快速进行 storage 开发
|
||||
|
||||
#### 开发环境
|
||||
- ubuntu18, 可以使用 wsl
|
||||
- go1.15+, python3
|
||||
- jinja2
|
||||
- go mod
|
||||
|
||||
#### 分层,简介
|
||||
```sh
|
||||
|
|
Loading…
Reference in New Issue