9 lines
152 B
Go
9 lines
152 B
Go
package game
|
|
|
|
import "game-driver/internal/routes/play/card_pusher"
|
|
|
|
type ConfigPush struct {
|
|
PushGroups []*card_pusher.LineGroup
|
|
ReadAddr string
|
|
}
|