完成授书游戏节点功能
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user