bi 页面的相关服务接口

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

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