Skip to content

NpoolPlatform/cloud-hashing-billing-not-used

Repository files navigation

Npool Cloud Hashing Billing

Test

目录


功能

  • 记账分成服务

命令

  • make init 初始化仓库,创建go.mod
  • make verify 验证开发环境与构建环境,检查code conduct
  • make verify-build 编译目标
  • make test 单元测试
  • make generate-docker-images 生成docker镜像
  • make cloud-hashing-billing 单独编译服务
  • make cloud-hashing-billing-image 单独生成服务镜像
  • make deploy-to-k8s-cluster 部署到k8s集群

关于mysql

  • 创建app后,从app.Mysql()获取本地mysql client
  • 文档参考

GRPC