## 构建工具文档
### 构建 proto (grpc-go)
```shell
make dcgen
```
### 编译全部的 go 项目
make build
### 启动 storage 服务
make dev
### 根据配置生成 结构体命令