combomatchuser.go 228 B

1234567891011
  1. package combomatch
  2. import (
  3. "bet24.com/servers/micros/matches/handler/matchbase"
  4. )
  5. type combomatchuser struct {
  6. matchbase.MatchUser
  7. confirmed bool // 是否确认开赛,用于预报名比赛最终确认
  8. isRobot bool
  9. }