完成授书游戏节点功能

This commit is contained in:
2024-11-21 17:23:07 +08:00
parent 4ea0af5bd7
commit 88f7d55930
11 changed files with 240 additions and 123 deletions

View File

@@ -1,6 +1,9 @@
package config
import "gopkg.in/natefinch/lumberjack.v2"
import (
"game-driver/internal/routes/play/card_device"
"gopkg.in/natefinch/lumberjack.v2"
)
type MqttConfig struct {
Url string
@@ -15,6 +18,7 @@ type AliyunConfig struct {
type GameConfig struct {
MaxTimeout int
CardGroups []*card_device.LineGroup
}
type Logger struct {