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