印度包网
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 644030c250 修复签到 1 year ago
bin code兑换码 1 year ago
call 修复签到 1 year ago
cmd 转盘活动 1 year ago
common Merge branch 'release' into dev 1 year ago
config code兑换码 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 自动内存对齐检查修复脚本