2SOMEone is a brand new social media platform.
$ go install github.com/zeromicro/go-zero/tools/goctl@latest
根目录下:
$ docker build -t message-rpc:v1 -f rpc/message-rpc/Dockerfile .
$ docker build -t <image-name>:<tag> -f <your_path>/Dockerfile .
├─api -- api 网关
├─core -- 数据库定义
├─rpc -- rpc 层
├─service -- 业务代码
├─store -- CRUD
└─util -- 相关工具