doc(storage): update storage

This commit is contained in:
bandl 2021-11-06 16:20:15 +08:00
parent fd605d125f
commit c6273d084e
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,8 @@
- go1.15+, python3
- jinja2
- go mod
- protobuf 3.17.3
- protoc-gen-go v1.26.0
#### storage 执行流程
![](../_icon/storage-dao.svg)
@ -34,6 +36,8 @@
#### 快速开发接口
> [快速开发视频 blibli](https://www.bilibili.com/video/BV1HL4y1v7ps)
1. 修改 temp/tem.yaml 文件,添加新接口
2. 在项目根目录执行 `make dcgen` 生成 proto 原始结构
3. 修改对应新添加接口的 proto 文件,再次执行 `make dcgen` 完成 proto 迁移