印度包网
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
mofangmin 0bd727b7eb 手机号去掉前缀 1 year ago
bin code兑换码 1 year ago
call 修复提现订单状态问题 1 year ago
cmd 新增支付 1 year ago
common 新增eanipay 1 year ago
config 增加客服系统 1 year ago
db init 1 year ago
docs init 1 year ago
game init 1 year ago
modules 手机号去掉前缀 1 year ago
natsClient init 1 year ago
pb/proto 红点 1 year ago
tools init 1 year ago
util 红点 1 year ago
.gitignore init 1 year ago
go.mod 首页数据 1 year ago
go.sum 首页数据 1 year ago
indiaprovider init 1 year ago
main.go 增加客服系统 1 year ago
readme.md init 1 year ago

readme.md

  • bin 各模块配置文件

  • call 各个模块可以调用的通用组件

  • common 通用的一些变量,与游戏业务相关的通用逻辑

  • config 读取配置文件

  • db 数据库操作

  • docs 接口文档文件

  • modules 所有模块

    • matching 匹配模块
    • teenpatti 游戏模块
    • rummy 游戏模块
    • gate 网关模块
    • hall 大厅逻辑
    • web web模块
    • backend 后台模块
  • natsClient 实现nats订阅的相关逻辑

  • pb proto协议

  • tools 工具类

  • util 通用的方法(与游戏逻辑不相关)

  • build.sh 打包编译脚本
  • reboot.sh 部署脚本
  • start.sh 运行所有进程脚本,可传进程参数启动单个进程
  • stop.sh 停止所有进程脚本
  • swagger.sh 生成接口文档
  • fieldalignment.sh 自动内存对齐检查修复脚本