bi 页面的相关服务接口

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

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