bi 页面的相关服务接口

xuzhiheng 8aff6380b8 414 1 년 전
.idea 1edc0b6d57 api修改对应session 2 년 전
api 0f61e2c104 返回值格式处理 1 년 전
entity bd545306c1 es新增链接 1 년 전
rpc 316432f4b2 es新增链接 1 년 전
service 8aff6380b8 414 1 년 전
README.md e8b106c3ff 领取线索 2 년 전
go.mod 1190c5990b 新增接口 1 년 전
go.sum 1190c5990b 新增接口 1 년 전

README.md

bi页面的相关服务接口 goctl rpc proto -src biService.proto -dir . goctl rpc protoc biService.proto --go_out=. --go-grpc_out=. --zrpc_out=. goctl api go -api biService.api -dir . go test -v -coverprofile=coverage go tool cover -html=coverage -o coverage.html