Documentation
¶
Index ¶
- Variables
- func RegisterBasketBallServer(s *grpc.Server, srv BasketBallServer)
- type Animation
- func (*Animation) Descriptor() ([]byte, []int)deprecated
- func (x *Animation) GetHeight() int64
- func (x *Animation) GetUrl() string
- func (x *Animation) GetWidth() int64
- func (*Animation) ProtoMessage()
- func (x *Animation) ProtoReflect() protoreflect.Message
- func (x *Animation) Reset()
- func (x *Animation) String() string
- type AreaInfo
- func (*AreaInfo) Descriptor() ([]byte, []int)deprecated
- func (x *AreaInfo) GetContinentImage() string
- func (x *AreaInfo) GetContinentList() []*ContinentInfo
- func (x *AreaInfo) GetContinentName() string
- func (x *AreaInfo) GetId() int64
- func (*AreaInfo) ProtoMessage()
- func (x *AreaInfo) ProtoReflect() protoreflect.Message
- func (x *AreaInfo) Reset()
- func (x *AreaInfo) String() string
- type BasketBallClient
- type BasketBallServer
- type CenterComment
- func (*CenterComment) Descriptor() ([]byte, []int)deprecated
- func (x *CenterComment) GetContent() string
- func (x *CenterComment) GetElapsed() string
- func (x *CenterComment) GetElapsedPlus() int64
- func (x *CenterComment) GetMatchId() int64
- func (x *CenterComment) GetScope() int64
- func (x *CenterComment) GetScore() string
- func (x *CenterComment) GetSort() int64
- func (x *CenterComment) GetTeam() int64
- func (*CenterComment) ProtoMessage()
- func (x *CenterComment) ProtoReflect() protoreflect.Message
- func (x *CenterComment) Reset()
- func (x *CenterComment) String() string
- type CenterCountParams
- func (*CenterCountParams) Descriptor() ([]byte, []int)deprecated
- func (x *CenterCountParams) GetAway() string
- func (x *CenterCountParams) GetHome() string
- func (x *CenterCountParams) GetType() string
- func (x *CenterCountParams) GetTypeId() int64
- func (*CenterCountParams) ProtoMessage()
- func (x *CenterCountParams) ProtoReflect() protoreflect.Message
- func (x *CenterCountParams) Reset()
- func (x *CenterCountParams) String() string
- type CenterMatchIncident
- func (*CenterMatchIncident) Descriptor() ([]byte, []int)deprecated
- func (x *CenterMatchIncident) GetElapsed() int64
- func (x *CenterMatchIncident) GetElapsedPlus() int64
- func (x *CenterMatchIncident) GetGoalType() int64
- func (x *CenterMatchIncident) GetIncidentType() string
- func (x *CenterMatchIncident) GetIncidentTypeId() int64
- func (x *CenterMatchIncident) GetIndex() int64
- func (x *CenterMatchIncident) GetIsHome() bool
- func (x *CenterMatchIncident) GetMatchId() int64
- func (x *CenterMatchIncident) GetPlayerId() int64
- func (x *CenterMatchIncident) GetPlayerName() string
- func (x *CenterMatchIncident) GetRelatePlayerId() int64
- func (x *CenterMatchIncident) GetRelatePlayerName() string
- func (x *CenterMatchIncident) GetScores() string
- func (x *CenterMatchIncident) GetTeamId() int64
- func (x *CenterMatchIncident) GetTeamName() string
- func (x *CenterMatchIncident) GetX() int64
- func (x *CenterMatchIncident) GetY() int64
- func (*CenterMatchIncident) ProtoMessage()
- func (x *CenterMatchIncident) ProtoReflect() protoreflect.Message
- func (x *CenterMatchIncident) Reset()
- func (x *CenterMatchIncident) String() string
- type CenterMatchTeamCount
- func (*CenterMatchTeamCount) Descriptor() ([]byte, []int)deprecated
- func (x *CenterMatchTeamCount) GetAwayId() int64
- func (x *CenterMatchTeamCount) GetAwayName() string
- func (x *CenterMatchTeamCount) GetHomeId() int64
- func (x *CenterMatchTeamCount) GetHomeName() string
- func (x *CenterMatchTeamCount) GetMatchId() int64
- func (x *CenterMatchTeamCount) GetStats() []*CenterCountParams
- func (*CenterMatchTeamCount) ProtoMessage()
- func (x *CenterMatchTeamCount) ProtoReflect() protoreflect.Message
- func (x *CenterMatchTeamCount) Reset()
- func (x *CenterMatchTeamCount) String() string
- type CenterScores
- func (*CenterScores) Descriptor() ([]byte, []int)deprecated
- func (x *CenterScores) GetTeam1() string
- func (x *CenterScores) GetTeam2() string
- func (x *CenterScores) GetType() string
- func (x *CenterScores) GetUpdateTime() string
- func (*CenterScores) ProtoMessage()
- func (x *CenterScores) ProtoReflect() protoreflect.Message
- func (x *CenterScores) Reset()
- func (x *CenterScores) String() string
- type CheckExistenceDataRequest
- func (*CheckExistenceDataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CheckExistenceDataRequest) GetCheckType() int64
- func (x *CheckExistenceDataRequest) GetIds() []int64
- func (x *CheckExistenceDataRequest) GetIsHot() int64
- func (x *CheckExistenceDataRequest) GetKeyWord() string
- func (x *CheckExistenceDataRequest) GetLanguage() string
- func (x *CheckExistenceDataRequest) GetPage() int64
- func (x *CheckExistenceDataRequest) GetPageSize() int64
- func (*CheckExistenceDataRequest) ProtoMessage()
- func (x *CheckExistenceDataRequest) ProtoReflect() protoreflect.Message
- func (x *CheckExistenceDataRequest) Reset()
- func (x *CheckExistenceDataRequest) String() string
- type CheckExistenceDataResponse
- func (*CheckExistenceDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CheckExistenceDataResponse) GetComData() []*LeagueData
- func (x *CheckExistenceDataResponse) GetMatchData() []*MatchData
- func (x *CheckExistenceDataResponse) GetTeamData() []*CheckTeamData
- func (*CheckExistenceDataResponse) ProtoMessage()
- func (x *CheckExistenceDataResponse) ProtoReflect() protoreflect.Message
- func (x *CheckExistenceDataResponse) Reset()
- func (x *CheckExistenceDataResponse) String() string
- type CheckExistenceRequest
- func (*CheckExistenceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CheckExistenceRequest) GetCheckType() int64
- func (x *CheckExistenceRequest) GetIds() []int64
- func (x *CheckExistenceRequest) GetLanguage() string
- func (*CheckExistenceRequest) ProtoMessage()
- func (x *CheckExistenceRequest) ProtoReflect() protoreflect.Message
- func (x *CheckExistenceRequest) Reset()
- func (x *CheckExistenceRequest) String() string
- type CheckExistenceResponse
- func (*CheckExistenceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CheckExistenceResponse) GetIsOK() bool
- func (*CheckExistenceResponse) ProtoMessage()
- func (x *CheckExistenceResponse) ProtoReflect() protoreflect.Message
- func (x *CheckExistenceResponse) Reset()
- func (x *CheckExistenceResponse) String() string
- type CheckTeamData
- func (*CheckTeamData) Descriptor() ([]byte, []int)deprecated
- func (x *CheckTeamData) GetId() int64
- func (x *CheckTeamData) GetIsFollow() string
- func (x *CheckTeamData) GetTeamImage() string
- func (x *CheckTeamData) GetTeamName() string
- func (*CheckTeamData) ProtoMessage()
- func (x *CheckTeamData) ProtoReflect() protoreflect.Message
- func (x *CheckTeamData) Reset()
- func (x *CheckTeamData) String() string
- type ContinentInfo
- func (*ContinentInfo) Descriptor() ([]byte, []int)deprecated
- func (x *ContinentInfo) GetContinentImage() string
- func (x *ContinentInfo) GetContinentName() string
- func (x *ContinentInfo) GetCountry() []*Country
- func (x *ContinentInfo) GetId() int64
- func (*ContinentInfo) ProtoMessage()
- func (x *ContinentInfo) ProtoReflect() protoreflect.Message
- func (x *ContinentInfo) Reset()
- func (x *ContinentInfo) String() string
- type Country
- func (*Country) Descriptor() ([]byte, []int)deprecated
- func (x *Country) GetAreaSort() int64
- func (x *Country) GetCountryImage() string
- func (x *Country) GetCountryName() string
- func (x *Country) GetId() int64
- func (*Country) ProtoMessage()
- func (x *Country) ProtoReflect() protoreflect.Message
- func (x *Country) Reset()
- func (x *Country) String() string
- type CountryRequest
- type CountryResponse
- type DataCenterCommentRequest
- func (*DataCenterCommentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DataCenterCommentRequest) GetComment() []*CenterComment
- func (*DataCenterCommentRequest) ProtoMessage()
- func (x *DataCenterCommentRequest) ProtoReflect() protoreflect.Message
- func (x *DataCenterCommentRequest) Reset()
- func (x *DataCenterCommentRequest) String() string
- type DataCenterLiveScoreRequest
- func (*DataCenterLiveScoreRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DataCenterLiveScoreRequest) GetLiveScore() []*LiveScore
- func (*DataCenterLiveScoreRequest) ProtoMessage()
- func (x *DataCenterLiveScoreRequest) ProtoReflect() protoreflect.Message
- func (x *DataCenterLiveScoreRequest) Reset()
- func (x *DataCenterLiveScoreRequest) String() string
- type DataCenterResponse
- func (*DataCenterResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DataCenterResponse) GetData() string
- func (x *DataCenterResponse) GetRet() int64
- func (*DataCenterResponse) ProtoMessage()
- func (x *DataCenterResponse) ProtoReflect() protoreflect.Message
- func (x *DataCenterResponse) Reset()
- func (x *DataCenterResponse) String() string
- type DataPromotionRequest
- func (*DataPromotionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DataPromotionRequest) GetLanguage() string
- func (x *DataPromotionRequest) GetSeasonId() int64
- func (*DataPromotionRequest) ProtoMessage()
- func (x *DataPromotionRequest) ProtoReflect() protoreflect.Message
- func (x *DataPromotionRequest) Reset()
- func (x *DataPromotionRequest) String() string
- type DataPromotionResponse
- func (*DataPromotionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DataPromotionResponse) GetEighthFinals() *EighthFinals
- func (x *DataPromotionResponse) GetFinals() *Finals
- func (x *DataPromotionResponse) GetHalfFinals() *HalfFinals
- func (x *DataPromotionResponse) GetQuarterFinals() *QuarterFinals
- func (*DataPromotionResponse) ProtoMessage()
- func (x *DataPromotionResponse) ProtoReflect() protoreflect.Message
- func (x *DataPromotionResponse) Reset()
- func (x *DataPromotionResponse) String() string
- type EighthFinals
- func (*EighthFinals) Descriptor() ([]byte, []int)deprecated
- func (x *EighthFinals) GetBottomRows() []*TeamRows
- func (x *EighthFinals) GetTopRows() []*TeamRows
- func (*EighthFinals) ProtoMessage()
- func (x *EighthFinals) ProtoReflect() protoreflect.Message
- func (x *EighthFinals) Reset()
- func (x *EighthFinals) String() string
- type FiltrationRequest
- func (*FiltrationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FiltrationRequest) GetCheckType() int64
- func (x *FiltrationRequest) GetIds() []int64
- func (x *FiltrationRequest) GetLanguage() string
- func (*FiltrationRequest) ProtoMessage()
- func (x *FiltrationRequest) ProtoReflect() protoreflect.Message
- func (x *FiltrationRequest) Reset()
- func (x *FiltrationRequest) String() string
- type FiltrationResponse
- func (*FiltrationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FiltrationResponse) GetIds() []int64
- func (*FiltrationResponse) ProtoMessage()
- func (x *FiltrationResponse) ProtoReflect() protoreflect.Message
- func (x *FiltrationResponse) Reset()
- func (x *FiltrationResponse) String() string
- type Finals
- func (*Finals) Descriptor() ([]byte, []int)deprecated
- func (x *Finals) GetBottomRows() *TeamData
- func (x *Finals) GetEventStatusResult() int64
- func (x *Finals) GetPromotionTeamId() int64
- func (x *Finals) GetRounds() int64
- func (x *Finals) GetScore() string
- func (x *Finals) GetTopRows() *TeamData
- func (*Finals) ProtoMessage()
- func (x *Finals) ProtoReflect() protoreflect.Message
- func (x *Finals) Reset()
- func (x *Finals) String() string
- type FinishMatchRequest
- func (*FinishMatchRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FinishMatchRequest) GetMatchIDs() []int32
- func (x *FinishMatchRequest) GetSport() int32
- func (*FinishMatchRequest) ProtoMessage()
- func (x *FinishMatchRequest) ProtoReflect() protoreflect.Message
- func (x *FinishMatchRequest) Reset()
- func (x *FinishMatchRequest) String() string
- type FinishMatchResponse
- func (*FinishMatchResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FinishMatchResponse) GetMatchIDs() []int64
- func (x *FinishMatchResponse) GetSport() int32
- func (*FinishMatchResponse) ProtoMessage()
- func (x *FinishMatchResponse) ProtoReflect() protoreflect.Message
- func (x *FinishMatchResponse) Reset()
- func (x *FinishMatchResponse) String() string
- type Future
- func (*Future) Descriptor() ([]byte, []int)deprecated
- func (x *Future) GetCustList() []*FutureList
- func (x *Future) GetCustTeamImages() string
- func (x *Future) GetCustTeamName() string
- func (x *Future) GetMainList() []*FutureList
- func (x *Future) GetMainTeamImages() string
- func (x *Future) GetMainTeamName() string
- func (*Future) ProtoMessage()
- func (x *Future) ProtoReflect() protoreflect.Message
- func (x *Future) Reset()
- func (x *Future) String() string
- type FutureList
- func (*FutureList) Descriptor() ([]byte, []int)deprecated
- func (x *FutureList) GetAwayTeamLogo() string
- func (x *FutureList) GetCustTeamId() int64
- func (x *FutureList) GetCustTeamName() string
- func (x *FutureList) GetEventId() int64
- func (x *FutureList) GetHistoricalDate() int64
- func (x *FutureList) GetMainTeamId() int64
- func (x *FutureList) GetMainTeamLogo() string
- func (x *FutureList) GetMainTeamName() string
- func (x *FutureList) GetMatchName() string
- func (x *FutureList) GetRound() string
- func (x *FutureList) GetSpacing() int64
- func (x *FutureList) GetTournamentId() int64
- func (*FutureList) ProtoMessage()
- func (x *FutureList) ProtoReflect() protoreflect.Message
- func (x *FutureList) Reset()
- func (x *FutureList) String() string
- type GroupCompetition
- func (*GroupCompetition) Descriptor() ([]byte, []int)deprecated
- func (x *GroupCompetition) GetList() []*LeagueStandList
- func (x *GroupCompetition) GetRoundName() string
- func (x *GroupCompetition) GetRoundNameEn() string
- func (*GroupCompetition) ProtoMessage()
- func (x *GroupCompetition) ProtoReflect() protoreflect.Message
- func (x *GroupCompetition) Reset()
- func (x *GroupCompetition) String() string
- type HalfFinals
- func (*HalfFinals) Descriptor() ([]byte, []int)deprecated
- func (x *HalfFinals) GetBottomRows() []*TeamRows
- func (x *HalfFinals) GetTopRows() []*TeamRows
- func (*HalfFinals) ProtoMessage()
- func (x *HalfFinals) ProtoReflect() protoreflect.Message
- func (x *HalfFinals) Reset()
- func (x *HalfFinals) String() string
- type InjuryArrest
- func (*InjuryArrest) Descriptor() ([]byte, []int)deprecated
- func (x *InjuryArrest) GetMember() []*Member3
- func (x *InjuryArrest) GetTeamId() int64
- func (x *InjuryArrest) GetTeamImage() string
- func (x *InjuryArrest) GetTeamName() string
- func (*InjuryArrest) ProtoMessage()
- func (x *InjuryArrest) ProtoReflect() protoreflect.Message
- func (x *InjuryArrest) Reset()
- func (x *InjuryArrest) String() string
- type Lately
- func (*Lately) Descriptor() ([]byte, []int)deprecated
- func (x *Lately) GetCustList() []*StatisticsListDetail
- func (x *Lately) GetCustTeamImages() string
- func (x *Lately) GetCustTeamName() string
- func (x *Lately) GetMainList() []*StatisticsListDetail
- func (x *Lately) GetMainTeamImages() string
- func (x *Lately) GetMainTeamName() string
- func (*Lately) ProtoMessage()
- func (x *Lately) ProtoReflect() protoreflect.Message
- func (x *Lately) Reset()
- func (x *Lately) String() string
- type LeagueData
- func (*LeagueData) Descriptor() ([]byte, []int)deprecated
- func (x *LeagueData) GetContinentId() int64
- func (x *LeagueData) GetContinentName() string
- func (x *LeagueData) GetCountryId() int64
- func (x *LeagueData) GetCountryImage() string
- func (x *LeagueData) GetCountryName() string
- func (x *LeagueData) GetGender() int64
- func (x *LeagueData) GetGrade() int64
- func (x *LeagueData) GetId() int64
- func (x *LeagueData) GetInfo() string
- func (x *LeagueData) GetKind() int64
- func (x *LeagueData) GetLevel() int64
- func (x *LeagueData) GetLogo() string
- func (x *LeagueData) GetNameCh() string
- func (x *LeagueData) GetPeriodTime() int64
- func (x *LeagueData) GetPeriodType() int64
- func (x *LeagueData) GetReverse() int64
- func (x *LeagueData) GetSort() int64
- func (*LeagueData) ProtoMessage()
- func (x *LeagueData) ProtoReflect() protoreflect.Message
- func (x *LeagueData) Reset()
- func (x *LeagueData) String() string
- type LeagueStandList
- func (*LeagueStandList) Descriptor() ([]byte, []int)deprecated
- func (x *LeagueStandList) GetGameBehind() string
- func (x *LeagueStandList) GetGamesplayed() int64
- func (x *LeagueStandList) GetId() int64
- func (x *LeagueStandList) GetLosses() int64
- func (x *LeagueStandList) GetRank() int64
- func (x *LeagueStandList) GetStreak() int64
- func (x *LeagueStandList) GetTeamImage() string
- func (x *LeagueStandList) GetTeamName() string
- func (x *LeagueStandList) GetWin() int64
- func (x *LeagueStandList) GetWinPctTotal() string
- func (*LeagueStandList) ProtoMessage()
- func (x *LeagueStandList) ProtoReflect() protoreflect.Message
- func (x *LeagueStandList) Reset()
- func (x *LeagueStandList) String() string
- type LeagueStandRequest
- func (*LeagueStandRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LeagueStandRequest) GetLanguage() string
- func (x *LeagueStandRequest) GetSeasonId() int64
- func (*LeagueStandRequest) ProtoMessage()
- func (x *LeagueStandRequest) ProtoReflect() protoreflect.Message
- func (x *LeagueStandRequest) Reset()
- func (x *LeagueStandRequest) String() string
- type LeagueStandResponse
- func (*LeagueStandResponse) Descriptor() ([]byte, []int)deprecated
- func (x *LeagueStandResponse) GetList() []*GroupCompetition
- func (*LeagueStandResponse) ProtoMessage()
- func (x *LeagueStandResponse) ProtoReflect() protoreflect.Message
- func (x *LeagueStandResponse) Reset()
- func (x *LeagueStandResponse) String() string
- type LineupRequest
- func (*LineupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LineupRequest) GetEventId() string
- func (x *LineupRequest) GetLanguage() string
- func (x *LineupRequest) GetSportId() string
- func (*LineupRequest) ProtoMessage()
- func (x *LineupRequest) ProtoReflect() protoreflect.Message
- func (x *LineupRequest) Reset()
- func (x *LineupRequest) String() string
- type LineupResponse
- func (*LineupResponse) Descriptor() ([]byte, []int)deprecated
- func (x *LineupResponse) GetForecastCust() *Starting
- func (x *LineupResponse) GetForecastMain() *Starting
- func (x *LineupResponse) GetInjuryArrestCust() *InjuryArrest
- func (x *LineupResponse) GetInjuryArrestMain() *InjuryArrest
- func (x *LineupResponse) GetReserveLineupCust() *Starting
- func (x *LineupResponse) GetReserveLineupMain() *Starting
- func (x *LineupResponse) GetScaleList() []*Scale
- func (x *LineupResponse) GetStartingCust() *Starting
- func (x *LineupResponse) GetStartingMain() *Starting
- func (*LineupResponse) ProtoMessage()
- func (x *LineupResponse) ProtoReflect() protoreflect.Message
- func (x *LineupResponse) Reset()
- func (x *LineupResponse) String() string
- type List
- func (*List) Descriptor() ([]byte, []int)deprecated
- func (x *List) GetId() int64
- func (x *List) GetImage() string
- func (x *List) GetName() string
- func (x *List) GetScore() int64
- func (x *List) GetScores() string
- func (x *List) GetTeamId() int64
- func (x *List) GetTeamImageLeyu() string
- func (*List) ProtoMessage()
- func (x *List) ProtoReflect() protoreflect.Message
- func (x *List) Reset()
- func (x *List) String() string
- type Live
- type LiveDetail
- func (*LiveDetail) Descriptor() ([]byte, []int)deprecated
- func (x *LiveDetail) GetComment() string
- func (x *LiveDetail) GetCommentId() int64
- func (x *LiveDetail) GetCommentTime() string
- func (x *LiveDetail) GetImage() string
- func (x *LiveDetail) GetPeriod() int64
- func (x *LiveDetail) GetScore() string
- func (*LiveDetail) ProtoMessage()
- func (x *LiveDetail) ProtoReflect() protoreflect.Message
- func (x *LiveDetail) Reset()
- func (x *LiveDetail) String() string
- type LiveRequest
- func (*LiveRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LiveRequest) GetEventId() string
- func (x *LiveRequest) GetLanguage() string
- func (x *LiveRequest) GetPeriod() int64
- func (x *LiveRequest) GetSportId() string
- func (*LiveRequest) ProtoMessage()
- func (x *LiveRequest) ProtoReflect() protoreflect.Message
- func (x *LiveRequest) Reset()
- func (x *LiveRequest) String() string
- type LiveResponse
- type LiveScore
- func (*LiveScore) Descriptor() ([]byte, []int)deprecated
- func (x *LiveScore) GetAwayHalfScore() string
- func (x *LiveScore) GetAwayId() int64
- func (x *LiveScore) GetAwayName() string
- func (x *LiveScore) GetAwayScore() string
- func (x *LiveScore) GetHomeHalfScore() string
- func (x *LiveScore) GetHomeId() int64
- func (x *LiveScore) GetHomeName() string
- func (x *LiveScore) GetHomeScore() string
- func (x *LiveScore) GetMatchChildStatus() int64
- func (x *LiveScore) GetMatchId() int64
- func (x *LiveScore) GetMatchIncident() []*CenterMatchIncident
- func (x *LiveScore) GetMatchStatus() int64
- func (x *LiveScore) GetMatchTeamCount() *CenterMatchTeamCount
- func (x *LiveScore) GetMatchTime() int64
- func (x *LiveScore) GetScores() []*CenterScores
- func (x *LiveScore) GetSportId() int64
- func (x *LiveScore) GetStartTime() int64
- func (x *LiveScore) GetTimePlayed() int64
- func (x *LiveScore) GetTimeRemaining() int64
- func (x *LiveScore) GetTimeRunning() int64
- func (x *LiveScore) GetTimeUpdate() int64
- func (*LiveScore) ProtoMessage()
- func (x *LiveScore) ProtoReflect() protoreflect.Message
- func (x *LiveScore) Reset()
- func (x *LiveScore) String() string
- type LiveTab
- type LiveTabRequest
- func (*LiveTabRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LiveTabRequest) GetEventId() string
- func (x *LiveTabRequest) GetLanguage() string
- func (x *LiveTabRequest) GetSportId() string
- func (*LiveTabRequest) ProtoMessage()
- func (x *LiveTabRequest) ProtoReflect() protoreflect.Message
- func (x *LiveTabRequest) Reset()
- func (x *LiveTabRequest) String() string
- type LiveTabResponse
- type MatchData
- func (*MatchData) Descriptor() ([]byte, []int)deprecated
- func (x *MatchData) GetAwayFormation() string
- func (x *MatchData) GetAwayId() int64
- func (x *MatchData) GetAwayImage() string
- func (x *MatchData) GetAwayName() string
- func (x *MatchData) GetAwayScore() int64
- func (x *MatchData) GetCurrentPeriodStartTime() int64
- func (x *MatchData) GetHomeFormation() string
- func (x *MatchData) GetHomeId() int64
- func (x *MatchData) GetHomeImage() string
- func (x *MatchData) GetHomeName() string
- func (x *MatchData) GetHomeScore() int64
- func (x *MatchData) GetId() int64
- func (x *MatchData) GetMatchStatus() int64
- func (x *MatchData) GetMatchStatusId() int64
- func (x *MatchData) GetMatchStatusResult() int64
- func (x *MatchData) GetMatchTime() int64
- func (x *MatchData) GetRedCards() int64
- func (x *MatchData) GetRoundType() string
- func (x *MatchData) GetRoundTypeId() int64
- func (x *MatchData) GetSeasonId() int64
- func (x *MatchData) GetStartTime() int64
- func (x *MatchData) GetTimePlayed() int64
- func (x *MatchData) GetTimeRunning() int64
- func (x *MatchData) GetTournamentId() int64
- func (x *MatchData) GetTournamentName() string
- func (x *MatchData) GetUpdateTime() int64
- func (x *MatchData) GetWinner() int64
- func (x *MatchData) GetYellowCards() int64
- func (*MatchData) ProtoMessage()
- func (x *MatchData) ProtoReflect() protoreflect.Message
- func (x *MatchData) Reset()
- func (x *MatchData) String() string
- type MatchDateInfo
- func (*MatchDateInfo) Descriptor() ([]byte, []int)deprecated
- func (x *MatchDateInfo) GetDate() string
- func (x *MatchDateInfo) GetNumber() int64
- func (*MatchDateInfo) ProtoMessage()
- func (x *MatchDateInfo) ProtoReflect() protoreflect.Message
- func (x *MatchDateInfo) Reset()
- func (x *MatchDateInfo) String() string
- type MatchDateRequest
- func (*MatchDateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MatchDateRequest) GetLanguage() string
- func (x *MatchDateRequest) GetTabType() int64
- func (*MatchDateRequest) ProtoMessage()
- func (x *MatchDateRequest) ProtoReflect() protoreflect.Message
- func (x *MatchDateRequest) Reset()
- func (x *MatchDateRequest) String() string
- type MatchDateResponse
- func (*MatchDateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MatchDateResponse) GetList() []*MatchDateInfo
- func (*MatchDateResponse) ProtoMessage()
- func (x *MatchDateResponse) ProtoReflect() protoreflect.Message
- func (x *MatchDateResponse) Reset()
- func (x *MatchDateResponse) String() string
- type MatchDetailAllCoach
- func (*MatchDetailAllCoach) Descriptor() ([]byte, []int)deprecated
- func (x *MatchDetailAllCoach) GetAwayCoachName() string
- func (x *MatchDetailAllCoach) GetHomeCoachName() string
- func (*MatchDetailAllCoach) ProtoMessage()
- func (x *MatchDetailAllCoach) ProtoReflect() protoreflect.Message
- func (x *MatchDetailAllCoach) Reset()
- func (x *MatchDetailAllCoach) String() string
- type MatchDetailAllFormation
- func (*MatchDetailAllFormation) Descriptor() ([]byte, []int)deprecated
- func (x *MatchDetailAllFormation) GetAwayFormation() string
- func (x *MatchDetailAllFormation) GetHomeFormation() string
- func (*MatchDetailAllFormation) ProtoMessage()
- func (x *MatchDetailAllFormation) ProtoReflect() protoreflect.Message
- func (x *MatchDetailAllFormation) Reset()
- func (x *MatchDetailAllFormation) String() string
- type MatchDetailAllRequest
- func (*MatchDetailAllRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MatchDetailAllRequest) GetLanguage() string
- func (x *MatchDetailAllRequest) GetMatchId() int64
- func (x *MatchDetailAllRequest) GetSportId() int64
- func (*MatchDetailAllRequest) ProtoMessage()
- func (x *MatchDetailAllRequest) ProtoReflect() protoreflect.Message
- func (x *MatchDetailAllRequest) Reset()
- func (x *MatchDetailAllRequest) String() string
- type MatchDetailAllResponse
- func (*MatchDetailAllResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MatchDetailAllResponse) GetCoach() *MatchDetailAllCoach
- func (x *MatchDetailAllResponse) GetFormation() *MatchDetailAllFormation
- func (x *MatchDetailAllResponse) GetScores() *MatchDetailAllScores
- func (x *MatchDetailAllResponse) GetSeasonRanking() []*MatchDetailAllSeasonRanking
- func (x *MatchDetailAllResponse) GetStadium() *MatchDetailAllStadium
- func (x *MatchDetailAllResponse) GetStatistics() []*MatchDetailAllStatistics
- func (x *MatchDetailAllResponse) GetWeather() *MatchDetailAllWeather
- func (x *MatchDetailAllResponse) GetWinner() int64
- func (*MatchDetailAllResponse) ProtoMessage()
- func (x *MatchDetailAllResponse) ProtoReflect() protoreflect.Message
- func (x *MatchDetailAllResponse) Reset()
- func (x *MatchDetailAllResponse) String() string
- type MatchDetailAllScores
- func (*MatchDetailAllScores) Descriptor() ([]byte, []int)deprecated
- func (x *MatchDetailAllScores) GetAwayHalf() int64
- func (x *MatchDetailAllScores) GetAwayScore() int64
- func (x *MatchDetailAllScores) GetHomeHalf() int64
- func (x *MatchDetailAllScores) GetHomeScore() int64
- func (x *MatchDetailAllScores) GetScoresList() []*ScoresList
- func (*MatchDetailAllScores) ProtoMessage()
- func (x *MatchDetailAllScores) ProtoReflect() protoreflect.Message
- func (x *MatchDetailAllScores) Reset()
- func (x *MatchDetailAllScores) String() string
- type MatchDetailAllSeasonRanking
- func (*MatchDetailAllSeasonRanking) Descriptor() ([]byte, []int)deprecated
- func (x *MatchDetailAllSeasonRanking) GetTeamId() int64
- func (x *MatchDetailAllSeasonRanking) GetValue() string
- func (*MatchDetailAllSeasonRanking) ProtoMessage()
- func (x *MatchDetailAllSeasonRanking) ProtoReflect() protoreflect.Message
- func (x *MatchDetailAllSeasonRanking) Reset()
- func (x *MatchDetailAllSeasonRanking) String() string
- type MatchDetailAllStadium
- func (*MatchDetailAllStadium) Descriptor() ([]byte, []int)deprecated
- func (x *MatchDetailAllStadium) GetStStadiumName() string
- func (x *MatchDetailAllStadium) GetStadiumId() int64
- func (x *MatchDetailAllStadium) GetStadiumName() string
- func (*MatchDetailAllStadium) ProtoMessage()
- func (x *MatchDetailAllStadium) ProtoReflect() protoreflect.Message
- func (x *MatchDetailAllStadium) Reset()
- func (x *MatchDetailAllStadium) String() string
- type MatchDetailAllStatistics
- func (*MatchDetailAllStatistics) Descriptor() ([]byte, []int)deprecated
- func (x *MatchDetailAllStatistics) GetName() string
- func (x *MatchDetailAllStatistics) GetTeam1() int64
- func (x *MatchDetailAllStatistics) GetTeam2() int64
- func (x *MatchDetailAllStatistics) GetTypeId() int64
- func (*MatchDetailAllStatistics) ProtoMessage()
- func (x *MatchDetailAllStatistics) ProtoReflect() protoreflect.Message
- func (x *MatchDetailAllStatistics) Reset()
- func (x *MatchDetailAllStatistics) String() string
- type MatchDetailAllWeather
- func (*MatchDetailAllWeather) Descriptor() ([]byte, []int)deprecated
- func (x *MatchDetailAllWeather) GetWeatherDesc() string
- func (x *MatchDetailAllWeather) GetWeatherStr() string
- func (*MatchDetailAllWeather) ProtoMessage()
- func (x *MatchDetailAllWeather) ProtoReflect() protoreflect.Message
- func (x *MatchDetailAllWeather) Reset()
- func (x *MatchDetailAllWeather) String() string
- type MatchFiltrate
- func (*MatchFiltrate) Descriptor() ([]byte, []int)deprecated
- func (x *MatchFiltrate) GetList() []*TournamentInfo
- func (x *MatchFiltrate) GetTitle() string
- func (*MatchFiltrate) ProtoMessage()
- func (x *MatchFiltrate) ProtoReflect() protoreflect.Message
- func (x *MatchFiltrate) Reset()
- func (x *MatchFiltrate) String() string
- type MatchFiltrateRequest
- func (*MatchFiltrateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MatchFiltrateRequest) GetComId() []int64
- func (x *MatchFiltrateRequest) GetDateTime() string
- func (x *MatchFiltrateRequest) GetEventID() []int64
- func (x *MatchFiltrateRequest) GetLanguage() string
- func (x *MatchFiltrateRequest) GetPage() int64
- func (x *MatchFiltrateRequest) GetPageSize() int64
- func (x *MatchFiltrateRequest) GetTabType() int64
- func (*MatchFiltrateRequest) ProtoMessage()
- func (x *MatchFiltrateRequest) ProtoReflect() protoreflect.Message
- func (x *MatchFiltrateRequest) Reset()
- func (x *MatchFiltrateRequest) String() string
- type MatchFiltrateResponse
- func (*MatchFiltrateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MatchFiltrateResponse) GetData() []*MatchFiltrate
- func (x *MatchFiltrateResponse) GetJingCaiData() []*MatchFiltrate
- func (*MatchFiltrateResponse) ProtoMessage()
- func (x *MatchFiltrateResponse) ProtoReflect() protoreflect.Message
- func (x *MatchFiltrateResponse) Reset()
- func (x *MatchFiltrateResponse) String() string
- type MatchInfoRequest
- func (*MatchInfoRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MatchInfoRequest) GetEventId() string
- func (x *MatchInfoRequest) GetLanguage() string
- func (x *MatchInfoRequest) GetSportId() string
- func (*MatchInfoRequest) ProtoMessage()
- func (x *MatchInfoRequest) ProtoReflect() protoreflect.Message
- func (x *MatchInfoRequest) Reset()
- func (x *MatchInfoRequest) String() string
- type MatchInfoResponse
- func (*MatchInfoResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MatchInfoResponse) GetAnimation() *Animation
- func (x *MatchInfoResponse) GetChName() string
- func (x *MatchInfoResponse) GetCurrentTime() int64
- func (x *MatchInfoResponse) GetCustTeamId() int64
- func (x *MatchInfoResponse) GetCustTeamImages() string
- func (x *MatchInfoResponse) GetCustTeamName() string
- func (x *MatchInfoResponse) GetCustTeamRank() int64
- func (x *MatchInfoResponse) GetCustTeamRankStr() string
- func (x *MatchInfoResponse) GetEventStatusId() int64
- func (x *MatchInfoResponse) GetEventStatusResult() int64
- func (x *MatchInfoResponse) GetId() int64
- func (x *MatchInfoResponse) GetIsCollect() bool
- func (x *MatchInfoResponse) GetLeagueName() string
- func (x *MatchInfoResponse) GetMainTeamId() int64
- func (x *MatchInfoResponse) GetMainTeamImages() string
- func (x *MatchInfoResponse) GetMainTeamName() string
- func (x *MatchInfoResponse) GetMainTeamRank() int64
- func (x *MatchInfoResponse) GetMainTeamRankStr() string
- func (x *MatchInfoResponse) GetMatchCount() int64
- func (x *MatchInfoResponse) GetMatchStatus() string
- func (x *MatchInfoResponse) GetPlaybackType() int64
- func (x *MatchInfoResponse) GetRound() string
- func (x *MatchInfoResponse) GetStartTime() int64
- func (x *MatchInfoResponse) GetTeamCustScore() int64
- func (x *MatchInfoResponse) GetTeamMainScore() int64
- func (x *MatchInfoResponse) GetTimeRemaining() int64
- func (x *MatchInfoResponse) GetTimeRunning() int64
- func (x *MatchInfoResponse) GetTournamentId() int64
- func (x *MatchInfoResponse) GetTournamentLogo() string
- func (*MatchInfoResponse) ProtoMessage()
- func (x *MatchInfoResponse) ProtoReflect() protoreflect.Message
- func (x *MatchInfoResponse) Reset()
- func (x *MatchInfoResponse) String() string
- type MatchList
- func (*MatchList) Descriptor() ([]byte, []int)deprecated
- func (x *MatchList) GetCptDate() string
- func (x *MatchList) GetCustImage() string
- func (x *MatchList) GetCustTeamId() int64
- func (x *MatchList) GetCustTeamName() string
- func (x *MatchList) GetGameTime() int64
- func (x *MatchList) GetId() int64
- func (x *MatchList) GetMainImage() string
- func (x *MatchList) GetMainTeamId() int64
- func (x *MatchList) GetMainTeamName() string
- func (x *MatchList) GetScore() string
- func (x *MatchList) GetTeamCustScore() int64
- func (x *MatchList) GetTeamMainScore() int64
- func (*MatchList) ProtoMessage()
- func (x *MatchList) ProtoReflect() protoreflect.Message
- func (x *MatchList) Reset()
- func (x *MatchList) String() string
- type MatchListRequest
- func (*MatchListRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MatchListRequest) GetLanguage() string
- func (x *MatchListRequest) GetPage() int64
- func (x *MatchListRequest) GetPageSize() int64
- func (x *MatchListRequest) GetRoundType() string
- func (x *MatchListRequest) GetSeasonId() int64
- func (*MatchListRequest) ProtoMessage()
- func (x *MatchListRequest) ProtoReflect() protoreflect.Message
- func (x *MatchListRequest) Reset()
- func (x *MatchListRequest) String() string
- type MatchListResponse
- func (*MatchListResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MatchListResponse) GetCount() int64
- func (x *MatchListResponse) GetList() []*MatchList
- func (*MatchListResponse) ProtoMessage()
- func (x *MatchListResponse) ProtoReflect() protoreflect.Message
- func (x *MatchListResponse) Reset()
- func (x *MatchListResponse) String() string
- type MatchRealTimeInfo
- func (*MatchRealTimeInfo) Descriptor() ([]byte, []int)deprecated
- func (x *MatchRealTimeInfo) GetAwayTeam() *TeamInfo
- func (x *MatchRealTimeInfo) GetClassifyTime() string
- func (x *MatchRealTimeInfo) GetColor() string
- func (x *MatchRealTimeInfo) GetComIcon() string
- func (x *MatchRealTimeInfo) GetComId() int64
- func (x *MatchRealTimeInfo) GetComName() string
- func (x *MatchRealTimeInfo) GetCurrentTime() int64
- func (x *MatchRealTimeInfo) GetElapsed() int64
- func (x *MatchRealTimeInfo) GetEndTime() int64
- func (x *MatchRealTimeInfo) GetEventStatusId() int64
- func (x *MatchRealTimeInfo) GetEventStatusResult() int64
- func (x *MatchRealTimeInfo) GetId() int64
- func (x *MatchRealTimeInfo) GetLiveMatches() []*Live
- func (x *MatchRealTimeInfo) GetLotteryCompetition() string
- func (x *MatchRealTimeInfo) GetMainCustScore() string
- func (x *MatchRealTimeInfo) GetMainTeam() *TeamInfo
- func (x *MatchRealTimeInfo) GetMatchStatus() string
- func (x *MatchRealTimeInfo) GetOdds() []*Odds
- func (x *MatchRealTimeInfo) GetPlaybackType() int64
- func (x *MatchRealTimeInfo) GetReason() string
- func (x *MatchRealTimeInfo) GetResult() string
- func (x *MatchRealTimeInfo) GetStartTime() int64
- func (x *MatchRealTimeInfo) GetTeamCustId() int64
- func (x *MatchRealTimeInfo) GetTeamCustScore() int64
- func (x *MatchRealTimeInfo) GetTeamMainId() int64
- func (x *MatchRealTimeInfo) GetTeamMainScore() int64
- func (x *MatchRealTimeInfo) GetTimeRemaining() int64
- func (*MatchRealTimeInfo) ProtoMessage()
- func (x *MatchRealTimeInfo) ProtoReflect() protoreflect.Message
- func (x *MatchRealTimeInfo) Reset()
- func (x *MatchRealTimeInfo) String() string
- type MatchRealTimeInfoV2
- func (*MatchRealTimeInfoV2) Descriptor() ([]byte, []int)deprecated
- func (x *MatchRealTimeInfoV2) GetAts() []*Rs
- func (x *MatchRealTimeInfoV2) GetCid() int64
- func (x *MatchRealTimeInfoV2) GetCtm() string
- func (x *MatchRealTimeInfoV2) GetHts() []*Rs
- func (x *MatchRealTimeInfoV2) GetMcid() int64
- func (x *MatchRealTimeInfoV2) GetMid() int64
- func (x *MatchRealTimeInfoV2) GetOu() string
- func (x *MatchRealTimeInfoV2) GetOv() string
- func (x *MatchRealTimeInfoV2) GetReason() string
- func (x *MatchRealTimeInfoV2) GetRk() string
- func (x *MatchRealTimeInfoV2) GetSc() string
- func (x *MatchRealTimeInfoV2) GetSt() int64
- func (x *MatchRealTimeInfoV2) GetStid() int64
- func (x *MatchRealTimeInfoV2) GetStm() int64
- func (x *MatchRealTimeInfoV2) GetTid() int64
- func (x *MatchRealTimeInfoV2) GetYa() string
- func (*MatchRealTimeInfoV2) ProtoMessage()
- func (x *MatchRealTimeInfoV2) ProtoReflect() protoreflect.Message
- func (x *MatchRealTimeInfoV2) Reset()
- func (x *MatchRealTimeInfoV2) String() string
- type MatchRealTimeRequest
- func (*MatchRealTimeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MatchRealTimeRequest) GetComId() []int64
- func (x *MatchRealTimeRequest) GetDateTime() string
- func (x *MatchRealTimeRequest) GetEventID() []int64
- func (x *MatchRealTimeRequest) GetLanguage() string
- func (x *MatchRealTimeRequest) GetPage() int64
- func (x *MatchRealTimeRequest) GetPageSize() int64
- func (x *MatchRealTimeRequest) GetTabType() int64
- func (*MatchRealTimeRequest) ProtoMessage()
- func (x *MatchRealTimeRequest) ProtoReflect() protoreflect.Message
- func (x *MatchRealTimeRequest) Reset()
- func (x *MatchRealTimeRequest) String() string
- type MatchRealTimeRequestV2
- func (*MatchRealTimeRequestV2) Descriptor() ([]byte, []int)deprecated
- func (x *MatchRealTimeRequestV2) GetDateTime() string
- func (x *MatchRealTimeRequestV2) GetEventIds() []int64
- func (x *MatchRealTimeRequestV2) GetStatus() int64
- func (*MatchRealTimeRequestV2) ProtoMessage()
- func (x *MatchRealTimeRequestV2) ProtoReflect() protoreflect.Message
- func (x *MatchRealTimeRequestV2) Reset()
- func (x *MatchRealTimeRequestV2) String() string
- type MatchRealTimeResponse
- func (*MatchRealTimeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MatchRealTimeResponse) GetCount() int64
- func (x *MatchRealTimeResponse) GetList() []*MatchRealTimeInfo
- func (*MatchRealTimeResponse) ProtoMessage()
- func (x *MatchRealTimeResponse) ProtoReflect() protoreflect.Message
- func (x *MatchRealTimeResponse) Reset()
- func (x *MatchRealTimeResponse) String() string
- type MatchRealTimeResponseV2
- func (*MatchRealTimeResponseV2) Descriptor() ([]byte, []int)deprecated
- func (x *MatchRealTimeResponseV2) GetCount() int64
- func (x *MatchRealTimeResponseV2) GetList() []*MatchRealTimeInfoV2
- func (*MatchRealTimeResponseV2) ProtoMessage()
- func (x *MatchRealTimeResponseV2) ProtoReflect() protoreflect.Message
- func (x *MatchRealTimeResponseV2) Reset()
- func (x *MatchRealTimeResponseV2) String() string
- type MatchResultRequest
- func (*MatchResultRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MatchResultRequest) GetLanguage() string
- func (x *MatchResultRequest) GetMatchId() int64
- func (*MatchResultRequest) ProtoMessage()
- func (x *MatchResultRequest) ProtoReflect() protoreflect.Message
- func (x *MatchResultRequest) Reset()
- func (x *MatchResultRequest) String() string
- type MatchResultResponse
- func (*MatchResultResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MatchResultResponse) GetOptimum() *Optimum
- func (x *MatchResultResponse) GetPlayerStats() *PlayerStats
- func (x *MatchResultResponse) GetScoreStatistics() *Score
- func (x *MatchResultResponse) GetTeamStatistics() *TeamsStatistics
- func (*MatchResultResponse) ProtoMessage()
- func (x *MatchResultResponse) ProtoReflect() protoreflect.Message
- func (x *MatchResultResponse) Reset()
- func (x *MatchResultResponse) String() string
- type Member
- func (*Member) Descriptor() ([]byte, []int)deprecated
- func (x *Member) GetClothesNum() int64
- func (x *Member) GetImage() string
- func (x *Member) GetPersonId() int64
- func (x *Member) GetPersonName() string
- func (x *Member) GetPosition() string
- func (x *Member) GetPositionId() string
- func (*Member) ProtoMessage()
- func (x *Member) ProtoReflect() protoreflect.Message
- func (x *Member) Reset()
- func (x *Member) String() string
- type Member3
- func (*Member3) Descriptor() ([]byte, []int)deprecated
- func (x *Member3) GetClothesNum() int64
- func (x *Member3) GetImage() string
- func (x *Member3) GetPersonId() int64
- func (x *Member3) GetPersonName() string
- func (x *Member3) GetPosition() string
- func (x *Member3) GetPositionId() string
- func (x *Member3) GetReason() string
- func (*Member3) ProtoMessage()
- func (x *Member3) ProtoReflect() protoreflect.Message
- func (x *Member3) Reset()
- func (x *Member3) String() string
- type OddData
- func (*OddData) Descriptor() ([]byte, []int)deprecated
- func (x *OddData) GetId() int64
- func (x *OddData) GetList() []*OddList
- func (x *OddData) GetName() string
- func (x *OddData) GetTitles() []string
- func (*OddData) ProtoMessage()
- func (x *OddData) ProtoReflect() protoreflect.Message
- func (x *OddData) Reset()
- func (x *OddData) String() string
- type OddDetailList
- func (*OddDetailList) Descriptor() ([]byte, []int)deprecated
- func (x *OddDetailList) GetColumn1() string
- func (x *OddDetailList) GetColumn2() string
- func (x *OddDetailList) GetColumn3() string
- func (x *OddDetailList) GetCompanyName() string
- func (x *OddDetailList) GetId() int64
- func (x *OddDetailList) GetUpdateTime() int64
- func (*OddDetailList) ProtoMessage()
- func (x *OddDetailList) ProtoReflect() protoreflect.Message
- func (x *OddDetailList) Reset()
- func (x *OddDetailList) String() string
- type OddDetailRequest
- func (*OddDetailRequest) Descriptor() ([]byte, []int)deprecated
- func (x *OddDetailRequest) GetCompanyId() int64
- func (x *OddDetailRequest) GetEventId() int64
- func (x *OddDetailRequest) GetId() int64
- func (x *OddDetailRequest) GetLanguage() string
- func (x *OddDetailRequest) GetPageSize() int64
- func (x *OddDetailRequest) GetPanId() int64
- func (x *OddDetailRequest) GetSportId() string
- func (*OddDetailRequest) ProtoMessage()
- func (x *OddDetailRequest) ProtoReflect() protoreflect.Message
- func (x *OddDetailRequest) Reset()
- func (x *OddDetailRequest) String() string
- type OddDetailResponse
- func (*OddDetailResponse) Descriptor() ([]byte, []int)deprecated
- func (x *OddDetailResponse) GetChuId() int64
- func (x *OddDetailResponse) GetChuStr() string
- func (x *OddDetailResponse) GetCount() int64
- func (x *OddDetailResponse) GetGunId() int64
- func (x *OddDetailResponse) GetGunStr() string
- func (x *OddDetailResponse) GetList() []*OddDetailList
- func (*OddDetailResponse) ProtoMessage()
- func (x *OddDetailResponse) ProtoReflect() protoreflect.Message
- func (x *OddDetailResponse) Reset()
- func (x *OddDetailResponse) String() string
- type OddList
- func (*OddList) Descriptor() ([]byte, []int)deprecated
- func (x *OddList) GetId() int64
- func (x *OddList) GetInitData() []string
- func (x *OddList) GetName() string
- func (x *OddList) GetNowData() []string
- func (*OddList) ProtoMessage()
- func (x *OddList) ProtoReflect() protoreflect.Message
- func (x *OddList) Reset()
- func (x *OddList) String() string
- type OddListRequest
- func (*OddListRequest) Descriptor() ([]byte, []int)deprecated
- func (x *OddListRequest) GetEventId() int64
- func (x *OddListRequest) GetLanguage() string
- func (x *OddListRequest) GetSportId() string
- func (*OddListRequest) ProtoMessage()
- func (x *OddListRequest) ProtoReflect() protoreflect.Message
- func (x *OddListRequest) Reset()
- func (x *OddListRequest) String() string
- type OddListResponse
- type Odds
- func (*Odds) Descriptor() ([]byte, []int)deprecated
- func (x *Odds) GetOddsCust() string
- func (x *Odds) GetOddsMain() string
- func (x *Odds) GetOddsTitle() string
- func (x *Odds) GetOddsType() string
- func (*Odds) ProtoMessage()
- func (x *Odds) ProtoReflect() protoreflect.Message
- func (x *Odds) Reset()
- func (x *Odds) String() string
- type Optimum
- func (*Optimum) Descriptor() ([]byte, []int)deprecated
- func (x *Optimum) GetAwayTeamId() int64
- func (x *Optimum) GetCustTeamImages() string
- func (x *Optimum) GetCustTeamName() string
- func (x *Optimum) GetList() []*Player
- func (x *Optimum) GetMainTeamId() int64
- func (x *Optimum) GetMainTeamImages() string
- func (x *Optimum) GetMainTeamName() string
- func (*Optimum) ProtoMessage()
- func (x *Optimum) ProtoReflect() protoreflect.Message
- func (x *Optimum) Reset()
- func (x *Optimum) String() string
- type Player
- func (*Player) Descriptor() ([]byte, []int)deprecated
- func (x *Player) GetAwayPlayerLogo() string
- func (x *Player) GetAwayPlayers() string
- func (x *Player) GetAwayScore() int64
- func (x *Player) GetMainPlayerLogo() string
- func (x *Player) GetMainPlayers() string
- func (x *Player) GetMainScore() int64
- func (x *Player) GetTagName() string
- func (*Player) ProtoMessage()
- func (x *Player) ProtoReflect() protoreflect.Message
- func (x *Player) Reset()
- func (x *Player) String() string
- type PlayerList
- func (*PlayerList) Descriptor() ([]byte, []int)deprecated
- func (x *PlayerList) GetAssists() int64
- func (x *PlayerList) GetBlocks() int64
- func (x *PlayerList) GetFieldGoals() int64
- func (x *PlayerList) GetFieldGoalsMade() int64
- func (x *PlayerList) GetFouls() int64
- func (x *PlayerList) GetFreeThrowsAll() int64
- func (x *PlayerList) GetFreeThrowsHit() int64
- func (x *PlayerList) GetPlayName() string
- func (x *PlayerList) GetPlayTime() string
- func (x *PlayerList) GetRebounds() int64
- func (x *PlayerList) GetScore() int64
- func (x *PlayerList) GetStarted() string
- func (x *PlayerList) GetSteals() int64
- func (x *PlayerList) GetThreeGoalsAll() int64
- func (x *PlayerList) GetThreeGoalsHit() int64
- func (x *PlayerList) GetTurnovers() int64
- func (*PlayerList) ProtoMessage()
- func (x *PlayerList) ProtoReflect() protoreflect.Message
- func (x *PlayerList) Reset()
- func (x *PlayerList) String() string
- type PlayerStandRequest
- func (*PlayerStandRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PlayerStandRequest) GetLanguage() string
- func (x *PlayerStandRequest) GetMark() string
- func (x *PlayerStandRequest) GetPage() int64
- func (x *PlayerStandRequest) GetPageSize() int64
- func (x *PlayerStandRequest) GetSeasonId() int64
- func (*PlayerStandRequest) ProtoMessage()
- func (x *PlayerStandRequest) ProtoReflect() protoreflect.Message
- func (x *PlayerStandRequest) Reset()
- func (x *PlayerStandRequest) String() string
- type PlayerStandResponse
- func (*PlayerStandResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PlayerStandResponse) GetCount() int64
- func (x *PlayerStandResponse) GetList() []*List
- func (*PlayerStandResponse) ProtoMessage()
- func (x *PlayerStandResponse) ProtoReflect() protoreflect.Message
- func (x *PlayerStandResponse) Reset()
- func (x *PlayerStandResponse) String() string
- type PlayerStats
- func (*PlayerStats) Descriptor() ([]byte, []int)deprecated
- func (x *PlayerStats) GetAwayList() []*PlayerList
- func (x *PlayerStats) GetAwayTeamId() int64
- func (x *PlayerStats) GetAwayTeamImages() string
- func (x *PlayerStats) GetAwayTeamName() string
- func (x *PlayerStats) GetMainList() []*PlayerList
- func (x *PlayerStats) GetMainTeamId() int64
- func (x *PlayerStats) GetMainTeamImages() string
- func (x *PlayerStats) GetMainTeamName() string
- func (*PlayerStats) ProtoMessage()
- func (x *PlayerStats) ProtoReflect() protoreflect.Message
- func (x *PlayerStats) Reset()
- func (x *PlayerStats) String() string
- type QuarterFinals
- func (*QuarterFinals) Descriptor() ([]byte, []int)deprecated
- func (x *QuarterFinals) GetBottomRows() []*TeamRows
- func (x *QuarterFinals) GetTopRows() []*TeamRows
- func (*QuarterFinals) ProtoMessage()
- func (x *QuarterFinals) ProtoReflect() protoreflect.Message
- func (x *QuarterFinals) Reset()
- func (x *QuarterFinals) String() string
- type Realscore
- type Request
- func (*Request) Descriptor() ([]byte, []int)deprecated
- func (x *Request) GetLanguage() string
- func (x *Request) GetMethod() string
- func (x *Request) GetParams() []byte
- func (*Request) ProtoMessage()
- func (x *Request) ProtoReflect() protoreflect.Message
- func (x *Request) Reset()
- func (x *Request) String() string
- type Response
- type Rs
- type Scale
- func (*Scale) Descriptor() ([]byte, []int)deprecated
- func (x *Scale) GetCustSingle() string
- func (x *Scale) GetCustTotal() string
- func (x *Scale) GetMainSingle() string
- func (x *Scale) GetMainTotal() string
- func (x *Scale) GetTitle() string
- func (*Scale) ProtoMessage()
- func (x *Scale) ProtoReflect() protoreflect.Message
- func (x *Scale) Reset()
- func (x *Scale) String() string
- type Score
- func (*Score) Descriptor() ([]byte, []int)deprecated
- func (x *Score) GetAwayFoul() int64
- func (x *Score) GetAwayScore() []int64
- func (x *Score) GetAwayStop() int64
- func (x *Score) GetAwayTeamId() int64
- func (x *Score) GetAwayTeamImages() string
- func (x *Score) GetDifference() []int64
- func (x *Score) GetMainFoul() int64
- func (x *Score) GetMainScore() []int64
- func (x *Score) GetMainStop() int64
- func (x *Score) GetMainTeamId() int64
- func (x *Score) GetMainTeamImages() string
- func (x *Score) GetTag() []string
- func (*Score) ProtoMessage()
- func (x *Score) ProtoReflect() protoreflect.Message
- func (x *Score) Reset()
- func (x *Score) String() string
- type ScoresList
- func (*ScoresList) Descriptor() ([]byte, []int)deprecated
- func (x *ScoresList) GetTeam1() int64
- func (x *ScoresList) GetTeam2() int64
- func (x *ScoresList) GetType() string
- func (*ScoresList) ProtoMessage()
- func (x *ScoresList) ProtoReflect() protoreflect.Message
- func (x *ScoresList) Reset()
- func (x *ScoresList) String() string
- type SeasonList
- func (*SeasonList) Descriptor() ([]byte, []int)deprecated
- func (x *SeasonList) GetCurrent() string
- func (x *SeasonList) GetNum() []string
- func (x *SeasonList) GetSupplyId() int64
- func (x *SeasonList) GetYear() string
- func (*SeasonList) ProtoMessage()
- func (x *SeasonList) ProtoReflect() protoreflect.Message
- func (x *SeasonList) Reset()
- func (x *SeasonList) String() string
- type SeasonListRequest
- func (*SeasonListRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SeasonListRequest) GetComId() int64
- func (x *SeasonListRequest) GetLanguage() string
- func (x *SeasonListRequest) GetSeasonId() int64
- func (*SeasonListRequest) ProtoMessage()
- func (x *SeasonListRequest) ProtoReflect() protoreflect.Message
- func (x *SeasonListRequest) Reset()
- func (x *SeasonListRequest) String() string
- type SeasonListResponse
- func (*SeasonListResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SeasonListResponse) GetData() []*SeasonList
- func (*SeasonListResponse) ProtoMessage()
- func (x *SeasonListResponse) ProtoReflect() protoreflect.Message
- func (x *SeasonListResponse) Reset()
- func (x *SeasonListResponse) String() string
- type StandTagInfo
- func (*StandTagInfo) Descriptor() ([]byte, []int)deprecated
- func (x *StandTagInfo) GetName() string
- func (x *StandTagInfo) GetTagValue() string
- func (x *StandTagInfo) GetTitle() string
- func (*StandTagInfo) ProtoMessage()
- func (x *StandTagInfo) ProtoReflect() protoreflect.Message
- func (x *StandTagInfo) Reset()
- func (x *StandTagInfo) String() string
- type StandTagRequest
- func (*StandTagRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StandTagRequest) GetLanguage() string
- func (x *StandTagRequest) GetMark() string
- func (x *StandTagRequest) GetSeasonId() int64
- func (*StandTagRequest) ProtoMessage()
- func (x *StandTagRequest) ProtoReflect() protoreflect.Message
- func (x *StandTagRequest) Reset()
- func (x *StandTagRequest) String() string
- type StandTagResponse
- type Starting
- func (*Starting) Descriptor() ([]byte, []int)deprecated
- func (x *Starting) GetCoachName() string
- func (x *Starting) GetMember() []*Member
- func (x *Starting) GetTeamId() int64
- func (x *Starting) GetTeamImage() string
- func (x *Starting) GetTeamName() string
- func (*Starting) ProtoMessage()
- func (x *Starting) ProtoReflect() protoreflect.Message
- func (x *Starting) Reset()
- func (x *Starting) String() string
- type StatisticsDetail
- func (*StatisticsDetail) Descriptor() ([]byte, []int)deprecated
- func (x *StatisticsDetail) GetLose() int64
- func (x *StatisticsDetail) GetStatisticsList() []*StatisticsListDetail
- func (x *StatisticsDetail) GetTeamImages() string
- func (x *StatisticsDetail) GetTeamName() string
- func (x *StatisticsDetail) GetTotal() int64
- func (x *StatisticsDetail) GetWin() int64
- func (*StatisticsDetail) ProtoMessage()
- func (x *StatisticsDetail) ProtoReflect() protoreflect.Message
- func (x *StatisticsDetail) Reset()
- func (x *StatisticsDetail) String() string
- type StatisticsListDetail
- func (*StatisticsListDetail) Descriptor() ([]byte, []int)deprecated
- func (x *StatisticsListDetail) GetAwayScore() int64
- func (x *StatisticsListDetail) GetAwayTeamId() int64
- func (x *StatisticsListDetail) GetAwayTeamLogo() string
- func (x *StatisticsListDetail) GetCustTeamName() string
- func (x *StatisticsListDetail) GetEventId() int64
- func (x *StatisticsListDetail) GetHalfCourtScore() string
- func (x *StatisticsListDetail) GetHistoricalDate() int64
- func (x *StatisticsListDetail) GetHomeTeamId() int64
- func (x *StatisticsListDetail) GetIsMainTeam() bool
- func (x *StatisticsListDetail) GetMainScore() int64
- func (x *StatisticsListDetail) GetMainTeamLogo() string
- func (x *StatisticsListDetail) GetMainTeamName() string
- func (x *StatisticsListDetail) GetMarkType() int64
- func (x *StatisticsListDetail) GetMatchName() string
- func (x *StatisticsListDetail) GetPointSpread() float32
- func (x *StatisticsListDetail) GetPointSpreadType() int64
- func (x *StatisticsListDetail) GetResultScore() string
- func (x *StatisticsListDetail) GetRound() string
- func (x *StatisticsListDetail) GetSameEvent() bool
- func (x *StatisticsListDetail) GetSameHomeCourt() bool
- func (x *StatisticsListDetail) GetTotalScore() float32
- func (x *StatisticsListDetail) GetTotalScoreType() int64
- func (x *StatisticsListDetail) GetTournamentId() int64
- func (*StatisticsListDetail) ProtoMessage()
- func (x *StatisticsListDetail) ProtoReflect() protoreflect.Message
- func (x *StatisticsListDetail) Reset()
- func (x *StatisticsListDetail) String() string
- type StatisticsRequest
- func (*StatisticsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StatisticsRequest) GetEventId() string
- func (x *StatisticsRequest) GetLanguage() string
- func (x *StatisticsRequest) GetSportId() string
- func (*StatisticsRequest) ProtoMessage()
- func (x *StatisticsRequest) ProtoReflect() protoreflect.Message
- func (x *StatisticsRequest) Reset()
- func (x *StatisticsRequest) String() string
- type StatisticsResponse
- func (*StatisticsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *StatisticsResponse) GetAwayTeamId() int64
- func (x *StatisticsResponse) GetFuture() *Future
- func (x *StatisticsResponse) GetHistorical() *StatisticsDetail
- func (x *StatisticsResponse) GetHomeTeamId() int64
- func (x *StatisticsResponse) GetLately() *Lately
- func (x *StatisticsResponse) GetMatchStatus() int64
- func (x *StatisticsResponse) GetStartTime() int64
- func (*StatisticsResponse) ProtoMessage()
- func (x *StatisticsResponse) ProtoReflect() protoreflect.Message
- func (x *StatisticsResponse) Reset()
- func (x *StatisticsResponse) String() string
- type TeamData
- func (*TeamData) Descriptor() ([]byte, []int)deprecated
- func (x *TeamData) GetRegularSeasonRank() int64
- func (x *TeamData) GetTeamId() int64
- func (x *TeamData) GetTeamImage() string
- func (x *TeamData) GetTeamName() string
- func (*TeamData) ProtoMessage()
- func (x *TeamData) ProtoReflect() protoreflect.Message
- func (x *TeamData) Reset()
- func (x *TeamData) String() string
- type TeamInfo
- func (*TeamInfo) Descriptor() ([]byte, []int)deprecated
- func (x *TeamInfo) GetComName() string
- func (x *TeamInfo) GetName() string
- func (x *TeamInfo) GetRank() string
- func (x *TeamInfo) GetScores() []*Realscore
- func (x *TeamInfo) GetTeamIcon() string
- func (x *TeamInfo) GetTeamId() int64
- func (*TeamInfo) ProtoMessage()
- func (x *TeamInfo) ProtoReflect() protoreflect.Message
- func (x *TeamInfo) Reset()
- func (x *TeamInfo) String() string
- type TeamRows
- func (*TeamRows) Descriptor() ([]byte, []int)deprecated
- func (x *TeamRows) GetEventStatusResult() int64
- func (x *TeamRows) GetFrontTeam() *TeamData
- func (x *TeamRows) GetIsBye() bool
- func (x *TeamRows) GetLateTeam() *TeamData
- func (x *TeamRows) GetPromotionTeamId() int64
- func (x *TeamRows) GetRounds() int64
- func (x *TeamRows) GetScore() string
- func (*TeamRows) ProtoMessage()
- func (x *TeamRows) ProtoReflect() protoreflect.Message
- func (x *TeamRows) Reset()
- func (x *TeamRows) String() string
- type TeamStandList
- func (*TeamStandList) Descriptor() ([]byte, []int)deprecated
- func (x *TeamStandList) GetEnName() string
- func (x *TeamStandList) GetId() int64
- func (x *TeamStandList) GetTeamImageLeyu() string
- func (x *TeamStandList) GetTeamName() string
- func (x *TeamStandList) GetVal() int64
- func (x *TeamStandList) GetVals() string
- func (*TeamStandList) ProtoMessage()
- func (x *TeamStandList) ProtoReflect() protoreflect.Message
- func (x *TeamStandList) Reset()
- func (x *TeamStandList) String() string
- type TeamStandRequest
- func (*TeamStandRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TeamStandRequest) GetLanguage() string
- func (x *TeamStandRequest) GetMark() string
- func (x *TeamStandRequest) GetPage() int64
- func (x *TeamStandRequest) GetPageSize() int64
- func (x *TeamStandRequest) GetSeasonId() int64
- func (*TeamStandRequest) ProtoMessage()
- func (x *TeamStandRequest) ProtoReflect() protoreflect.Message
- func (x *TeamStandRequest) Reset()
- func (x *TeamStandRequest) String() string
- type TeamStandResponse
- func (*TeamStandResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TeamStandResponse) GetCount() int64
- func (x *TeamStandResponse) GetList() []*TeamStandList
- func (*TeamStandResponse) ProtoMessage()
- func (x *TeamStandResponse) ProtoReflect() protoreflect.Message
- func (x *TeamStandResponse) Reset()
- func (x *TeamStandResponse) String() string
- type TeamsStatistics
- func (*TeamsStatistics) Descriptor() ([]byte, []int)deprecated
- func (x *TeamsStatistics) GetAwayTeamId() int64
- func (x *TeamsStatistics) GetAwayTeamImages() string
- func (x *TeamsStatistics) GetAwayTeamName() string
- func (x *TeamsStatistics) GetMainTeamId() int64
- func (x *TeamsStatistics) GetMainTeamImages() string
- func (x *TeamsStatistics) GetMainTeamName() string
- func (x *TeamsStatistics) GetTeamstatistices() []*Teamstatistic
- func (*TeamsStatistics) ProtoMessage()
- func (x *TeamsStatistics) ProtoReflect() protoreflect.Message
- func (x *TeamsStatistics) Reset()
- func (x *TeamsStatistics) String() string
- type Teamstatistic
- func (*Teamstatistic) Descriptor() ([]byte, []int)deprecated
- func (x *Teamstatistic) GetAwayScore() int64
- func (x *Teamstatistic) GetMainScore() int64
- func (x *Teamstatistic) GetTagName() string
- func (*Teamstatistic) ProtoMessage()
- func (x *Teamstatistic) ProtoReflect() protoreflect.Message
- func (x *Teamstatistic) Reset()
- func (x *Teamstatistic) String() string
- type TournamentInfo
- func (*TournamentInfo) Descriptor() ([]byte, []int)deprecated
- func (x *TournamentInfo) GetChInitials() string
- func (x *TournamentInfo) GetCount() int64
- func (x *TournamentInfo) GetTournamentId() int64
- func (x *TournamentInfo) GetTournamentName() string
- func (*TournamentInfo) ProtoMessage()
- func (x *TournamentInfo) ProtoReflect() protoreflect.Message
- func (x *TournamentInfo) Reset()
- func (x *TournamentInfo) String() string
- type TypeStatusRequest
- func (*TypeStatusRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TypeStatusRequest) GetDataId() int64
- func (x *TypeStatusRequest) GetDataId2() int64
- func (x *TypeStatusRequest) GetDataType() int64
- func (x *TypeStatusRequest) GetLanguage() string
- func (*TypeStatusRequest) ProtoMessage()
- func (x *TypeStatusRequest) ProtoReflect() protoreflect.Message
- func (x *TypeStatusRequest) Reset()
- func (x *TypeStatusRequest) String() string
- type TypeStatusResponse
- func (*TypeStatusResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TypeStatusResponse) GetTypeStatus() int64
- func (*TypeStatusResponse) ProtoMessage()
- func (x *TypeStatusResponse) ProtoReflect() protoreflect.Message
- func (x *TypeStatusResponse) Reset()
- func (x *TypeStatusResponse) String() string
- type UnimplementedBasketBallServer
- func (*UnimplementedBasketBallServer) FiltrationId(context.Context, *FiltrationRequest) (*Response, error)
- func (*UnimplementedBasketBallServer) GetCheckExistence(context.Context, *CheckExistenceRequest) (*Response, error)
- func (*UnimplementedBasketBallServer) GetCheckExistenceData(context.Context, *CheckExistenceDataRequest) (*Response, error)
- func (*UnimplementedBasketBallServer) GetCountry(context.Context, *CountryRequest) (*Response, error)
- func (*UnimplementedBasketBallServer) GetDataPromotion(context.Context, *DataPromotionRequest) (*Response, error)
- func (*UnimplementedBasketBallServer) GetLeagueStand(context.Context, *LeagueStandRequest) (*Response, error)
- func (*UnimplementedBasketBallServer) GetMatchComment(context.Context, *LiveRequest) (*Response, error)
- func (*UnimplementedBasketBallServer) GetMatchCommentTab(context.Context, *LiveTabRequest) (*Response, error)
- func (*UnimplementedBasketBallServer) GetMatchDate(context.Context, *MatchDateRequest) (*Response, error)
- func (*UnimplementedBasketBallServer) GetMatchDetail(context.Context, *StatisticsRequest) (*Response, error)
- func (*UnimplementedBasketBallServer) GetMatchFiltrate(context.Context, *MatchFiltrateRequest) (*Response, error)
- func (*UnimplementedBasketBallServer) GetMatchLineup(context.Context, *LineupRequest) (*Response, error)
- func (*UnimplementedBasketBallServer) GetMatchList(context.Context, *MatchListRequest) (*Response, error)
- func (*UnimplementedBasketBallServer) GetMatchOddList(context.Context, *OddListRequest) (*Response, error)
- func (*UnimplementedBasketBallServer) GetMatchOddListDetail(context.Context, *OddDetailRequest) (*Response, error)
- func (*UnimplementedBasketBallServer) GetMatchRealTime(context.Context, *MatchRealTimeRequest) (*Response, error)
- func (*UnimplementedBasketBallServer) GetMatchRealTimeV2(context.Context, *MatchRealTimeRequestV2) (*Response, error)
- func (*UnimplementedBasketBallServer) GetMatchResult(context.Context, *MatchResultRequest) (*Response, error)
- func (*UnimplementedBasketBallServer) GetPlayerStand(context.Context, *PlayerStandRequest) (*Response, error)
- func (*UnimplementedBasketBallServer) GetSeasonList(context.Context, *SeasonListRequest) (*Response, error)
- func (*UnimplementedBasketBallServer) GetStandTag(context.Context, *StandTagRequest) (*Response, error)
- func (*UnimplementedBasketBallServer) GetTeamStand(context.Context, *TeamStandRequest) (*Response, error)
- func (*UnimplementedBasketBallServer) GetTypeStatus(context.Context, *TypeStatusRequest) (*Response, error)
- func (*UnimplementedBasketBallServer) MatchAgainstDetail(context.Context, *MatchInfoRequest) (*Response, error)
- func (*UnimplementedBasketBallServer) MatchDetailAll(context.Context, *MatchDetailAllRequest) (*Response, error)
- func (*UnimplementedBasketBallServer) MatchFinish(context.Context, *FinishMatchRequest) (*Response, error)
- func (*UnimplementedBasketBallServer) SendComment(context.Context, *DataCenterCommentRequest) (*DataCenterResponse, error)
- func (*UnimplementedBasketBallServer) SendLiveScore(context.Context, *DataCenterLiveScoreRequest) (*DataCenterResponse, error)
- func (*UnimplementedBasketBallServer) V2MatchAsiaOddsAndBigBallList(context.Context, *V2BasketMatchAsiaOddsAndBigBallListRequest) (*Response, error)
- func (*UnimplementedBasketBallServer) V2MatchEuropeanOddsList(context.Context, *V2BasketMatchEuropeanOddsListRequest) (*Response, error)
- func (*UnimplementedBasketBallServer) V2MatchOddsDetail(context.Context, *V2BasketMatchOddsDetailRequest) (*Response, error)
- type V2BasketMatchAsiaOddsAndBigBallInfo
- func (*V2BasketMatchAsiaOddsAndBigBallInfo) Descriptor() ([]byte, []int)deprecated
- func (x *V2BasketMatchAsiaOddsAndBigBallInfo) GetCompanyId() int64
- func (x *V2BasketMatchAsiaOddsAndBigBallInfo) GetCompanyName() string
- func (x *V2BasketMatchAsiaOddsAndBigBallInfo) GetCurrOdds() []string
- func (x *V2BasketMatchAsiaOddsAndBigBallInfo) GetInitOdds() []string
- func (x *V2BasketMatchAsiaOddsAndBigBallInfo) GetMark() int64
- func (x *V2BasketMatchAsiaOddsAndBigBallInfo) GetTimes() int64
- func (*V2BasketMatchAsiaOddsAndBigBallInfo) ProtoMessage()
- func (x *V2BasketMatchAsiaOddsAndBigBallInfo) ProtoReflect() protoreflect.Message
- func (x *V2BasketMatchAsiaOddsAndBigBallInfo) Reset()
- func (x *V2BasketMatchAsiaOddsAndBigBallInfo) String() string
- type V2BasketMatchAsiaOddsAndBigBallListRequest
- func (*V2BasketMatchAsiaOddsAndBigBallListRequest) Descriptor() ([]byte, []int)deprecated
- func (x *V2BasketMatchAsiaOddsAndBigBallListRequest) GetEventId() int64
- func (x *V2BasketMatchAsiaOddsAndBigBallListRequest) GetLanguage() string
- func (x *V2BasketMatchAsiaOddsAndBigBallListRequest) GetOddType() int64
- func (x *V2BasketMatchAsiaOddsAndBigBallListRequest) GetOdds() int64
- func (x *V2BasketMatchAsiaOddsAndBigBallListRequest) GetTimeZone() int64
- func (*V2BasketMatchAsiaOddsAndBigBallListRequest) ProtoMessage()
- func (x *V2BasketMatchAsiaOddsAndBigBallListRequest) ProtoReflect() protoreflect.Message
- func (x *V2BasketMatchAsiaOddsAndBigBallListRequest) Reset()
- func (x *V2BasketMatchAsiaOddsAndBigBallListRequest) String() string
- type V2BasketMatchAsiaOddsAndBigBallListResponse
- func (*V2BasketMatchAsiaOddsAndBigBallListResponse) Descriptor() ([]byte, []int)deprecated
- func (x *V2BasketMatchAsiaOddsAndBigBallListResponse) GetInfo() []*V2BasketMatchAsiaOddsAndBigBallInfo
- func (*V2BasketMatchAsiaOddsAndBigBallListResponse) ProtoMessage()
- func (x *V2BasketMatchAsiaOddsAndBigBallListResponse) ProtoReflect() protoreflect.Message
- func (x *V2BasketMatchAsiaOddsAndBigBallListResponse) Reset()
- func (x *V2BasketMatchAsiaOddsAndBigBallListResponse) String() string
- type V2BasketMatchEuropeanOddsListRequest
- func (*V2BasketMatchEuropeanOddsListRequest) Descriptor() ([]byte, []int)deprecated
- func (x *V2BasketMatchEuropeanOddsListRequest) GetEventId() int64
- func (x *V2BasketMatchEuropeanOddsListRequest) GetLanguage() string
- func (x *V2BasketMatchEuropeanOddsListRequest) GetOdds() int64
- func (x *V2BasketMatchEuropeanOddsListRequest) GetTimeZone() int64
- func (*V2BasketMatchEuropeanOddsListRequest) ProtoMessage()
- func (x *V2BasketMatchEuropeanOddsListRequest) ProtoReflect() protoreflect.Message
- func (x *V2BasketMatchEuropeanOddsListRequest) Reset()
- func (x *V2BasketMatchEuropeanOddsListRequest) String() string
- type V2BasketMatchEuropeanOddsListResponse
- func (*V2BasketMatchEuropeanOddsListResponse) Descriptor() ([]byte, []int)deprecated
- func (x *V2BasketMatchEuropeanOddsListResponse) GetAverage() *V2BasketOddsDetails
- func (x *V2BasketMatchEuropeanOddsListResponse) GetList() []*V2BasketOddDetailList
- func (x *V2BasketMatchEuropeanOddsListResponse) GetMaximum() *V2BasketOddsDetails
- func (x *V2BasketMatchEuropeanOddsListResponse) GetMinimum() *V2BasketOddsDetails
- func (*V2BasketMatchEuropeanOddsListResponse) ProtoMessage()
- func (x *V2BasketMatchEuropeanOddsListResponse) ProtoReflect() protoreflect.Message
- func (x *V2BasketMatchEuropeanOddsListResponse) Reset()
- func (x *V2BasketMatchEuropeanOddsListResponse) String() string
- type V2BasketMatchOddsDetailRequest
- func (*V2BasketMatchOddsDetailRequest) Descriptor() ([]byte, []int)deprecated
- func (x *V2BasketMatchOddsDetailRequest) GetCompanyId() int64
- func (x *V2BasketMatchOddsDetailRequest) GetEventId() int64
- func (x *V2BasketMatchOddsDetailRequest) GetId() int64
- func (x *V2BasketMatchOddsDetailRequest) GetLanguage() string
- func (x *V2BasketMatchOddsDetailRequest) GetPageSize() int64
- func (x *V2BasketMatchOddsDetailRequest) GetPanId() int64
- func (*V2BasketMatchOddsDetailRequest) ProtoMessage()
- func (x *V2BasketMatchOddsDetailRequest) ProtoReflect() protoreflect.Message
- func (x *V2BasketMatchOddsDetailRequest) Reset()
- func (x *V2BasketMatchOddsDetailRequest) String() string
- type V2BasketOddDetailInfo
- func (*V2BasketOddDetailInfo) Descriptor() ([]byte, []int)deprecated
- func (x *V2BasketOddDetailInfo) GetColumn1() string
- func (x *V2BasketOddDetailInfo) GetColumn2() string
- func (x *V2BasketOddDetailInfo) GetColumn3() string
- func (x *V2BasketOddDetailInfo) GetCompanyName() string
- func (x *V2BasketOddDetailInfo) GetId() int64
- func (x *V2BasketOddDetailInfo) GetUpdateTime() int64
- func (*V2BasketOddDetailInfo) ProtoMessage()
- func (x *V2BasketOddDetailInfo) ProtoReflect() protoreflect.Message
- func (x *V2BasketOddDetailInfo) Reset()
- func (x *V2BasketOddDetailInfo) String() string
- type V2BasketOddDetailList
- func (*V2BasketOddDetailList) Descriptor() ([]byte, []int)deprecated
- func (x *V2BasketOddDetailList) GetCompanyId() int64
- func (x *V2BasketOddDetailList) GetCompanyName() string
- func (x *V2BasketOddDetailList) GetMark() int64
- func (x *V2BasketOddDetailList) GetOdds() *V2BasketOddsDetails
- func (*V2BasketOddDetailList) ProtoMessage()
- func (x *V2BasketOddDetailList) ProtoReflect() protoreflect.Message
- func (x *V2BasketOddDetailList) Reset()
- func (x *V2BasketOddDetailList) String() string
- type V2BasketOddDetailResponse
- func (*V2BasketOddDetailResponse) Descriptor() ([]byte, []int)deprecated
- func (x *V2BasketOddDetailResponse) GetChuId() int64
- func (x *V2BasketOddDetailResponse) GetChuStr() string
- func (x *V2BasketOddDetailResponse) GetCount() int64
- func (x *V2BasketOddDetailResponse) GetGunId() int64
- func (x *V2BasketOddDetailResponse) GetGunStr() string
- func (x *V2BasketOddDetailResponse) GetInfo() []*V2BasketOddDetailInfo
- func (*V2BasketOddDetailResponse) ProtoMessage()
- func (x *V2BasketOddDetailResponse) ProtoReflect() protoreflect.Message
- func (x *V2BasketOddDetailResponse) Reset()
- func (x *V2BasketOddDetailResponse) String() string
- type V2BasketOddsDetails
- func (*V2BasketOddsDetails) Descriptor() ([]byte, []int)deprecated
- func (x *V2BasketOddsDetails) GetCurr() []string
- func (x *V2BasketOddsDetails) GetCurrReturnProb() float32
- func (x *V2BasketOddsDetails) GetCurrUpDate() int64
- func (x *V2BasketOddsDetails) GetInit() []string
- func (x *V2BasketOddsDetails) GetInitReturnProb() float32
- func (x *V2BasketOddsDetails) GetInitUpDate() int64
- func (*V2BasketOddsDetails) ProtoMessage()
- func (x *V2BasketOddsDetails) ProtoReflect() protoreflect.Message
- func (x *V2BasketOddsDetails) Reset()
- func (x *V2BasketOddsDetails) String() string
Constants ¶
This section is empty.
Variables ¶
var File_check_existence_data_proto protoreflect.FileDescriptor
var File_check_existence_proto protoreflect.FileDescriptor
var File_check_filtration_proto protoreflect.FileDescriptor
var File_country_list_proto protoreflect.FileDescriptor
var File_data_center_proto protoreflect.FileDescriptor
var File_data_promotion_proto protoreflect.FileDescriptor
var File_league_stand_proto protoreflect.FileDescriptor
var File_match_date_proto protoreflect.FileDescriptor
var File_match_details_all_proto protoreflect.FileDescriptor
var File_match_filtrate_proto protoreflect.FileDescriptor
var File_match_finish_proto protoreflect.FileDescriptor
var File_match_list_proto protoreflect.FileDescriptor
var File_match_proto protoreflect.FileDescriptor
var File_match_real_time_proto protoreflect.FileDescriptor
var File_match_real_time_v2_proto protoreflect.FileDescriptor
var File_match_request_proto protoreflect.FileDescriptor
var File_match_result_proto protoreflect.FileDescriptor
var File_odd_proto protoreflect.FileDescriptor
var File_player_stand_proto protoreflect.FileDescriptor
var File_season_list_proto protoreflect.FileDescriptor
var File_server_proto protoreflect.FileDescriptor
var File_stand_tag_proto protoreflect.FileDescriptor
var File_team_stand_proto protoreflect.FileDescriptor
var File_type_status_proto protoreflect.FileDescriptor
var File_v2_match_odds_detail_proto protoreflect.FileDescriptor
var File_v2_odd_proto protoreflect.FileDescriptor
Functions ¶
func RegisterBasketBallServer ¶
func RegisterBasketBallServer(s *grpc.Server, srv BasketBallServer)
Types ¶
type Animation ¶
type Animation struct { Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` //url Width int64 `protobuf:"varint,2,opt,name=width,proto3" json:"width,omitempty"` //宽度 Height int64 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"` //高度 // contains filtered or unexported fields }
func (*Animation) Descriptor
deprecated
func (*Animation) ProtoMessage ¶
func (*Animation) ProtoMessage()
func (*Animation) ProtoReflect ¶
func (x *Animation) ProtoReflect() protoreflect.Message
type AreaInfo ¶
type AreaInfo struct { Id int64 `protobuf:"varint,3,opt,name=Id,proto3" json:"Id,omitempty"` //id ContinentName string `protobuf:"bytes,4,opt,name=ContinentName,proto3" json:"ContinentName,omitempty"` //名称 ContinentImage string `protobuf:"bytes,6,opt,name=ContinentImage,proto3" json:"ContinentImage,omitempty"` //头像 ContinentList []*ContinentInfo `protobuf:"bytes,1,rep,name=ContinentList,proto3" json:"ContinentList,omitempty"` // contains filtered or unexported fields }
func (*AreaInfo) Descriptor
deprecated
func (*AreaInfo) GetContinentImage ¶
func (*AreaInfo) GetContinentList ¶
func (x *AreaInfo) GetContinentList() []*ContinentInfo
func (*AreaInfo) GetContinentName ¶
func (*AreaInfo) ProtoMessage ¶
func (*AreaInfo) ProtoMessage()
func (*AreaInfo) ProtoReflect ¶
func (x *AreaInfo) ProtoReflect() protoreflect.Message
type BasketBallClient ¶
type BasketBallClient interface { //球队榜 GetTeamStand(ctx context.Context, in *TeamStandRequest, opts ...grpc.CallOption) (*Response, error) //球员榜 GetPlayerStand(ctx context.Context, in *PlayerStandRequest, opts ...grpc.CallOption) (*Response, error) //比赛对阵详情 MatchAgainstDetail(ctx context.Context, in *MatchInfoRequest, opts ...grpc.CallOption) (*Response, error) //赛程 GetMatchList(ctx context.Context, in *MatchListRequest, opts ...grpc.CallOption) (*Response, error) //比赛阵容 GetMatchLineup(ctx context.Context, in *LineupRequest, opts ...grpc.CallOption) (*Response, error) //比赛直播 GetMatchComment(ctx context.Context, in *LiveRequest, opts ...grpc.CallOption) (*Response, error) //比赛文字直播的tab GetMatchCommentTab(ctx context.Context, in *LiveTabRequest, opts ...grpc.CallOption) (*Response, error) //赛季列表 GetSeasonList(ctx context.Context, in *SeasonListRequest, opts ...grpc.CallOption) (*Response, error) //积分榜 GetLeagueStand(ctx context.Context, in *LeagueStandRequest, opts ...grpc.CallOption) (*Response, error) //联赛列表 GetCountry(ctx context.Context, in *CountryRequest, opts ...grpc.CallOption) (*Response, error) //赛况 GetMatchResult(ctx context.Context, in *MatchResultRequest, opts ...grpc.CallOption) (*Response, error) // 侧边栏标签 GetStandTag(ctx context.Context, in *StandTagRequest, opts ...grpc.CallOption) (*Response, error) //比赛日历 GetMatchDate(ctx context.Context, in *MatchDateRequest, opts ...grpc.CallOption) (*Response, error) //实时比赛 GetMatchRealTime(ctx context.Context, in *MatchRealTimeRequest, opts ...grpc.CallOption) (*Response, error) //实时比赛V2 GetMatchRealTimeV2(ctx context.Context, in *MatchRealTimeRequestV2, opts ...grpc.CallOption) (*Response, error) //检测接口 GetCheckExistence(ctx context.Context, in *CheckExistenceRequest, opts ...grpc.CallOption) (*Response, error) //比赛详情-数据 GetMatchDetail(ctx context.Context, in *StatisticsRequest, opts ...grpc.CallOption) (*Response, error) //检测接口返回数据 GetCheckExistenceData(ctx context.Context, in *CheckExistenceDataRequest, opts ...grpc.CallOption) (*Response, error) //指数-列表 GetMatchOddList(ctx context.Context, in *OddListRequest, opts ...grpc.CallOption) (*Response, error) //指数-公司指数明细 GetMatchOddListDetail(ctx context.Context, in *OddDetailRequest, opts ...grpc.CallOption) (*Response, error) //晋级图 GetDataPromotion(ctx context.Context, in *DataPromotionRequest, opts ...grpc.CallOption) (*Response, error) //筛选 GetMatchFiltrate(ctx context.Context, in *MatchFiltrateRequest, opts ...grpc.CallOption) (*Response, error) //筛选 GetTypeStatus(ctx context.Context, in *TypeStatusRequest, opts ...grpc.CallOption) (*Response, error) //检测id接口 FiltrationId(ctx context.Context, in *FiltrationRequest, opts ...grpc.CallOption) (*Response, error) //提供一个接口供数据中心调用 //发送直播数据 SendComment(ctx context.Context, in *DataCenterCommentRequest, opts ...grpc.CallOption) (*DataCenterResponse, error) //发送即时比分数据 SendLiveScore(ctx context.Context, in *DataCenterLiveScoreRequest, opts ...grpc.CallOption) (*DataCenterResponse, error) //比赛详情 MatchDetailAll(ctx context.Context, in *MatchDetailAllRequest, opts ...grpc.CallOption) (*Response, error) //获取已经完成的比赛 MatchFinish(ctx context.Context, in *FinishMatchRequest, opts ...grpc.CallOption) (*Response, error) //v2 即时比赛列表 - 比赛详情 - 指数 - 指数列表 - 欧赔(1x2)列表 V2MatchEuropeanOddsList(ctx context.Context, in *V2BasketMatchEuropeanOddsListRequest, opts ...grpc.CallOption) (*Response, error) //v2 即时比赛列表 - 比赛详情 - 指数 - 指数列表 - 亚赔(HDP)和大小球(O/U)列表 V2MatchAsiaOddsAndBigBallList(ctx context.Context, in *V2BasketMatchAsiaOddsAndBigBallListRequest, opts ...grpc.CallOption) (*Response, error) //v2 即时比赛列表 - 比赛详情 - 指数 - 指数列表 - 指数详情(亚赔、欧赔、大小球) V2MatchOddsDetail(ctx context.Context, in *V2BasketMatchOddsDetailRequest, opts ...grpc.CallOption) (*Response, error) }
BasketBallClient is the client API for BasketBall service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewBasketBallClient ¶
func NewBasketBallClient(cc grpc.ClientConnInterface) BasketBallClient
type BasketBallServer ¶
type BasketBallServer interface { //球队榜 GetTeamStand(context.Context, *TeamStandRequest) (*Response, error) //球员榜 GetPlayerStand(context.Context, *PlayerStandRequest) (*Response, error) //比赛对阵详情 MatchAgainstDetail(context.Context, *MatchInfoRequest) (*Response, error) //赛程 GetMatchList(context.Context, *MatchListRequest) (*Response, error) //比赛阵容 GetMatchLineup(context.Context, *LineupRequest) (*Response, error) //比赛直播 GetMatchComment(context.Context, *LiveRequest) (*Response, error) //比赛文字直播的tab GetMatchCommentTab(context.Context, *LiveTabRequest) (*Response, error) //赛季列表 GetSeasonList(context.Context, *SeasonListRequest) (*Response, error) //积分榜 GetLeagueStand(context.Context, *LeagueStandRequest) (*Response, error) //联赛列表 GetCountry(context.Context, *CountryRequest) (*Response, error) //赛况 GetMatchResult(context.Context, *MatchResultRequest) (*Response, error) // 侧边栏标签 GetStandTag(context.Context, *StandTagRequest) (*Response, error) //比赛日历 GetMatchDate(context.Context, *MatchDateRequest) (*Response, error) //实时比赛 GetMatchRealTime(context.Context, *MatchRealTimeRequest) (*Response, error) //实时比赛V2 GetMatchRealTimeV2(context.Context, *MatchRealTimeRequestV2) (*Response, error) //检测接口 GetCheckExistence(context.Context, *CheckExistenceRequest) (*Response, error) //比赛详情-数据 GetMatchDetail(context.Context, *StatisticsRequest) (*Response, error) //检测接口返回数据 GetCheckExistenceData(context.Context, *CheckExistenceDataRequest) (*Response, error) //指数-列表 GetMatchOddList(context.Context, *OddListRequest) (*Response, error) //指数-公司指数明细 GetMatchOddListDetail(context.Context, *OddDetailRequest) (*Response, error) //晋级图 GetDataPromotion(context.Context, *DataPromotionRequest) (*Response, error) //筛选 GetMatchFiltrate(context.Context, *MatchFiltrateRequest) (*Response, error) //筛选 GetTypeStatus(context.Context, *TypeStatusRequest) (*Response, error) //检测id接口 FiltrationId(context.Context, *FiltrationRequest) (*Response, error) //提供一个接口供数据中心调用 //发送直播数据 SendComment(context.Context, *DataCenterCommentRequest) (*DataCenterResponse, error) //发送即时比分数据 SendLiveScore(context.Context, *DataCenterLiveScoreRequest) (*DataCenterResponse, error) //比赛详情 MatchDetailAll(context.Context, *MatchDetailAllRequest) (*Response, error) //获取已经完成的比赛 MatchFinish(context.Context, *FinishMatchRequest) (*Response, error) //v2 即时比赛列表 - 比赛详情 - 指数 - 指数列表 - 欧赔(1x2)列表 V2MatchEuropeanOddsList(context.Context, *V2BasketMatchEuropeanOddsListRequest) (*Response, error) //v2 即时比赛列表 - 比赛详情 - 指数 - 指数列表 - 亚赔(HDP)和大小球(O/U)列表 V2MatchAsiaOddsAndBigBallList(context.Context, *V2BasketMatchAsiaOddsAndBigBallListRequest) (*Response, error) //v2 即时比赛列表 - 比赛详情 - 指数 - 指数列表 - 指数详情(亚赔、欧赔、大小球) V2MatchOddsDetail(context.Context, *V2BasketMatchOddsDetailRequest) (*Response, error) }
BasketBallServer is the server API for BasketBall service.
type CenterComment ¶
type CenterComment struct { MatchId int64 `protobuf:"varint,1,opt,name=MatchId,proto3" json:"MatchId,omitempty"` Team int64 `protobuf:"varint,2,opt,name=Team,proto3" json:"Team,omitempty"` ElapsedPlus int64 `protobuf:"varint,3,opt,name=ElapsedPlus,proto3" json:"ElapsedPlus,omitempty"` Elapsed string `protobuf:"bytes,4,opt,name=Elapsed,proto3" json:"Elapsed,omitempty"` Score string `protobuf:"bytes,5,opt,name=Score,proto3" json:"Score,omitempty"` Sort int64 `protobuf:"varint,6,opt,name=Sort,proto3" json:"Sort,omitempty"` Scope int64 `protobuf:"varint,7,opt,name=Scope,proto3" json:"Scope,omitempty"` Content string `protobuf:"bytes,8,opt,name=Content,proto3" json:"Content,omitempty"` // contains filtered or unexported fields }
func (*CenterComment) Descriptor
deprecated
func (*CenterComment) Descriptor() ([]byte, []int)
Deprecated: Use CenterComment.ProtoReflect.Descriptor instead.
func (*CenterComment) GetContent ¶
func (x *CenterComment) GetContent() string
func (*CenterComment) GetElapsed ¶
func (x *CenterComment) GetElapsed() string
func (*CenterComment) GetElapsedPlus ¶
func (x *CenterComment) GetElapsedPlus() int64
func (*CenterComment) GetMatchId ¶
func (x *CenterComment) GetMatchId() int64
func (*CenterComment) GetScope ¶
func (x *CenterComment) GetScope() int64
func (*CenterComment) GetScore ¶
func (x *CenterComment) GetScore() string
func (*CenterComment) GetSort ¶
func (x *CenterComment) GetSort() int64
func (*CenterComment) GetTeam ¶
func (x *CenterComment) GetTeam() int64
func (*CenterComment) ProtoMessage ¶
func (*CenterComment) ProtoMessage()
func (*CenterComment) ProtoReflect ¶
func (x *CenterComment) ProtoReflect() protoreflect.Message
func (*CenterComment) Reset ¶
func (x *CenterComment) Reset()
func (*CenterComment) String ¶
func (x *CenterComment) String() string
type CenterCountParams ¶
type CenterCountParams struct { TypeId int64 `protobuf:"varint,1,opt,name=TypeId,proto3" json:"TypeId,omitempty"` Type string `protobuf:"bytes,2,opt,name=Type,proto3" json:"Type,omitempty"` Home string `protobuf:"bytes,3,opt,name=Home,proto3" json:"Home,omitempty"` Away string `protobuf:"bytes,4,opt,name=Away,proto3" json:"Away,omitempty"` // contains filtered or unexported fields }
func (*CenterCountParams) Descriptor
deprecated
func (*CenterCountParams) Descriptor() ([]byte, []int)
Deprecated: Use CenterCountParams.ProtoReflect.Descriptor instead.
func (*CenterCountParams) GetAway ¶
func (x *CenterCountParams) GetAway() string
func (*CenterCountParams) GetHome ¶
func (x *CenterCountParams) GetHome() string
func (*CenterCountParams) GetType ¶
func (x *CenterCountParams) GetType() string
func (*CenterCountParams) GetTypeId ¶
func (x *CenterCountParams) GetTypeId() int64
func (*CenterCountParams) ProtoMessage ¶
func (*CenterCountParams) ProtoMessage()
func (*CenterCountParams) ProtoReflect ¶
func (x *CenterCountParams) ProtoReflect() protoreflect.Message
func (*CenterCountParams) Reset ¶
func (x *CenterCountParams) Reset()
func (*CenterCountParams) String ¶
func (x *CenterCountParams) String() string
type CenterMatchIncident ¶
type CenterMatchIncident struct { MatchId int64 `protobuf:"varint,1,opt,name=MatchId,proto3" json:"MatchId,omitempty"` TeamId int64 `protobuf:"varint,2,opt,name=TeamId,proto3" json:"TeamId,omitempty"` TeamName string `protobuf:"bytes,3,opt,name=TeamName,proto3" json:"TeamName,omitempty"` IncidentTypeId int64 `protobuf:"varint,4,opt,name=IncidentTypeId,proto3" json:"IncidentTypeId,omitempty"` IncidentType string `protobuf:"bytes,5,opt,name=IncidentType,proto3" json:"IncidentType,omitempty"` Index int64 `protobuf:"varint,6,opt,name=Index,proto3" json:"Index,omitempty"` Elapsed int64 `protobuf:"varint,7,opt,name=Elapsed,proto3" json:"Elapsed,omitempty"` ElapsedPlus int64 `protobuf:"varint,8,opt,name=ElapsedPlus,proto3" json:"ElapsedPlus,omitempty"` PlayerId int64 `protobuf:"varint,9,opt,name=PlayerId,proto3" json:"PlayerId,omitempty"` PlayerName string `protobuf:"bytes,10,opt,name=PlayerName,proto3" json:"PlayerName,omitempty"` RelatePlayerId int64 `protobuf:"varint,11,opt,name=RelatePlayerId,proto3" json:"RelatePlayerId,omitempty"` RelatePlayerName string `protobuf:"bytes,12,opt,name=RelatePlayerName,proto3" json:"RelatePlayerName,omitempty"` X int64 `protobuf:"varint,13,opt,name=X,proto3" json:"X,omitempty"` Y int64 `protobuf:"varint,14,opt,name=Y,proto3" json:"Y,omitempty"` GoalType int64 `protobuf:"varint,15,opt,name=GoalType,proto3" json:"GoalType,omitempty"` Scores string `protobuf:"bytes,16,opt,name=Scores,proto3" json:"Scores,omitempty"` IsHome bool `protobuf:"varint,17,opt,name=IsHome,proto3" json:"IsHome,omitempty"` // contains filtered or unexported fields }
func (*CenterMatchIncident) Descriptor
deprecated
func (*CenterMatchIncident) Descriptor() ([]byte, []int)
Deprecated: Use CenterMatchIncident.ProtoReflect.Descriptor instead.
func (*CenterMatchIncident) GetElapsed ¶
func (x *CenterMatchIncident) GetElapsed() int64
func (*CenterMatchIncident) GetElapsedPlus ¶
func (x *CenterMatchIncident) GetElapsedPlus() int64
func (*CenterMatchIncident) GetGoalType ¶
func (x *CenterMatchIncident) GetGoalType() int64
func (*CenterMatchIncident) GetIncidentType ¶
func (x *CenterMatchIncident) GetIncidentType() string
func (*CenterMatchIncident) GetIncidentTypeId ¶
func (x *CenterMatchIncident) GetIncidentTypeId() int64
func (*CenterMatchIncident) GetIndex ¶
func (x *CenterMatchIncident) GetIndex() int64
func (*CenterMatchIncident) GetIsHome ¶
func (x *CenterMatchIncident) GetIsHome() bool
func (*CenterMatchIncident) GetMatchId ¶
func (x *CenterMatchIncident) GetMatchId() int64
func (*CenterMatchIncident) GetPlayerId ¶
func (x *CenterMatchIncident) GetPlayerId() int64
func (*CenterMatchIncident) GetPlayerName ¶
func (x *CenterMatchIncident) GetPlayerName() string
func (*CenterMatchIncident) GetRelatePlayerId ¶
func (x *CenterMatchIncident) GetRelatePlayerId() int64
func (*CenterMatchIncident) GetRelatePlayerName ¶
func (x *CenterMatchIncident) GetRelatePlayerName() string
func (*CenterMatchIncident) GetScores ¶
func (x *CenterMatchIncident) GetScores() string
func (*CenterMatchIncident) GetTeamId ¶
func (x *CenterMatchIncident) GetTeamId() int64
func (*CenterMatchIncident) GetTeamName ¶
func (x *CenterMatchIncident) GetTeamName() string
func (*CenterMatchIncident) GetX ¶
func (x *CenterMatchIncident) GetX() int64
func (*CenterMatchIncident) GetY ¶
func (x *CenterMatchIncident) GetY() int64
func (*CenterMatchIncident) ProtoMessage ¶
func (*CenterMatchIncident) ProtoMessage()
func (*CenterMatchIncident) ProtoReflect ¶
func (x *CenterMatchIncident) ProtoReflect() protoreflect.Message
func (*CenterMatchIncident) Reset ¶
func (x *CenterMatchIncident) Reset()
func (*CenterMatchIncident) String ¶
func (x *CenterMatchIncident) String() string
type CenterMatchTeamCount ¶
type CenterMatchTeamCount struct { MatchId int64 `protobuf:"varint,1,opt,name=MatchId,proto3" json:"MatchId,omitempty"` HomeId int64 `protobuf:"varint,2,opt,name=HomeId,proto3" json:"HomeId,omitempty"` HomeName string `protobuf:"bytes,3,opt,name=HomeName,proto3" json:"HomeName,omitempty"` AwayId int64 `protobuf:"varint,4,opt,name=AwayId,proto3" json:"AwayId,omitempty"` AwayName string `protobuf:"bytes,5,opt,name=AwayName,proto3" json:"AwayName,omitempty"` Stats []*CenterCountParams `protobuf:"bytes,6,rep,name=Stats,proto3" json:"Stats,omitempty"` // contains filtered or unexported fields }
比赛球队统计
func (*CenterMatchTeamCount) Descriptor
deprecated
func (*CenterMatchTeamCount) Descriptor() ([]byte, []int)
Deprecated: Use CenterMatchTeamCount.ProtoReflect.Descriptor instead.
func (*CenterMatchTeamCount) GetAwayId ¶
func (x *CenterMatchTeamCount) GetAwayId() int64
func (*CenterMatchTeamCount) GetAwayName ¶
func (x *CenterMatchTeamCount) GetAwayName() string
func (*CenterMatchTeamCount) GetHomeId ¶
func (x *CenterMatchTeamCount) GetHomeId() int64
func (*CenterMatchTeamCount) GetHomeName ¶
func (x *CenterMatchTeamCount) GetHomeName() string
func (*CenterMatchTeamCount) GetMatchId ¶
func (x *CenterMatchTeamCount) GetMatchId() int64
func (*CenterMatchTeamCount) GetStats ¶
func (x *CenterMatchTeamCount) GetStats() []*CenterCountParams
func (*CenterMatchTeamCount) ProtoMessage ¶
func (*CenterMatchTeamCount) ProtoMessage()
func (*CenterMatchTeamCount) ProtoReflect ¶
func (x *CenterMatchTeamCount) ProtoReflect() protoreflect.Message
func (*CenterMatchTeamCount) Reset ¶
func (x *CenterMatchTeamCount) Reset()
func (*CenterMatchTeamCount) String ¶
func (x *CenterMatchTeamCount) String() string
type CenterScores ¶
type CenterScores struct { Team1 string `protobuf:"bytes,1,opt,name=Team1,proto3" json:"Team1,omitempty"` Team2 string `protobuf:"bytes,2,opt,name=Team2,proto3" json:"Team2,omitempty"` Type string `protobuf:"bytes,3,opt,name=Type,proto3" json:"Type,omitempty"` UpdateTime string `protobuf:"bytes,4,opt,name=UpdateTime,proto3" json:"UpdateTime,omitempty"` // contains filtered or unexported fields }
func (*CenterScores) Descriptor
deprecated
func (*CenterScores) Descriptor() ([]byte, []int)
Deprecated: Use CenterScores.ProtoReflect.Descriptor instead.
func (*CenterScores) GetTeam1 ¶
func (x *CenterScores) GetTeam1() string
func (*CenterScores) GetTeam2 ¶
func (x *CenterScores) GetTeam2() string
func (*CenterScores) GetType ¶
func (x *CenterScores) GetType() string
func (*CenterScores) GetUpdateTime ¶
func (x *CenterScores) GetUpdateTime() string
func (*CenterScores) ProtoMessage ¶
func (*CenterScores) ProtoMessage()
func (*CenterScores) ProtoReflect ¶
func (x *CenterScores) ProtoReflect() protoreflect.Message
func (*CenterScores) Reset ¶
func (x *CenterScores) Reset()
func (*CenterScores) String ¶
func (x *CenterScores) String() string
type CheckExistenceDataRequest ¶
type CheckExistenceDataRequest struct { CheckType int64 `protobuf:"varint,2,opt,name=CheckType,proto3" json:"CheckType,omitempty"` //1:联赛 2:比赛 3:队伍 4:赛季 Ids []int64 `protobuf:"varint,3,rep,packed,name=ids,proto3" json:"ids,omitempty"` IsHot int64 `protobuf:"varint,1,opt,name=isHot,proto3" json:"isHot,omitempty"` Language string `protobuf:"bytes,4,opt,name=Language,proto3" json:"Language,omitempty"` //请求语言 1:zh 2:en KeyWord string `protobuf:"bytes,5,opt,name=keyWord,proto3" json:"keyWord,omitempty"` //球队筛选 Page int64 `protobuf:"varint,6,opt,name=page,proto3" json:"page,omitempty"` //页 PageSize int64 `protobuf:"varint,7,opt,name=pageSize,proto3" json:"pageSize,omitempty"` //每页数量 // contains filtered or unexported fields }
赛程
func (*CheckExistenceDataRequest) Descriptor
deprecated
func (*CheckExistenceDataRequest) Descriptor() ([]byte, []int)
Deprecated: Use CheckExistenceDataRequest.ProtoReflect.Descriptor instead.
func (*CheckExistenceDataRequest) GetCheckType ¶
func (x *CheckExistenceDataRequest) GetCheckType() int64
func (*CheckExistenceDataRequest) GetIds ¶
func (x *CheckExistenceDataRequest) GetIds() []int64
func (*CheckExistenceDataRequest) GetIsHot ¶
func (x *CheckExistenceDataRequest) GetIsHot() int64
func (*CheckExistenceDataRequest) GetKeyWord ¶
func (x *CheckExistenceDataRequest) GetKeyWord() string
func (*CheckExistenceDataRequest) GetLanguage ¶
func (x *CheckExistenceDataRequest) GetLanguage() string
func (*CheckExistenceDataRequest) GetPage ¶
func (x *CheckExistenceDataRequest) GetPage() int64
func (*CheckExistenceDataRequest) GetPageSize ¶
func (x *CheckExistenceDataRequest) GetPageSize() int64
func (*CheckExistenceDataRequest) ProtoMessage ¶
func (*CheckExistenceDataRequest) ProtoMessage()
func (*CheckExistenceDataRequest) ProtoReflect ¶
func (x *CheckExistenceDataRequest) ProtoReflect() protoreflect.Message
func (*CheckExistenceDataRequest) Reset ¶
func (x *CheckExistenceDataRequest) Reset()
func (*CheckExistenceDataRequest) String ¶
func (x *CheckExistenceDataRequest) String() string
type CheckExistenceDataResponse ¶
type CheckExistenceDataResponse struct { ComData []*LeagueData `protobuf:"bytes,1,rep,name=com_data,json=comData,proto3" json:"com_data,omitempty"` MatchData []*MatchData `protobuf:"bytes,2,rep,name=match_data,json=matchData,proto3" json:"match_data,omitempty"` TeamData []*CheckTeamData `protobuf:"bytes,3,rep,name=team_data,json=teamData,proto3" json:"team_data,omitempty"` // contains filtered or unexported fields }
func (*CheckExistenceDataResponse) Descriptor
deprecated
func (*CheckExistenceDataResponse) Descriptor() ([]byte, []int)
Deprecated: Use CheckExistenceDataResponse.ProtoReflect.Descriptor instead.
func (*CheckExistenceDataResponse) GetComData ¶
func (x *CheckExistenceDataResponse) GetComData() []*LeagueData
func (*CheckExistenceDataResponse) GetMatchData ¶
func (x *CheckExistenceDataResponse) GetMatchData() []*MatchData
func (*CheckExistenceDataResponse) GetTeamData ¶
func (x *CheckExistenceDataResponse) GetTeamData() []*CheckTeamData
func (*CheckExistenceDataResponse) ProtoMessage ¶
func (*CheckExistenceDataResponse) ProtoMessage()
func (*CheckExistenceDataResponse) ProtoReflect ¶
func (x *CheckExistenceDataResponse) ProtoReflect() protoreflect.Message
func (*CheckExistenceDataResponse) Reset ¶
func (x *CheckExistenceDataResponse) Reset()
func (*CheckExistenceDataResponse) String ¶
func (x *CheckExistenceDataResponse) String() string
type CheckExistenceRequest ¶
type CheckExistenceRequest struct { Language string `protobuf:"bytes,1,opt,name=Language,proto3" json:"Language,omitempty"` //请求语言 1:zh 2:en CheckType int64 `protobuf:"varint,2,opt,name=CheckType,proto3" json:"CheckType,omitempty"` //1:联赛 2:比赛 3:队伍 4:赛季 Ids []int64 `protobuf:"varint,3,rep,packed,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
赛程
func (*CheckExistenceRequest) Descriptor
deprecated
func (*CheckExistenceRequest) Descriptor() ([]byte, []int)
Deprecated: Use CheckExistenceRequest.ProtoReflect.Descriptor instead.
func (*CheckExistenceRequest) GetCheckType ¶
func (x *CheckExistenceRequest) GetCheckType() int64
func (*CheckExistenceRequest) GetIds ¶
func (x *CheckExistenceRequest) GetIds() []int64
func (*CheckExistenceRequest) GetLanguage ¶
func (x *CheckExistenceRequest) GetLanguage() string
func (*CheckExistenceRequest) ProtoMessage ¶
func (*CheckExistenceRequest) ProtoMessage()
func (*CheckExistenceRequest) ProtoReflect ¶
func (x *CheckExistenceRequest) ProtoReflect() protoreflect.Message
func (*CheckExistenceRequest) Reset ¶
func (x *CheckExistenceRequest) Reset()
func (*CheckExistenceRequest) String ¶
func (x *CheckExistenceRequest) String() string
type CheckExistenceResponse ¶
type CheckExistenceResponse struct { IsOK bool `protobuf:"varint,1,opt,name=IsOK,proto3" json:"IsOK,omitempty"` //总数 // contains filtered or unexported fields }
func (*CheckExistenceResponse) Descriptor
deprecated
func (*CheckExistenceResponse) Descriptor() ([]byte, []int)
Deprecated: Use CheckExistenceResponse.ProtoReflect.Descriptor instead.
func (*CheckExistenceResponse) GetIsOK ¶
func (x *CheckExistenceResponse) GetIsOK() bool
func (*CheckExistenceResponse) ProtoMessage ¶
func (*CheckExistenceResponse) ProtoMessage()
func (*CheckExistenceResponse) ProtoReflect ¶
func (x *CheckExistenceResponse) ProtoReflect() protoreflect.Message
func (*CheckExistenceResponse) Reset ¶
func (x *CheckExistenceResponse) Reset()
func (*CheckExistenceResponse) String ¶
func (x *CheckExistenceResponse) String() string
type CheckTeamData ¶
type CheckTeamData struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` //当前记录ID TeamName string `protobuf:"bytes,2,opt,name=TeamName,proto3" json:"TeamName,omitempty"` //队伍名称 TeamImage string `protobuf:"bytes,3,opt,name=TeamImage,proto3" json:"TeamImage,omitempty"` //队伍图片 IsFollow string `protobuf:"bytes,4,opt,name=IsFollow,proto3" json:"IsFollow,omitempty"` //是否关注 0否 1 是 // contains filtered or unexported fields }
func (*CheckTeamData) Descriptor
deprecated
func (*CheckTeamData) Descriptor() ([]byte, []int)
Deprecated: Use CheckTeamData.ProtoReflect.Descriptor instead.
func (*CheckTeamData) GetId ¶
func (x *CheckTeamData) GetId() int64
func (*CheckTeamData) GetIsFollow ¶
func (x *CheckTeamData) GetIsFollow() string
func (*CheckTeamData) GetTeamImage ¶
func (x *CheckTeamData) GetTeamImage() string
func (*CheckTeamData) GetTeamName ¶
func (x *CheckTeamData) GetTeamName() string
func (*CheckTeamData) ProtoMessage ¶
func (*CheckTeamData) ProtoMessage()
func (*CheckTeamData) ProtoReflect ¶
func (x *CheckTeamData) ProtoReflect() protoreflect.Message
func (*CheckTeamData) Reset ¶
func (x *CheckTeamData) Reset()
func (*CheckTeamData) String ¶
func (x *CheckTeamData) String() string
type ContinentInfo ¶
type ContinentInfo struct { Id int64 `protobuf:"varint,3,opt,name=Id,proto3" json:"Id,omitempty"` //id ContinentName string `protobuf:"bytes,4,opt,name=ContinentName,proto3" json:"ContinentName,omitempty"` // //大洲名称 ContinentImage string `protobuf:"bytes,6,opt,name=ContinentImage,proto3" json:"ContinentImage,omitempty"` //大洲头像 Country []*Country `protobuf:"bytes,1,rep,name=country,proto3" json:"country,omitempty"` // contains filtered or unexported fields }
func (*ContinentInfo) Descriptor
deprecated
func (*ContinentInfo) Descriptor() ([]byte, []int)
Deprecated: Use ContinentInfo.ProtoReflect.Descriptor instead.
func (*ContinentInfo) GetContinentImage ¶
func (x *ContinentInfo) GetContinentImage() string
func (*ContinentInfo) GetContinentName ¶
func (x *ContinentInfo) GetContinentName() string
func (*ContinentInfo) GetCountry ¶
func (x *ContinentInfo) GetCountry() []*Country
func (*ContinentInfo) GetId ¶
func (x *ContinentInfo) GetId() int64
func (*ContinentInfo) ProtoMessage ¶
func (*ContinentInfo) ProtoMessage()
func (*ContinentInfo) ProtoReflect ¶
func (x *ContinentInfo) ProtoReflect() protoreflect.Message
func (*ContinentInfo) Reset ¶
func (x *ContinentInfo) Reset()
func (*ContinentInfo) String ¶
func (x *ContinentInfo) String() string
type Country ¶
type Country struct { Id int64 `protobuf:"varint,3,opt,name=Id,proto3" json:"Id,omitempty"` //id CountryName string `protobuf:"bytes,4,opt,name=CountryName,proto3" json:"CountryName,omitempty"` // //国家名称 CountryImage string `protobuf:"bytes,6,opt,name=CountryImage,proto3" json:"CountryImage,omitempty"` //国家头像 AreaSort int64 `protobuf:"varint,7,opt,name=AreaSort,proto3" json:"AreaSort,omitempty"` //国家排序 // contains filtered or unexported fields }
func (*Country) Descriptor
deprecated
func (*Country) GetAreaSort ¶
func (*Country) GetCountryImage ¶
func (*Country) GetCountryName ¶
func (*Country) ProtoMessage ¶
func (*Country) ProtoMessage()
func (*Country) ProtoReflect ¶
func (x *Country) ProtoReflect() protoreflect.Message
type CountryRequest ¶
type CountryRequest struct { Language string `protobuf:"bytes,3,opt,name=language,proto3" json:"language,omitempty"` //请求语言 1:zh 2:en // contains filtered or unexported fields }
联赛列表
func (*CountryRequest) Descriptor
deprecated
func (*CountryRequest) Descriptor() ([]byte, []int)
Deprecated: Use CountryRequest.ProtoReflect.Descriptor instead.
func (*CountryRequest) GetLanguage ¶
func (x *CountryRequest) GetLanguage() string
func (*CountryRequest) ProtoMessage ¶
func (*CountryRequest) ProtoMessage()
func (*CountryRequest) ProtoReflect ¶
func (x *CountryRequest) ProtoReflect() protoreflect.Message
func (*CountryRequest) Reset ¶
func (x *CountryRequest) Reset()
func (*CountryRequest) String ¶
func (x *CountryRequest) String() string
type CountryResponse ¶
type CountryResponse struct { AreaInfo []*AreaInfo `protobuf:"bytes,1,rep,name=areaInfo,proto3" json:"areaInfo,omitempty"` // contains filtered or unexported fields }
response
func (*CountryResponse) Descriptor
deprecated
func (*CountryResponse) Descriptor() ([]byte, []int)
Deprecated: Use CountryResponse.ProtoReflect.Descriptor instead.
func (*CountryResponse) GetAreaInfo ¶
func (x *CountryResponse) GetAreaInfo() []*AreaInfo
func (*CountryResponse) ProtoMessage ¶
func (*CountryResponse) ProtoMessage()
func (*CountryResponse) ProtoReflect ¶
func (x *CountryResponse) ProtoReflect() protoreflect.Message
func (*CountryResponse) Reset ¶
func (x *CountryResponse) Reset()
func (*CountryResponse) String ¶
func (x *CountryResponse) String() string
type DataCenterCommentRequest ¶
type DataCenterCommentRequest struct { Comment []*CenterComment `protobuf:"bytes,1,rep,name=Comment,proto3" json:"Comment,omitempty"` // contains filtered or unexported fields }
func (*DataCenterCommentRequest) Descriptor
deprecated
func (*DataCenterCommentRequest) Descriptor() ([]byte, []int)
Deprecated: Use DataCenterCommentRequest.ProtoReflect.Descriptor instead.
func (*DataCenterCommentRequest) GetComment ¶
func (x *DataCenterCommentRequest) GetComment() []*CenterComment
func (*DataCenterCommentRequest) ProtoMessage ¶
func (*DataCenterCommentRequest) ProtoMessage()
func (*DataCenterCommentRequest) ProtoReflect ¶
func (x *DataCenterCommentRequest) ProtoReflect() protoreflect.Message
func (*DataCenterCommentRequest) Reset ¶
func (x *DataCenterCommentRequest) Reset()
func (*DataCenterCommentRequest) String ¶
func (x *DataCenterCommentRequest) String() string
type DataCenterLiveScoreRequest ¶
type DataCenterLiveScoreRequest struct { LiveScore []*LiveScore `protobuf:"bytes,1,rep,name=LiveScore,proto3" json:"LiveScore,omitempty"` // contains filtered or unexported fields }
func (*DataCenterLiveScoreRequest) Descriptor
deprecated
func (*DataCenterLiveScoreRequest) Descriptor() ([]byte, []int)
Deprecated: Use DataCenterLiveScoreRequest.ProtoReflect.Descriptor instead.
func (*DataCenterLiveScoreRequest) GetLiveScore ¶
func (x *DataCenterLiveScoreRequest) GetLiveScore() []*LiveScore
func (*DataCenterLiveScoreRequest) ProtoMessage ¶
func (*DataCenterLiveScoreRequest) ProtoMessage()
func (*DataCenterLiveScoreRequest) ProtoReflect ¶
func (x *DataCenterLiveScoreRequest) ProtoReflect() protoreflect.Message
func (*DataCenterLiveScoreRequest) Reset ¶
func (x *DataCenterLiveScoreRequest) Reset()
func (*DataCenterLiveScoreRequest) String ¶
func (x *DataCenterLiveScoreRequest) String() string
type DataCenterResponse ¶
type DataCenterResponse struct { Ret int64 `protobuf:"varint,1,opt,name=ret,proto3" json:"ret,omitempty"` Data string `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*DataCenterResponse) Descriptor
deprecated
func (*DataCenterResponse) Descriptor() ([]byte, []int)
Deprecated: Use DataCenterResponse.ProtoReflect.Descriptor instead.
func (*DataCenterResponse) GetData ¶
func (x *DataCenterResponse) GetData() string
func (*DataCenterResponse) GetRet ¶
func (x *DataCenterResponse) GetRet() int64
func (*DataCenterResponse) ProtoMessage ¶
func (*DataCenterResponse) ProtoMessage()
func (*DataCenterResponse) ProtoReflect ¶
func (x *DataCenterResponse) ProtoReflect() protoreflect.Message
func (*DataCenterResponse) Reset ¶
func (x *DataCenterResponse) Reset()
func (*DataCenterResponse) String ¶
func (x *DataCenterResponse) String() string
type DataPromotionRequest ¶
type DataPromotionRequest struct { Language string `protobuf:"bytes,1,opt,name=Language,proto3" json:"Language,omitempty"` //请求语言 1:zh 2:en SeasonId int64 `protobuf:"varint,6,opt,name=SeasonId,proto3" json:"SeasonId,omitempty"` //年份对应id // contains filtered or unexported fields }
球员榜
func (*DataPromotionRequest) Descriptor
deprecated
func (*DataPromotionRequest) Descriptor() ([]byte, []int)
Deprecated: Use DataPromotionRequest.ProtoReflect.Descriptor instead.
func (*DataPromotionRequest) GetLanguage ¶
func (x *DataPromotionRequest) GetLanguage() string
func (*DataPromotionRequest) GetSeasonId ¶
func (x *DataPromotionRequest) GetSeasonId() int64
func (*DataPromotionRequest) ProtoMessage ¶
func (*DataPromotionRequest) ProtoMessage()
func (*DataPromotionRequest) ProtoReflect ¶
func (x *DataPromotionRequest) ProtoReflect() protoreflect.Message
func (*DataPromotionRequest) Reset ¶
func (x *DataPromotionRequest) Reset()
func (*DataPromotionRequest) String ¶
func (x *DataPromotionRequest) String() string
type DataPromotionResponse ¶
type DataPromotionResponse struct { EighthFinals *EighthFinals `protobuf:"bytes,1,opt,name=EighthFinals,proto3" json:"EighthFinals,omitempty"` QuarterFinals *QuarterFinals `protobuf:"bytes,2,opt,name=QuarterFinals,proto3" json:"QuarterFinals,omitempty"` HalfFinals *HalfFinals `protobuf:"bytes,3,opt,name=HalfFinals,proto3" json:"HalfFinals,omitempty"` Finals *Finals `protobuf:"bytes,4,opt,name=Finals,proto3" json:"Finals,omitempty"` // contains filtered or unexported fields }
func (*DataPromotionResponse) Descriptor
deprecated
func (*DataPromotionResponse) Descriptor() ([]byte, []int)
Deprecated: Use DataPromotionResponse.ProtoReflect.Descriptor instead.
func (*DataPromotionResponse) GetEighthFinals ¶
func (x *DataPromotionResponse) GetEighthFinals() *EighthFinals
func (*DataPromotionResponse) GetFinals ¶
func (x *DataPromotionResponse) GetFinals() *Finals
func (*DataPromotionResponse) GetHalfFinals ¶
func (x *DataPromotionResponse) GetHalfFinals() *HalfFinals
func (*DataPromotionResponse) GetQuarterFinals ¶
func (x *DataPromotionResponse) GetQuarterFinals() *QuarterFinals
func (*DataPromotionResponse) ProtoMessage ¶
func (*DataPromotionResponse) ProtoMessage()
func (*DataPromotionResponse) ProtoReflect ¶
func (x *DataPromotionResponse) ProtoReflect() protoreflect.Message
func (*DataPromotionResponse) Reset ¶
func (x *DataPromotionResponse) Reset()
func (*DataPromotionResponse) String ¶
func (x *DataPromotionResponse) String() string
type EighthFinals ¶
type EighthFinals struct { TopRows []*TeamRows `protobuf:"bytes,1,rep,name=top_rows,json=topRows,proto3" json:"top_rows,omitempty"` BottomRows []*TeamRows `protobuf:"bytes,2,rep,name=bottom_rows,json=bottomRows,proto3" json:"bottom_rows,omitempty"` // contains filtered or unexported fields }
func (*EighthFinals) Descriptor
deprecated
func (*EighthFinals) Descriptor() ([]byte, []int)
Deprecated: Use EighthFinals.ProtoReflect.Descriptor instead.
func (*EighthFinals) GetBottomRows ¶
func (x *EighthFinals) GetBottomRows() []*TeamRows
func (*EighthFinals) GetTopRows ¶
func (x *EighthFinals) GetTopRows() []*TeamRows
func (*EighthFinals) ProtoMessage ¶
func (*EighthFinals) ProtoMessage()
func (*EighthFinals) ProtoReflect ¶
func (x *EighthFinals) ProtoReflect() protoreflect.Message
func (*EighthFinals) Reset ¶
func (x *EighthFinals) Reset()
func (*EighthFinals) String ¶
func (x *EighthFinals) String() string
type FiltrationRequest ¶
type FiltrationRequest struct { CheckType int64 `protobuf:"varint,2,opt,name=CheckType,proto3" json:"CheckType,omitempty"` //1:联赛 2:比赛 3:队伍 4:赛季 Ids []int64 `protobuf:"varint,3,rep,packed,name=ids,proto3" json:"ids,omitempty"` Language string `protobuf:"bytes,4,opt,name=language,proto3" json:"language,omitempty"` //请求语言 1:zh 2:en // contains filtered or unexported fields }
赛程
func (*FiltrationRequest) Descriptor
deprecated
func (*FiltrationRequest) Descriptor() ([]byte, []int)
Deprecated: Use FiltrationRequest.ProtoReflect.Descriptor instead.
func (*FiltrationRequest) GetCheckType ¶
func (x *FiltrationRequest) GetCheckType() int64
func (*FiltrationRequest) GetIds ¶
func (x *FiltrationRequest) GetIds() []int64
func (*FiltrationRequest) GetLanguage ¶
func (x *FiltrationRequest) GetLanguage() string
func (*FiltrationRequest) ProtoMessage ¶
func (*FiltrationRequest) ProtoMessage()
func (*FiltrationRequest) ProtoReflect ¶
func (x *FiltrationRequest) ProtoReflect() protoreflect.Message
func (*FiltrationRequest) Reset ¶
func (x *FiltrationRequest) Reset()
func (*FiltrationRequest) String ¶
func (x *FiltrationRequest) String() string
type FiltrationResponse ¶
type FiltrationResponse struct { Ids []int64 `protobuf:"varint,3,rep,packed,name=ids,proto3" json:"ids,omitempty"` //返回存在的id数组 // contains filtered or unexported fields }
func (*FiltrationResponse) Descriptor
deprecated
func (*FiltrationResponse) Descriptor() ([]byte, []int)
Deprecated: Use FiltrationResponse.ProtoReflect.Descriptor instead.
func (*FiltrationResponse) GetIds ¶
func (x *FiltrationResponse) GetIds() []int64
func (*FiltrationResponse) ProtoMessage ¶
func (*FiltrationResponse) ProtoMessage()
func (*FiltrationResponse) ProtoReflect ¶
func (x *FiltrationResponse) ProtoReflect() protoreflect.Message
func (*FiltrationResponse) Reset ¶
func (x *FiltrationResponse) Reset()
func (*FiltrationResponse) String ¶
func (x *FiltrationResponse) String() string
type Finals ¶
type Finals struct { TopRows *TeamData `protobuf:"bytes,1,opt,name=top_rows,json=topRows,proto3" json:"top_rows,omitempty"` BottomRows *TeamData `protobuf:"bytes,2,opt,name=bottom_rows,json=bottomRows,proto3" json:"bottom_rows,omitempty"` Rounds int64 `protobuf:"varint,3,opt,name=rounds,proto3" json:"rounds,omitempty"` Score string `protobuf:"bytes,4,opt,name=score,proto3" json:"score,omitempty"` PromotionTeamId int64 `protobuf:"varint,5,opt,name=promotion_team_id,json=promotionTeamId,proto3" json:"promotion_team_id,omitempty"` EventStatusResult int64 `protobuf:"varint,11,opt,name=event_status_result,json=eventStatusResult,proto3" json:"event_status_result,omitempty"` // contains filtered or unexported fields }
func (*Finals) Descriptor
deprecated
func (*Finals) GetBottomRows ¶
func (*Finals) GetEventStatusResult ¶
func (*Finals) GetPromotionTeamId ¶
func (*Finals) GetTopRows ¶
func (*Finals) ProtoMessage ¶
func (*Finals) ProtoMessage()
func (*Finals) ProtoReflect ¶
func (x *Finals) ProtoReflect() protoreflect.Message
type FinishMatchRequest ¶
type FinishMatchRequest struct { Sport int32 `protobuf:"varint,1,opt,name=Sport,proto3" json:"Sport,omitempty"` //篮球2 MatchIDs []int32 `protobuf:"varint,2,rep,packed,name=MatchIDs,proto3" json:"MatchIDs,omitempty"` // contains filtered or unexported fields }
func (*FinishMatchRequest) Descriptor
deprecated
func (*FinishMatchRequest) Descriptor() ([]byte, []int)
Deprecated: Use FinishMatchRequest.ProtoReflect.Descriptor instead.
func (*FinishMatchRequest) GetMatchIDs ¶
func (x *FinishMatchRequest) GetMatchIDs() []int32
func (*FinishMatchRequest) GetSport ¶
func (x *FinishMatchRequest) GetSport() int32
func (*FinishMatchRequest) ProtoMessage ¶
func (*FinishMatchRequest) ProtoMessage()
func (*FinishMatchRequest) ProtoReflect ¶
func (x *FinishMatchRequest) ProtoReflect() protoreflect.Message
func (*FinishMatchRequest) Reset ¶
func (x *FinishMatchRequest) Reset()
func (*FinishMatchRequest) String ¶
func (x *FinishMatchRequest) String() string
type FinishMatchResponse ¶
type FinishMatchResponse struct { Sport int32 `protobuf:"varint,1,opt,name=Sport,proto3" json:"Sport,omitempty"` MatchIDs []int64 `protobuf:"varint,2,rep,packed,name=matchIDs,proto3" json:"matchIDs,omitempty"` // contains filtered or unexported fields }
func (*FinishMatchResponse) Descriptor
deprecated
func (*FinishMatchResponse) Descriptor() ([]byte, []int)
Deprecated: Use FinishMatchResponse.ProtoReflect.Descriptor instead.
func (*FinishMatchResponse) GetMatchIDs ¶
func (x *FinishMatchResponse) GetMatchIDs() []int64
func (*FinishMatchResponse) GetSport ¶
func (x *FinishMatchResponse) GetSport() int32
func (*FinishMatchResponse) ProtoMessage ¶
func (*FinishMatchResponse) ProtoMessage()
func (*FinishMatchResponse) ProtoReflect ¶
func (x *FinishMatchResponse) ProtoReflect() protoreflect.Message
func (*FinishMatchResponse) Reset ¶
func (x *FinishMatchResponse) Reset()
func (*FinishMatchResponse) String ¶
func (x *FinishMatchResponse) String() string
type Future ¶
type Future struct { MainTeamName string `protobuf:"bytes,1,opt,name=MainTeamName,proto3" json:"MainTeamName,omitempty"` CustTeamName string `protobuf:"bytes,2,opt,name=CustTeamName,proto3" json:"CustTeamName,omitempty"` MainTeamImages string `protobuf:"bytes,3,opt,name=MainTeamImages,proto3" json:"MainTeamImages,omitempty"` CustTeamImages string `protobuf:"bytes,4,opt,name=CustTeamImages,proto3" json:"CustTeamImages,omitempty"` MainList []*FutureList `protobuf:"bytes,5,rep,name=MainList,proto3" json:"MainList,omitempty"` CustList []*FutureList `protobuf:"bytes,6,rep,name=CustList,proto3" json:"CustList,omitempty"` // contains filtered or unexported fields }
func (*Future) Descriptor
deprecated
func (*Future) GetCustList ¶
func (x *Future) GetCustList() []*FutureList
func (*Future) GetCustTeamImages ¶
func (*Future) GetCustTeamName ¶
func (*Future) GetMainList ¶
func (x *Future) GetMainList() []*FutureList
func (*Future) GetMainTeamImages ¶
func (*Future) GetMainTeamName ¶
func (*Future) ProtoMessage ¶
func (*Future) ProtoMessage()
func (*Future) ProtoReflect ¶
func (x *Future) ProtoReflect() protoreflect.Message
type FutureList ¶
type FutureList struct { EventId int64 `protobuf:"varint,1,opt,name=EventId,proto3" json:"EventId,omitempty"` //比赛id HistoricalDate int64 `protobuf:"varint,2,opt,name=HistoricalDate,proto3" json:"HistoricalDate,omitempty"` //历史日期 MatchName string `protobuf:"bytes,3,opt,name=MatchName,proto3" json:"MatchName,omitempty"` //联赛名称 Round string `protobuf:"bytes,9,opt,name=Round,proto3" json:"Round,omitempty"` //轮次 MainTeamName string `protobuf:"bytes,4,opt,name=MainTeamName,proto3" json:"MainTeamName,omitempty"` //主队名称 CustTeamName string `protobuf:"bytes,6,opt,name=CustTeamName,proto3" json:"CustTeamName,omitempty"` //客队名称 Spacing int64 `protobuf:"varint,8,opt,name=Spacing,proto3" json:"Spacing,omitempty"` //间隔天数 MainTeamLogo string `protobuf:"bytes,10,opt,name=MainTeamLogo,proto3" json:"MainTeamLogo,omitempty"` //主队图标 AwayTeamLogo string `protobuf:"bytes,11,opt,name=AwayTeamLogo,proto3" json:"AwayTeamLogo,omitempty"` //客队图标 MainTeamId int64 `protobuf:"varint,12,opt,name=MainTeamId,proto3" json:"MainTeamId,omitempty"` //主队名称 CustTeamId int64 `protobuf:"varint,13,opt,name=CustTeamId,proto3" json:"CustTeamId,omitempty"` //客队名称 TournamentId int64 `protobuf:"varint,22,opt,name=TournamentId,proto3" json:"TournamentId,omitempty"` //联赛id // contains filtered or unexported fields }
func (*FutureList) Descriptor
deprecated
func (*FutureList) Descriptor() ([]byte, []int)
Deprecated: Use FutureList.ProtoReflect.Descriptor instead.
func (*FutureList) GetAwayTeamLogo ¶
func (x *FutureList) GetAwayTeamLogo() string
func (*FutureList) GetCustTeamId ¶
func (x *FutureList) GetCustTeamId() int64
func (*FutureList) GetCustTeamName ¶
func (x *FutureList) GetCustTeamName() string
func (*FutureList) GetEventId ¶
func (x *FutureList) GetEventId() int64
func (*FutureList) GetHistoricalDate ¶
func (x *FutureList) GetHistoricalDate() int64
func (*FutureList) GetMainTeamId ¶
func (x *FutureList) GetMainTeamId() int64
func (*FutureList) GetMainTeamLogo ¶
func (x *FutureList) GetMainTeamLogo() string
func (*FutureList) GetMainTeamName ¶
func (x *FutureList) GetMainTeamName() string
func (*FutureList) GetMatchName ¶
func (x *FutureList) GetMatchName() string
func (*FutureList) GetRound ¶
func (x *FutureList) GetRound() string
func (*FutureList) GetSpacing ¶
func (x *FutureList) GetSpacing() int64
func (*FutureList) GetTournamentId ¶
func (x *FutureList) GetTournamentId() int64
func (*FutureList) ProtoMessage ¶
func (*FutureList) ProtoMessage()
func (*FutureList) ProtoReflect ¶
func (x *FutureList) ProtoReflect() protoreflect.Message
func (*FutureList) Reset ¶
func (x *FutureList) Reset()
func (*FutureList) String ¶
func (x *FutureList) String() string
type GroupCompetition ¶
type GroupCompetition struct { RoundName string `protobuf:"bytes,1,opt,name=roundName,proto3" json:"roundName,omitempty"` //分组名称 RoundNameEn string `protobuf:"bytes,3,opt,name=roundNameEn,proto3" json:"roundNameEn,omitempty"` //分组名称,后端用 List []*LeagueStandList `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*GroupCompetition) Descriptor
deprecated
func (*GroupCompetition) Descriptor() ([]byte, []int)
Deprecated: Use GroupCompetition.ProtoReflect.Descriptor instead.
func (*GroupCompetition) GetList ¶
func (x *GroupCompetition) GetList() []*LeagueStandList
func (*GroupCompetition) GetRoundName ¶
func (x *GroupCompetition) GetRoundName() string
func (*GroupCompetition) GetRoundNameEn ¶
func (x *GroupCompetition) GetRoundNameEn() string
func (*GroupCompetition) ProtoMessage ¶
func (*GroupCompetition) ProtoMessage()
func (*GroupCompetition) ProtoReflect ¶
func (x *GroupCompetition) ProtoReflect() protoreflect.Message
func (*GroupCompetition) Reset ¶
func (x *GroupCompetition) Reset()
func (*GroupCompetition) String ¶
func (x *GroupCompetition) String() string
type HalfFinals ¶
type HalfFinals struct { TopRows []*TeamRows `protobuf:"bytes,1,rep,name=top_rows,json=topRows,proto3" json:"top_rows,omitempty"` BottomRows []*TeamRows `protobuf:"bytes,2,rep,name=bottom_rows,json=bottomRows,proto3" json:"bottom_rows,omitempty"` // contains filtered or unexported fields }
func (*HalfFinals) Descriptor
deprecated
func (*HalfFinals) Descriptor() ([]byte, []int)
Deprecated: Use HalfFinals.ProtoReflect.Descriptor instead.
func (*HalfFinals) GetBottomRows ¶
func (x *HalfFinals) GetBottomRows() []*TeamRows
func (*HalfFinals) GetTopRows ¶
func (x *HalfFinals) GetTopRows() []*TeamRows
func (*HalfFinals) ProtoMessage ¶
func (*HalfFinals) ProtoMessage()
func (*HalfFinals) ProtoReflect ¶
func (x *HalfFinals) ProtoReflect() protoreflect.Message
func (*HalfFinals) Reset ¶
func (x *HalfFinals) Reset()
func (*HalfFinals) String ¶
func (x *HalfFinals) String() string
type InjuryArrest ¶
type InjuryArrest struct { TeamId int64 `protobuf:"varint,3,opt,name=TeamId,proto3" json:"TeamId,omitempty"` //球队id TeamName string `protobuf:"bytes,5,opt,name=TeamName,proto3" json:"TeamName,omitempty"` //球队名字 TeamImage string `protobuf:"bytes,4,opt,name=TeamImage,proto3" json:"TeamImage,omitempty"` //球队图片 Member []*Member3 `protobuf:"bytes,1,rep,name=Member,proto3" json:"Member,omitempty"` //球队成员 // contains filtered or unexported fields }
func (*InjuryArrest) Descriptor
deprecated
func (*InjuryArrest) Descriptor() ([]byte, []int)
Deprecated: Use InjuryArrest.ProtoReflect.Descriptor instead.
func (*InjuryArrest) GetMember ¶
func (x *InjuryArrest) GetMember() []*Member3
func (*InjuryArrest) GetTeamId ¶
func (x *InjuryArrest) GetTeamId() int64
func (*InjuryArrest) GetTeamImage ¶
func (x *InjuryArrest) GetTeamImage() string
func (*InjuryArrest) GetTeamName ¶
func (x *InjuryArrest) GetTeamName() string
func (*InjuryArrest) ProtoMessage ¶
func (*InjuryArrest) ProtoMessage()
func (*InjuryArrest) ProtoReflect ¶
func (x *InjuryArrest) ProtoReflect() protoreflect.Message
func (*InjuryArrest) Reset ¶
func (x *InjuryArrest) Reset()
func (*InjuryArrest) String ¶
func (x *InjuryArrest) String() string
type Lately ¶
type Lately struct { MainTeamName string `protobuf:"bytes,5,opt,name=MainTeamName,proto3" json:"MainTeamName,omitempty"` //主队名称 CustTeamName string `protobuf:"bytes,6,opt,name=CustTeamName,proto3" json:"CustTeamName,omitempty"` //客队名称 MainTeamImages string `protobuf:"bytes,7,opt,name=MainTeamImages,proto3" json:"MainTeamImages,omitempty"` //主队队徽 CustTeamImages string `protobuf:"bytes,8,opt,name=CustTeamImages,proto3" json:"CustTeamImages,omitempty"` //客队队徽 MainList []*StatisticsListDetail `protobuf:"bytes,9,rep,name=MainList,proto3" json:"MainList,omitempty"` //主队近期战绩列表 CustList []*StatisticsListDetail `protobuf:"bytes,10,rep,name=CustList,proto3" json:"CustList,omitempty"` //客队近期战绩列表 // contains filtered or unexported fields }
func (*Lately) Descriptor
deprecated
func (*Lately) GetCustList ¶
func (x *Lately) GetCustList() []*StatisticsListDetail
func (*Lately) GetCustTeamImages ¶
func (*Lately) GetCustTeamName ¶
func (*Lately) GetMainList ¶
func (x *Lately) GetMainList() []*StatisticsListDetail
func (*Lately) GetMainTeamImages ¶
func (*Lately) GetMainTeamName ¶
func (*Lately) ProtoMessage ¶
func (*Lately) ProtoMessage()
func (*Lately) ProtoReflect ¶
func (x *Lately) ProtoReflect() protoreflect.Message
type LeagueData ¶
type LeagueData struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` NameCh string `protobuf:"bytes,2,opt,name=nameCh,proto3" json:"nameCh,omitempty"` Kind int64 `protobuf:"varint,3,opt,name=kind,proto3" json:"kind,omitempty"` Gender int64 `protobuf:"varint,4,opt,name=gender,proto3" json:"gender,omitempty"` Logo string `protobuf:"bytes,5,opt,name=logo,proto3" json:"logo,omitempty"` Info string `protobuf:"bytes,6,opt,name=info,proto3" json:"info,omitempty"` CountryName string `protobuf:"bytes,7,opt,name=countryName,proto3" json:"countryName,omitempty"` CountryId int64 `protobuf:"varint,13,opt,name=countryId,proto3" json:"countryId,omitempty"` CountryImage string `protobuf:"bytes,16,opt,name=countryImage,proto3" json:"countryImage,omitempty"` ContinentName string `protobuf:"bytes,14,opt,name=continentName,proto3" json:"continentName,omitempty"` ContinentId int64 `protobuf:"varint,15,opt,name=continentId,proto3" json:"continentId,omitempty"` Level int64 `protobuf:"varint,8,opt,name=level,proto3" json:"level,omitempty"` PeriodType int64 `protobuf:"varint,9,opt,name=periodType,proto3" json:"periodType,omitempty"` PeriodTime int64 `protobuf:"varint,10,opt,name=periodTime,proto3" json:"periodTime,omitempty"` Reverse int64 `protobuf:"varint,11,opt,name=reverse,proto3" json:"reverse,omitempty"` Grade int64 `protobuf:"varint,12,opt,name=grade,proto3" json:"grade,omitempty"` Sort int64 `protobuf:"varint,17,opt,name=sort,proto3" json:"sort,omitempty"` // contains filtered or unexported fields }
func (*LeagueData) Descriptor
deprecated
func (*LeagueData) Descriptor() ([]byte, []int)
Deprecated: Use LeagueData.ProtoReflect.Descriptor instead.
func (*LeagueData) GetContinentId ¶
func (x *LeagueData) GetContinentId() int64
func (*LeagueData) GetContinentName ¶
func (x *LeagueData) GetContinentName() string
func (*LeagueData) GetCountryId ¶
func (x *LeagueData) GetCountryId() int64
func (*LeagueData) GetCountryImage ¶
func (x *LeagueData) GetCountryImage() string
func (*LeagueData) GetCountryName ¶
func (x *LeagueData) GetCountryName() string
func (*LeagueData) GetGender ¶
func (x *LeagueData) GetGender() int64
func (*LeagueData) GetGrade ¶
func (x *LeagueData) GetGrade() int64
func (*LeagueData) GetId ¶
func (x *LeagueData) GetId() int64
func (*LeagueData) GetInfo ¶
func (x *LeagueData) GetInfo() string
func (*LeagueData) GetKind ¶
func (x *LeagueData) GetKind() int64
func (*LeagueData) GetLevel ¶
func (x *LeagueData) GetLevel() int64
func (*LeagueData) GetLogo ¶
func (x *LeagueData) GetLogo() string
func (*LeagueData) GetNameCh ¶
func (x *LeagueData) GetNameCh() string
func (*LeagueData) GetPeriodTime ¶
func (x *LeagueData) GetPeriodTime() int64
func (*LeagueData) GetPeriodType ¶
func (x *LeagueData) GetPeriodType() int64
func (*LeagueData) GetReverse ¶
func (x *LeagueData) GetReverse() int64
func (*LeagueData) GetSort ¶
func (x *LeagueData) GetSort() int64
func (*LeagueData) ProtoMessage ¶
func (*LeagueData) ProtoMessage()
func (*LeagueData) ProtoReflect ¶
func (x *LeagueData) ProtoReflect() protoreflect.Message
func (*LeagueData) Reset ¶
func (x *LeagueData) Reset()
func (*LeagueData) String ¶
func (x *LeagueData) String() string
type LeagueStandList ¶
type LeagueStandList struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` //id TeamName string `protobuf:"bytes,2,opt,name=TeamName,proto3" json:"TeamName,omitempty"` //球队名称 TeamImage string `protobuf:"bytes,3,opt,name=TeamImage,proto3" json:"TeamImage,omitempty"` //球队图片 Gamesplayed int64 `protobuf:"varint,4,opt,name=Gamesplayed,proto3" json:"Gamesplayed,omitempty"` //比赛次数 Win int64 `protobuf:"varint,5,opt,name=Win,proto3" json:"Win,omitempty"` //胜 Losses int64 `protobuf:"varint,7,opt,name=Losses,proto3" json:"Losses,omitempty"` //负 Rank int64 `protobuf:"varint,10,opt,name=Rank,proto3" json:"Rank,omitempty"` //排名 WinPctTotal string `protobuf:"bytes,6,opt,name=winPctTotal,proto3" json:"winPctTotal,omitempty"` //胜率 40 GameBehind string `protobuf:"bytes,9,opt,name=gameBehind,proto3" json:"gameBehind,omitempty"` //胜差 43 Streak int64 `protobuf:"varint,8,opt,name=streak,proto3" json:"streak,omitempty"` //连续战绩,+连胜,-连败 37 // contains filtered or unexported fields }
func (*LeagueStandList) Descriptor
deprecated
func (*LeagueStandList) Descriptor() ([]byte, []int)
Deprecated: Use LeagueStandList.ProtoReflect.Descriptor instead.
func (*LeagueStandList) GetGameBehind ¶
func (x *LeagueStandList) GetGameBehind() string
func (*LeagueStandList) GetGamesplayed ¶
func (x *LeagueStandList) GetGamesplayed() int64
func (*LeagueStandList) GetId ¶
func (x *LeagueStandList) GetId() int64
func (*LeagueStandList) GetLosses ¶
func (x *LeagueStandList) GetLosses() int64
func (*LeagueStandList) GetRank ¶
func (x *LeagueStandList) GetRank() int64
func (*LeagueStandList) GetStreak ¶
func (x *LeagueStandList) GetStreak() int64
func (*LeagueStandList) GetTeamImage ¶
func (x *LeagueStandList) GetTeamImage() string
func (*LeagueStandList) GetTeamName ¶
func (x *LeagueStandList) GetTeamName() string
func (*LeagueStandList) GetWin ¶
func (x *LeagueStandList) GetWin() int64
func (*LeagueStandList) GetWinPctTotal ¶
func (x *LeagueStandList) GetWinPctTotal() string
func (*LeagueStandList) ProtoMessage ¶
func (*LeagueStandList) ProtoMessage()
func (*LeagueStandList) ProtoReflect ¶
func (x *LeagueStandList) ProtoReflect() protoreflect.Message
func (*LeagueStandList) Reset ¶
func (x *LeagueStandList) Reset()
func (*LeagueStandList) String ¶
func (x *LeagueStandList) String() string
type LeagueStandRequest ¶
type LeagueStandRequest struct { SeasonId int64 `protobuf:"varint,3,opt,name=SeasonId,proto3" json:"SeasonId,omitempty"` //年份对应id Language string `protobuf:"bytes,1,opt,name=Language,proto3" json:"Language,omitempty"` //请求语言 1:zh 2:en // contains filtered or unexported fields }
资料库 - 排名(积分榜)
func (*LeagueStandRequest) Descriptor
deprecated
func (*LeagueStandRequest) Descriptor() ([]byte, []int)
Deprecated: Use LeagueStandRequest.ProtoReflect.Descriptor instead.
func (*LeagueStandRequest) GetLanguage ¶
func (x *LeagueStandRequest) GetLanguage() string
func (*LeagueStandRequest) GetSeasonId ¶
func (x *LeagueStandRequest) GetSeasonId() int64
func (*LeagueStandRequest) ProtoMessage ¶
func (*LeagueStandRequest) ProtoMessage()
func (*LeagueStandRequest) ProtoReflect ¶
func (x *LeagueStandRequest) ProtoReflect() protoreflect.Message
func (*LeagueStandRequest) Reset ¶
func (x *LeagueStandRequest) Reset()
func (*LeagueStandRequest) String ¶
func (x *LeagueStandRequest) String() string
type LeagueStandResponse ¶
type LeagueStandResponse struct { List []*GroupCompetition `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*LeagueStandResponse) Descriptor
deprecated
func (*LeagueStandResponse) Descriptor() ([]byte, []int)
Deprecated: Use LeagueStandResponse.ProtoReflect.Descriptor instead.
func (*LeagueStandResponse) GetList ¶
func (x *LeagueStandResponse) GetList() []*GroupCompetition
func (*LeagueStandResponse) ProtoMessage ¶
func (*LeagueStandResponse) ProtoMessage()
func (*LeagueStandResponse) ProtoReflect ¶
func (x *LeagueStandResponse) ProtoReflect() protoreflect.Message
func (*LeagueStandResponse) Reset ¶
func (x *LeagueStandResponse) Reset()
func (*LeagueStandResponse) String ¶
func (x *LeagueStandResponse) String() string
type LineupRequest ¶
type LineupRequest struct { SportId string `protobuf:"bytes,1,opt,name=sportId,proto3" json:"sportId,omitempty"` //1足球 2篮球 EventId string `protobuf:"bytes,2,opt,name=eventId,proto3" json:"eventId,omitempty"` //比赛id Language string `protobuf:"bytes,3,opt,name=Language,proto3" json:"Language,omitempty"` //请求语言 1:zh 2:en // contains filtered or unexported fields }
比赛阵容
func (*LineupRequest) Descriptor
deprecated
func (*LineupRequest) Descriptor() ([]byte, []int)
Deprecated: Use LineupRequest.ProtoReflect.Descriptor instead.
func (*LineupRequest) GetEventId ¶
func (x *LineupRequest) GetEventId() string
func (*LineupRequest) GetLanguage ¶
func (x *LineupRequest) GetLanguage() string
func (*LineupRequest) GetSportId ¶
func (x *LineupRequest) GetSportId() string
func (*LineupRequest) ProtoMessage ¶
func (*LineupRequest) ProtoMessage()
func (*LineupRequest) ProtoReflect ¶
func (x *LineupRequest) ProtoReflect() protoreflect.Message
func (*LineupRequest) Reset ¶
func (x *LineupRequest) Reset()
func (*LineupRequest) String ¶
func (x *LineupRequest) String() string
type LineupResponse ¶
type LineupResponse struct { StartingMain *Starting `protobuf:"bytes,1,opt,name=StartingMain,proto3" json:"StartingMain,omitempty"` //阵容首发(主队)“若没数据返回nil” StartingCust *Starting `protobuf:"bytes,2,opt,name=StartingCust,proto3" json:"StartingCust,omitempty"` //首发阵容(客队)“若没数据返回nil” ForecastMain *Starting `protobuf:"bytes,3,opt,name=ForecastMain,proto3" json:"ForecastMain,omitempty"` //预测阵容(主队)“若没数据返回nil” ForecastCust *Starting `protobuf:"bytes,4,opt,name=ForecastCust,proto3" json:"ForecastCust,omitempty"` //预测阵容(客队)“若没数据返回nil” ScaleList []*Scale `protobuf:"bytes,5,rep,name=ScaleList,proto3" json:"ScaleList,omitempty"` //预测阵容占比 ReserveLineupMain *Starting `protobuf:"bytes,12,opt,name=ReserveLineupMain,proto3" json:"ReserveLineupMain,omitempty"` //替补阵容(主队) ReserveLineupCust *Starting `protobuf:"bytes,11,opt,name=ReserveLineupCust,proto3" json:"ReserveLineupCust,omitempty"` //替补阵容(客队) InjuryArrestMain *InjuryArrest `protobuf:"bytes,8,opt,name=InjuryArrestMain,proto3" json:"InjuryArrestMain,omitempty"` //伤停情况(主队) InjuryArrestCust *InjuryArrest `protobuf:"bytes,9,opt,name=InjuryArrestCust,proto3" json:"InjuryArrestCust,omitempty"` //伤停情况(客队) // contains filtered or unexported fields }
func (*LineupResponse) Descriptor
deprecated
func (*LineupResponse) Descriptor() ([]byte, []int)
Deprecated: Use LineupResponse.ProtoReflect.Descriptor instead.
func (*LineupResponse) GetForecastCust ¶
func (x *LineupResponse) GetForecastCust() *Starting
func (*LineupResponse) GetForecastMain ¶
func (x *LineupResponse) GetForecastMain() *Starting
func (*LineupResponse) GetInjuryArrestCust ¶
func (x *LineupResponse) GetInjuryArrestCust() *InjuryArrest
func (*LineupResponse) GetInjuryArrestMain ¶
func (x *LineupResponse) GetInjuryArrestMain() *InjuryArrest
func (*LineupResponse) GetReserveLineupCust ¶
func (x *LineupResponse) GetReserveLineupCust() *Starting
func (*LineupResponse) GetReserveLineupMain ¶
func (x *LineupResponse) GetReserveLineupMain() *Starting
func (*LineupResponse) GetScaleList ¶
func (x *LineupResponse) GetScaleList() []*Scale
func (*LineupResponse) GetStartingCust ¶
func (x *LineupResponse) GetStartingCust() *Starting
func (*LineupResponse) GetStartingMain ¶
func (x *LineupResponse) GetStartingMain() *Starting
func (*LineupResponse) ProtoMessage ¶
func (*LineupResponse) ProtoMessage()
func (*LineupResponse) ProtoReflect ¶
func (x *LineupResponse) ProtoReflect() protoreflect.Message
func (*LineupResponse) Reset ¶
func (x *LineupResponse) Reset()
func (*LineupResponse) String ¶
func (x *LineupResponse) String() string
type List ¶
type List struct { Id int64 `protobuf:"varint,3,opt,name=Id,proto3" json:"Id,omitempty"` //球员id TeamId int64 `protobuf:"varint,2,opt,name=TeamId,proto3" json:"TeamId,omitempty"` //队伍id Name string `protobuf:"bytes,4,opt,name=Name,proto3" json:"Name,omitempty"` //球员名称 Image string `protobuf:"bytes,5,opt,name=Image,proto3" json:"Image,omitempty"` //球员头像 TeamImageLeyu string `protobuf:"bytes,6,opt,name=TeamImageLeyu,proto3" json:"TeamImageLeyu,omitempty"` //队伍图片 Score int64 `protobuf:"varint,7,opt,name=Score,proto3" json:"Score,omitempty"` //分数 Scores string `protobuf:"bytes,8,opt,name=Scores,proto3" json:"Scores,omitempty"` //分数% // contains filtered or unexported fields }
func (*List) Descriptor
deprecated
func (*List) GetTeamImageLeyu ¶
func (*List) ProtoMessage ¶
func (*List) ProtoMessage()
func (*List) ProtoReflect ¶
func (x *List) ProtoReflect() protoreflect.Message
type Live ¶
type Live struct { Desc string `protobuf:"bytes,1,opt,name=desc,proto3" json:"desc,omitempty"` //描述说明 AddTime int64 `protobuf:"varint,2,opt,name=addTime,proto3" json:"addTime,omitempty"` //添加时间 CommentTime string `protobuf:"bytes,3,opt,name=commentTime,proto3" json:"commentTime,omitempty"` //时间 // contains filtered or unexported fields }
func (*Live) Descriptor
deprecated
func (*Live) GetAddTime ¶
func (*Live) GetCommentTime ¶
func (*Live) ProtoMessage ¶
func (*Live) ProtoMessage()
func (*Live) ProtoReflect ¶
func (x *Live) ProtoReflect() protoreflect.Message
type LiveDetail ¶
type LiveDetail struct { CommentId int64 `protobuf:"varint,2,opt,name=CommentId,proto3" json:"CommentId,omitempty"` //评论id Period int64 `protobuf:"varint,1,opt,name=Period,proto3" json:"Period,omitempty"` //第几节;示例:1 Image string `protobuf:"bytes,4,opt,name=Image,proto3" json:"Image,omitempty"` //头像 CommentTime string `protobuf:"bytes,5,opt,name=CommentTime,proto3" json:"CommentTime,omitempty"` //当前评论的时间;示例:05:38 Comment string `protobuf:"bytes,7,opt,name=Comment,proto3" json:"Comment,omitempty"` //直播评论的内容 Score string `protobuf:"bytes,8,opt,name=score,proto3" json:"score,omitempty"` //当前比分 // contains filtered or unexported fields }
func (*LiveDetail) Descriptor
deprecated
func (*LiveDetail) Descriptor() ([]byte, []int)
Deprecated: Use LiveDetail.ProtoReflect.Descriptor instead.
func (*LiveDetail) GetComment ¶
func (x *LiveDetail) GetComment() string
func (*LiveDetail) GetCommentId ¶
func (x *LiveDetail) GetCommentId() int64
func (*LiveDetail) GetCommentTime ¶
func (x *LiveDetail) GetCommentTime() string
func (*LiveDetail) GetImage ¶
func (x *LiveDetail) GetImage() string
func (*LiveDetail) GetPeriod ¶
func (x *LiveDetail) GetPeriod() int64
func (*LiveDetail) GetScore ¶
func (x *LiveDetail) GetScore() string
func (*LiveDetail) ProtoMessage ¶
func (*LiveDetail) ProtoMessage()
func (*LiveDetail) ProtoReflect ¶
func (x *LiveDetail) ProtoReflect() protoreflect.Message
func (*LiveDetail) Reset ¶
func (x *LiveDetail) Reset()
func (*LiveDetail) String ¶
func (x *LiveDetail) String() string
type LiveRequest ¶
type LiveRequest struct { SportId string `protobuf:"bytes,1,opt,name=SportId,proto3" json:"SportId,omitempty"` //1足球 2篮球 EventId string `protobuf:"bytes,2,opt,name=EventId,proto3" json:"EventId,omitempty"` //比赛id Period int64 `protobuf:"varint,4,opt,name=Period,proto3" json:"Period,omitempty"` //第几节;示例:1 Language string `protobuf:"bytes,3,opt,name=Language,proto3" json:"Language,omitempty"` //请求语言 1:zh 2:en // contains filtered or unexported fields }
比赛直播
func (*LiveRequest) Descriptor
deprecated
func (*LiveRequest) Descriptor() ([]byte, []int)
Deprecated: Use LiveRequest.ProtoReflect.Descriptor instead.
func (*LiveRequest) GetEventId ¶
func (x *LiveRequest) GetEventId() string
func (*LiveRequest) GetLanguage ¶
func (x *LiveRequest) GetLanguage() string
func (*LiveRequest) GetPeriod ¶
func (x *LiveRequest) GetPeriod() int64
func (*LiveRequest) GetSportId ¶
func (x *LiveRequest) GetSportId() string
func (*LiveRequest) ProtoMessage ¶
func (*LiveRequest) ProtoMessage()
func (*LiveRequest) ProtoReflect ¶
func (x *LiveRequest) ProtoReflect() protoreflect.Message
func (*LiveRequest) Reset ¶
func (x *LiveRequest) Reset()
func (*LiveRequest) String ¶
func (x *LiveRequest) String() string
type LiveResponse ¶
type LiveResponse struct { Data []*LiveDetail `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*LiveResponse) Descriptor
deprecated
func (*LiveResponse) Descriptor() ([]byte, []int)
Deprecated: Use LiveResponse.ProtoReflect.Descriptor instead.
func (*LiveResponse) GetData ¶
func (x *LiveResponse) GetData() []*LiveDetail
func (*LiveResponse) ProtoMessage ¶
func (*LiveResponse) ProtoMessage()
func (*LiveResponse) ProtoReflect ¶
func (x *LiveResponse) ProtoReflect() protoreflect.Message
func (*LiveResponse) Reset ¶
func (x *LiveResponse) Reset()
func (*LiveResponse) String ¶
func (x *LiveResponse) String() string
type LiveScore ¶
type LiveScore struct { SportId int64 `protobuf:"varint,1,opt,name=SportId,proto3" json:"SportId,omitempty"` MatchId int64 `protobuf:"varint,2,opt,name=MatchId,proto3" json:"MatchId,omitempty"` HomeId int64 `protobuf:"varint,3,opt,name=HomeId,proto3" json:"HomeId,omitempty"` HomeName string `protobuf:"bytes,4,opt,name=HomeName,proto3" json:"HomeName,omitempty"` AwayId int64 `protobuf:"varint,5,opt,name=AwayId,proto3" json:"AwayId,omitempty"` AwayName string `protobuf:"bytes,6,opt,name=AwayName,proto3" json:"AwayName,omitempty"` MatchTime int64 `protobuf:"varint,7,opt,name=MatchTime,proto3" json:"MatchTime,omitempty"` StartTime int64 `protobuf:"varint,8,opt,name=StartTime,proto3" json:"StartTime,omitempty"` HomeScore string `protobuf:"bytes,9,opt,name=HomeScore,proto3" json:"HomeScore,omitempty"` AwayScore string `protobuf:"bytes,10,opt,name=AwayScore,proto3" json:"AwayScore,omitempty"` HomeHalfScore string `protobuf:"bytes,11,opt,name=HomeHalfScore,proto3" json:"HomeHalfScore,omitempty"` AwayHalfScore string `protobuf:"bytes,12,opt,name=AwayHalfScore,proto3" json:"AwayHalfScore,omitempty"` MatchStatus int64 `protobuf:"varint,13,opt,name=MatchStatus,proto3" json:"MatchStatus,omitempty"` MatchChildStatus int64 `protobuf:"varint,14,opt,name=MatchChildStatus,proto3" json:"MatchChildStatus,omitempty"` TimePlayed int64 `protobuf:"varint,15,opt,name=TimePlayed,proto3" json:"TimePlayed,omitempty"` TimeRemaining int64 `protobuf:"varint,16,opt,name=TimeRemaining,proto3" json:"TimeRemaining,omitempty"` TimeRunning int64 `protobuf:"varint,17,opt,name=TimeRunning,proto3" json:"TimeRunning,omitempty"` TimeUpdate int64 `protobuf:"varint,18,opt,name=TimeUpdate,proto3" json:"TimeUpdate,omitempty"` MatchIncident []*CenterMatchIncident `protobuf:"bytes,19,rep,name=MatchIncident,proto3" json:"MatchIncident,omitempty"` MatchTeamCount *CenterMatchTeamCount `protobuf:"bytes,20,opt,name=MatchTeamCount,proto3" json:"MatchTeamCount,omitempty"` Scores []*CenterScores `protobuf:"bytes,21,rep,name=Scores,proto3" json:"Scores,omitempty"` // contains filtered or unexported fields }
func (*LiveScore) Descriptor
deprecated
func (*LiveScore) GetAwayHalfScore ¶
func (*LiveScore) GetAwayName ¶
func (*LiveScore) GetAwayScore ¶
func (*LiveScore) GetHomeHalfScore ¶
func (*LiveScore) GetHomeName ¶
func (*LiveScore) GetHomeScore ¶
func (*LiveScore) GetMatchChildStatus ¶
func (*LiveScore) GetMatchId ¶
func (*LiveScore) GetMatchIncident ¶
func (x *LiveScore) GetMatchIncident() []*CenterMatchIncident
func (*LiveScore) GetMatchStatus ¶
func (*LiveScore) GetMatchTeamCount ¶
func (x *LiveScore) GetMatchTeamCount() *CenterMatchTeamCount
func (*LiveScore) GetMatchTime ¶
func (*LiveScore) GetScores ¶
func (x *LiveScore) GetScores() []*CenterScores
func (*LiveScore) GetSportId ¶
func (*LiveScore) GetStartTime ¶
func (*LiveScore) GetTimePlayed ¶
func (*LiveScore) GetTimeRemaining ¶
func (*LiveScore) GetTimeRunning ¶
func (*LiveScore) GetTimeUpdate ¶
func (*LiveScore) ProtoMessage ¶
func (*LiveScore) ProtoMessage()
func (*LiveScore) ProtoReflect ¶
func (x *LiveScore) ProtoReflect() protoreflect.Message
type LiveTab ¶
type LiveTab struct { Period int64 `protobuf:"varint,1,opt,name=Period,proto3" json:"Period,omitempty"` //第几节;示例:1 IsCurrentStage string `protobuf:"bytes,2,opt,name=IsCurrentStage,proto3" json:"IsCurrentStage,omitempty"` //是否当前阶段:1是,0否 // contains filtered or unexported fields }
func (*LiveTab) Descriptor
deprecated
func (*LiveTab) GetIsCurrentStage ¶
func (*LiveTab) ProtoMessage ¶
func (*LiveTab) ProtoMessage()
func (*LiveTab) ProtoReflect ¶
func (x *LiveTab) ProtoReflect() protoreflect.Message
type LiveTabRequest ¶
type LiveTabRequest struct { SportId string `protobuf:"bytes,1,opt,name=SportId,proto3" json:"SportId,omitempty"` //1足球 2篮球 EventId string `protobuf:"bytes,2,opt,name=EventId,proto3" json:"EventId,omitempty"` //比赛id Language string `protobuf:"bytes,3,opt,name=Language,proto3" json:"Language,omitempty"` //请求语言 1:zh 2:en // contains filtered or unexported fields }
func (*LiveTabRequest) Descriptor
deprecated
func (*LiveTabRequest) Descriptor() ([]byte, []int)
Deprecated: Use LiveTabRequest.ProtoReflect.Descriptor instead.
func (*LiveTabRequest) GetEventId ¶
func (x *LiveTabRequest) GetEventId() string
func (*LiveTabRequest) GetLanguage ¶
func (x *LiveTabRequest) GetLanguage() string
func (*LiveTabRequest) GetSportId ¶
func (x *LiveTabRequest) GetSportId() string
func (*LiveTabRequest) ProtoMessage ¶
func (*LiveTabRequest) ProtoMessage()
func (*LiveTabRequest) ProtoReflect ¶
func (x *LiveTabRequest) ProtoReflect() protoreflect.Message
func (*LiveTabRequest) Reset ¶
func (x *LiveTabRequest) Reset()
func (*LiveTabRequest) String ¶
func (x *LiveTabRequest) String() string
type LiveTabResponse ¶
type LiveTabResponse struct { List []*LiveTab `protobuf:"bytes,1,rep,name=List,proto3" json:"List,omitempty"` // contains filtered or unexported fields }
func (*LiveTabResponse) Descriptor
deprecated
func (*LiveTabResponse) Descriptor() ([]byte, []int)
Deprecated: Use LiveTabResponse.ProtoReflect.Descriptor instead.
func (*LiveTabResponse) GetList ¶
func (x *LiveTabResponse) GetList() []*LiveTab
func (*LiveTabResponse) ProtoMessage ¶
func (*LiveTabResponse) ProtoMessage()
func (*LiveTabResponse) ProtoReflect ¶
func (x *LiveTabResponse) ProtoReflect() protoreflect.Message
func (*LiveTabResponse) Reset ¶
func (x *LiveTabResponse) Reset()
func (*LiveTabResponse) String ¶
func (x *LiveTabResponse) String() string
type MatchData ¶
type MatchData struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` HomeId int64 `protobuf:"varint,2,opt,name=homeId,proto3" json:"homeId,omitempty"` HomeName string `protobuf:"bytes,3,opt,name=homeName,proto3" json:"homeName,omitempty"` AwayId int64 `protobuf:"varint,4,opt,name=awayId,proto3" json:"awayId,omitempty"` AwayName string `protobuf:"bytes,5,opt,name=awayName,proto3" json:"awayName,omitempty"` TournamentId int64 `protobuf:"varint,6,opt,name=tournamentId,proto3" json:"tournamentId,omitempty"` TournamentName string `protobuf:"bytes,27,opt,name=tournamentName,proto3" json:"tournamentName,omitempty"` SeasonId int64 `protobuf:"varint,7,opt,name=seasonId,proto3" json:"seasonId,omitempty"` MatchTime int64 `protobuf:"varint,8,opt,name=matchTime,proto3" json:"matchTime,omitempty"` StartTime int64 `protobuf:"varint,9,opt,name=startTime,proto3" json:"startTime,omitempty"` RoundType string `protobuf:"bytes,23,opt,name=RoundType,proto3" json:"RoundType,omitempty"` RoundTypeId int64 `protobuf:"varint,34,opt,name=RoundTypeId,proto3" json:"RoundTypeId,omitempty"` HomeScore int64 `protobuf:"varint,10,opt,name=homeScore,proto3" json:"homeScore,omitempty"` AwayScore int64 `protobuf:"varint,11,opt,name=awayScore,proto3" json:"awayScore,omitempty"` RedCards int64 `protobuf:"varint,12,opt,name=redCards,proto3" json:"redCards,omitempty"` YellowCards int64 `protobuf:"varint,13,opt,name=yellowCards,proto3" json:"yellowCards,omitempty"` CurrentPeriodStartTime int64 `protobuf:"varint,14,opt,name=currentPeriodStartTime,proto3" json:"currentPeriodStartTime,omitempty"` TimePlayed int64 `protobuf:"varint,15,opt,name=timePlayed,proto3" json:"timePlayed,omitempty"` TimeRunning int64 `protobuf:"varint,16,opt,name=timeRunning,proto3" json:"timeRunning,omitempty"` MatchStatus int64 `protobuf:"varint,17,opt,name=matchStatus,proto3" json:"matchStatus,omitempty"` MatchStatusId int64 `protobuf:"varint,18,opt,name=matchStatusId,proto3" json:"matchStatusId,omitempty"` MatchStatusResult int64 `protobuf:"varint,19,opt,name=matchStatusResult,proto3" json:"matchStatusResult,omitempty"` HomeFormation string `protobuf:"bytes,20,opt,name=homeFormation,proto3" json:"homeFormation,omitempty"` AwayFormation string `protobuf:"bytes,21,opt,name=awayFormation,proto3" json:"awayFormation,omitempty"` Winner int64 `protobuf:"varint,22,opt,name=winner,proto3" json:"winner,omitempty"` HomeImage string `protobuf:"bytes,25,opt,name=homeImage,proto3" json:"homeImage,omitempty"` AwayImage string `protobuf:"bytes,24,opt,name=awayImage,proto3" json:"awayImage,omitempty"` UpdateTime int64 `protobuf:"varint,26,opt,name=updateTime,proto3" json:"updateTime,omitempty"` // contains filtered or unexported fields }
func (*MatchData) Descriptor
deprecated
func (*MatchData) GetAwayFormation ¶
func (*MatchData) GetAwayImage ¶
func (*MatchData) GetAwayName ¶
func (*MatchData) GetAwayScore ¶
func (*MatchData) GetCurrentPeriodStartTime ¶
func (*MatchData) GetHomeFormation ¶
func (*MatchData) GetHomeImage ¶
func (*MatchData) GetHomeName ¶
func (*MatchData) GetHomeScore ¶
func (*MatchData) GetMatchStatus ¶
func (*MatchData) GetMatchStatusId ¶
func (*MatchData) GetMatchStatusResult ¶
func (*MatchData) GetMatchTime ¶
func (*MatchData) GetRedCards ¶
func (*MatchData) GetRoundType ¶
func (*MatchData) GetRoundTypeId ¶
func (*MatchData) GetSeasonId ¶
func (*MatchData) GetStartTime ¶
func (*MatchData) GetTimePlayed ¶
func (*MatchData) GetTimeRunning ¶
func (*MatchData) GetTournamentId ¶
func (*MatchData) GetTournamentName ¶
func (*MatchData) GetUpdateTime ¶
func (*MatchData) GetYellowCards ¶
func (*MatchData) ProtoMessage ¶
func (*MatchData) ProtoMessage()
func (*MatchData) ProtoReflect ¶
func (x *MatchData) ProtoReflect() protoreflect.Message
type MatchDateInfo ¶
type MatchDateInfo struct { Date string `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"` Number int64 `protobuf:"varint,2,opt,name=number,proto3" json:"number,omitempty"` // contains filtered or unexported fields }
func (*MatchDateInfo) Descriptor
deprecated
func (*MatchDateInfo) Descriptor() ([]byte, []int)
Deprecated: Use MatchDateInfo.ProtoReflect.Descriptor instead.
func (*MatchDateInfo) GetDate ¶
func (x *MatchDateInfo) GetDate() string
func (*MatchDateInfo) GetNumber ¶
func (x *MatchDateInfo) GetNumber() int64
func (*MatchDateInfo) ProtoMessage ¶
func (*MatchDateInfo) ProtoMessage()
func (*MatchDateInfo) ProtoReflect ¶
func (x *MatchDateInfo) ProtoReflect() protoreflect.Message
func (*MatchDateInfo) Reset ¶
func (x *MatchDateInfo) Reset()
func (*MatchDateInfo) String ¶
func (x *MatchDateInfo) String() string
type MatchDateRequest ¶
type MatchDateRequest struct { Language string `protobuf:"bytes,1,opt,name=Language,proto3" json:"Language,omitempty"` //请求语言 1:zh 2:en TabType int64 `protobuf:"varint,6,opt,name=tabType,proto3" json:"tabType,omitempty"` //1:NBA,2:竞篮,3:全部比赛,4:关注 // contains filtered or unexported fields }
比赛日历
func (*MatchDateRequest) Descriptor
deprecated
func (*MatchDateRequest) Descriptor() ([]byte, []int)
Deprecated: Use MatchDateRequest.ProtoReflect.Descriptor instead.
func (*MatchDateRequest) GetLanguage ¶
func (x *MatchDateRequest) GetLanguage() string
func (*MatchDateRequest) GetTabType ¶
func (x *MatchDateRequest) GetTabType() int64
func (*MatchDateRequest) ProtoMessage ¶
func (*MatchDateRequest) ProtoMessage()
func (*MatchDateRequest) ProtoReflect ¶
func (x *MatchDateRequest) ProtoReflect() protoreflect.Message
func (*MatchDateRequest) Reset ¶
func (x *MatchDateRequest) Reset()
func (*MatchDateRequest) String ¶
func (x *MatchDateRequest) String() string
type MatchDateResponse ¶
type MatchDateResponse struct { List []*MatchDateInfo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*MatchDateResponse) Descriptor
deprecated
func (*MatchDateResponse) Descriptor() ([]byte, []int)
Deprecated: Use MatchDateResponse.ProtoReflect.Descriptor instead.
func (*MatchDateResponse) GetList ¶
func (x *MatchDateResponse) GetList() []*MatchDateInfo
func (*MatchDateResponse) ProtoMessage ¶
func (*MatchDateResponse) ProtoMessage()
func (*MatchDateResponse) ProtoReflect ¶
func (x *MatchDateResponse) ProtoReflect() protoreflect.Message
func (*MatchDateResponse) Reset ¶
func (x *MatchDateResponse) Reset()
func (*MatchDateResponse) String ¶
func (x *MatchDateResponse) String() string
type MatchDetailAllCoach ¶
type MatchDetailAllCoach struct { AwayCoachName string `protobuf:"bytes,1,opt,name=AwayCoachName,proto3" json:"AwayCoachName,omitempty"` //客队教练名称 HomeCoachName string `protobuf:"bytes,2,opt,name=HomeCoachName,proto3" json:"HomeCoachName,omitempty"` //主队教练名称 // contains filtered or unexported fields }
func (*MatchDetailAllCoach) Descriptor
deprecated
func (*MatchDetailAllCoach) Descriptor() ([]byte, []int)
Deprecated: Use MatchDetailAllCoach.ProtoReflect.Descriptor instead.
func (*MatchDetailAllCoach) GetAwayCoachName ¶
func (x *MatchDetailAllCoach) GetAwayCoachName() string
func (*MatchDetailAllCoach) GetHomeCoachName ¶
func (x *MatchDetailAllCoach) GetHomeCoachName() string
func (*MatchDetailAllCoach) ProtoMessage ¶
func (*MatchDetailAllCoach) ProtoMessage()
func (*MatchDetailAllCoach) ProtoReflect ¶
func (x *MatchDetailAllCoach) ProtoReflect() protoreflect.Message
func (*MatchDetailAllCoach) Reset ¶
func (x *MatchDetailAllCoach) Reset()
func (*MatchDetailAllCoach) String ¶
func (x *MatchDetailAllCoach) String() string
type MatchDetailAllFormation ¶
type MatchDetailAllFormation struct { AwayFormation string `protobuf:"bytes,1,opt,name=AwayFormation,proto3" json:"AwayFormation,omitempty"` // 客队阵型 HomeFormation string `protobuf:"bytes,2,opt,name=HomeFormation,proto3" json:"HomeFormation,omitempty"` //主队阵型 // contains filtered or unexported fields }
func (*MatchDetailAllFormation) Descriptor
deprecated
func (*MatchDetailAllFormation) Descriptor() ([]byte, []int)
Deprecated: Use MatchDetailAllFormation.ProtoReflect.Descriptor instead.
func (*MatchDetailAllFormation) GetAwayFormation ¶
func (x *MatchDetailAllFormation) GetAwayFormation() string
func (*MatchDetailAllFormation) GetHomeFormation ¶
func (x *MatchDetailAllFormation) GetHomeFormation() string
func (*MatchDetailAllFormation) ProtoMessage ¶
func (*MatchDetailAllFormation) ProtoMessage()
func (*MatchDetailAllFormation) ProtoReflect ¶
func (x *MatchDetailAllFormation) ProtoReflect() protoreflect.Message
func (*MatchDetailAllFormation) Reset ¶
func (x *MatchDetailAllFormation) Reset()
func (*MatchDetailAllFormation) String ¶
func (x *MatchDetailAllFormation) String() string
type MatchDetailAllRequest ¶
type MatchDetailAllRequest struct { Language string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"` //请求语言 MatchId int64 `protobuf:"varint,2,opt,name=MatchId,proto3" json:"MatchId,omitempty"` //比赛id SportId int64 `protobuf:"varint,3,opt,name=SportId,proto3" json:"SportId,omitempty"` //运动id // contains filtered or unexported fields }
指数-列表
func (*MatchDetailAllRequest) Descriptor
deprecated
func (*MatchDetailAllRequest) Descriptor() ([]byte, []int)
Deprecated: Use MatchDetailAllRequest.ProtoReflect.Descriptor instead.
func (*MatchDetailAllRequest) GetLanguage ¶
func (x *MatchDetailAllRequest) GetLanguage() string
func (*MatchDetailAllRequest) GetMatchId ¶
func (x *MatchDetailAllRequest) GetMatchId() int64
func (*MatchDetailAllRequest) GetSportId ¶
func (x *MatchDetailAllRequest) GetSportId() int64
func (*MatchDetailAllRequest) ProtoMessage ¶
func (*MatchDetailAllRequest) ProtoMessage()
func (*MatchDetailAllRequest) ProtoReflect ¶
func (x *MatchDetailAllRequest) ProtoReflect() protoreflect.Message
func (*MatchDetailAllRequest) Reset ¶
func (x *MatchDetailAllRequest) Reset()
func (*MatchDetailAllRequest) String ¶
func (x *MatchDetailAllRequest) String() string
type MatchDetailAllResponse ¶
type MatchDetailAllResponse struct { Scores *MatchDetailAllScores `protobuf:"bytes,1,opt,name=scores,proto3" json:"scores,omitempty"` //得分状况 Stadium *MatchDetailAllStadium `protobuf:"bytes,2,opt,name=stadium,proto3" json:"stadium,omitempty"` //场馆状况-- 正在比赛能用到 Coach *MatchDetailAllCoach `protobuf:"bytes,3,opt,name=coach,proto3" json:"coach,omitempty"` //教练信息--目前只有篮球能用到 Formation *MatchDetailAllFormation `protobuf:"bytes,4,opt,name=formation,proto3" json:"formation,omitempty"` //阵型 Weather *MatchDetailAllWeather `protobuf:"bytes,5,opt,name=weather,proto3" json:"weather,omitempty"` //天气信息 Winner int64 `protobuf:"varint,8,opt,name=Winner,proto3" json:"Winner,omitempty"` // 胜利方,0:未知,1:主队,2:客队,3:平局 SeasonRanking []*MatchDetailAllSeasonRanking `protobuf:"bytes,6,rep,name=season_ranking,json=seasonRanking,proto3" json:"season_ranking,omitempty"` //赛季排名 Statistics []*MatchDetailAllStatistics `protobuf:"bytes,7,rep,name=statistics,proto3" json:"statistics,omitempty"` //赛季排名 // contains filtered or unexported fields }
func (*MatchDetailAllResponse) Descriptor
deprecated
func (*MatchDetailAllResponse) Descriptor() ([]byte, []int)
Deprecated: Use MatchDetailAllResponse.ProtoReflect.Descriptor instead.
func (*MatchDetailAllResponse) GetCoach ¶
func (x *MatchDetailAllResponse) GetCoach() *MatchDetailAllCoach
func (*MatchDetailAllResponse) GetFormation ¶
func (x *MatchDetailAllResponse) GetFormation() *MatchDetailAllFormation
func (*MatchDetailAllResponse) GetScores ¶
func (x *MatchDetailAllResponse) GetScores() *MatchDetailAllScores
func (*MatchDetailAllResponse) GetSeasonRanking ¶
func (x *MatchDetailAllResponse) GetSeasonRanking() []*MatchDetailAllSeasonRanking
func (*MatchDetailAllResponse) GetStadium ¶
func (x *MatchDetailAllResponse) GetStadium() *MatchDetailAllStadium
func (*MatchDetailAllResponse) GetStatistics ¶
func (x *MatchDetailAllResponse) GetStatistics() []*MatchDetailAllStatistics
func (*MatchDetailAllResponse) GetWeather ¶
func (x *MatchDetailAllResponse) GetWeather() *MatchDetailAllWeather
func (*MatchDetailAllResponse) GetWinner ¶
func (x *MatchDetailAllResponse) GetWinner() int64
func (*MatchDetailAllResponse) ProtoMessage ¶
func (*MatchDetailAllResponse) ProtoMessage()
func (*MatchDetailAllResponse) ProtoReflect ¶
func (x *MatchDetailAllResponse) ProtoReflect() protoreflect.Message
func (*MatchDetailAllResponse) Reset ¶
func (x *MatchDetailAllResponse) Reset()
func (*MatchDetailAllResponse) String ¶
func (x *MatchDetailAllResponse) String() string
type MatchDetailAllScores ¶
type MatchDetailAllScores struct { HomeHalf int64 `protobuf:"varint,1,opt,name=HomeHalf,proto3" json:"HomeHalf,omitempty"` // 主队半场得分数 HomeScore int64 `protobuf:"varint,2,opt,name=HomeScore,proto3" json:"HomeScore,omitempty"` //主队总得分 AwayHalf int64 `protobuf:"varint,3,opt,name=AwayHalf,proto3" json:"AwayHalf,omitempty"` // 客队半场得分数 AwayScore int64 `protobuf:"varint,4,opt,name=AwayScore,proto3" json:"AwayScore,omitempty"` // 客队总得分 ScoresList []*ScoresList `protobuf:"bytes,5,rep,name=scores_list,json=scoresList,proto3" json:"scores_list,omitempty"` //实录得分状况 // contains filtered or unexported fields }
func (*MatchDetailAllScores) Descriptor
deprecated
func (*MatchDetailAllScores) Descriptor() ([]byte, []int)
Deprecated: Use MatchDetailAllScores.ProtoReflect.Descriptor instead.
func (*MatchDetailAllScores) GetAwayHalf ¶
func (x *MatchDetailAllScores) GetAwayHalf() int64
func (*MatchDetailAllScores) GetAwayScore ¶
func (x *MatchDetailAllScores) GetAwayScore() int64
func (*MatchDetailAllScores) GetHomeHalf ¶
func (x *MatchDetailAllScores) GetHomeHalf() int64
func (*MatchDetailAllScores) GetHomeScore ¶
func (x *MatchDetailAllScores) GetHomeScore() int64
func (*MatchDetailAllScores) GetScoresList ¶
func (x *MatchDetailAllScores) GetScoresList() []*ScoresList
func (*MatchDetailAllScores) ProtoMessage ¶
func (*MatchDetailAllScores) ProtoMessage()
func (*MatchDetailAllScores) ProtoReflect ¶
func (x *MatchDetailAllScores) ProtoReflect() protoreflect.Message
func (*MatchDetailAllScores) Reset ¶
func (x *MatchDetailAllScores) Reset()
func (*MatchDetailAllScores) String ¶
func (x *MatchDetailAllScores) String() string
type MatchDetailAllSeasonRanking ¶
type MatchDetailAllSeasonRanking struct { TeamId int64 `protobuf:"varint,1,opt,name=TeamId,proto3" json:"TeamId,omitempty"` //队伍id Value string `protobuf:"bytes,2,opt,name=Value,proto3" json:"Value,omitempty"` //排名值 // contains filtered or unexported fields }
func (*MatchDetailAllSeasonRanking) Descriptor
deprecated
func (*MatchDetailAllSeasonRanking) Descriptor() ([]byte, []int)
Deprecated: Use MatchDetailAllSeasonRanking.ProtoReflect.Descriptor instead.
func (*MatchDetailAllSeasonRanking) GetTeamId ¶
func (x *MatchDetailAllSeasonRanking) GetTeamId() int64
func (*MatchDetailAllSeasonRanking) GetValue ¶
func (x *MatchDetailAllSeasonRanking) GetValue() string
func (*MatchDetailAllSeasonRanking) ProtoMessage ¶
func (*MatchDetailAllSeasonRanking) ProtoMessage()
func (*MatchDetailAllSeasonRanking) ProtoReflect ¶
func (x *MatchDetailAllSeasonRanking) ProtoReflect() protoreflect.Message
func (*MatchDetailAllSeasonRanking) Reset ¶
func (x *MatchDetailAllSeasonRanking) Reset()
func (*MatchDetailAllSeasonRanking) String ¶
func (x *MatchDetailAllSeasonRanking) String() string
type MatchDetailAllStadium ¶
type MatchDetailAllStadium struct { StadiumId int64 `protobuf:"varint,1,opt,name=StadiumId,proto3" json:"StadiumId,omitempty"` //场馆id StadiumName string `protobuf:"bytes,2,opt,name=StadiumName,proto3" json:"StadiumName,omitempty"` //场馆名称 StStadiumName string `protobuf:"bytes,3,opt,name=StStadiumName,proto3" json:"StStadiumName,omitempty"` // contains filtered or unexported fields }
func (*MatchDetailAllStadium) Descriptor
deprecated
func (*MatchDetailAllStadium) Descriptor() ([]byte, []int)
Deprecated: Use MatchDetailAllStadium.ProtoReflect.Descriptor instead.
func (*MatchDetailAllStadium) GetStStadiumName ¶
func (x *MatchDetailAllStadium) GetStStadiumName() string
func (*MatchDetailAllStadium) GetStadiumId ¶
func (x *MatchDetailAllStadium) GetStadiumId() int64
func (*MatchDetailAllStadium) GetStadiumName ¶
func (x *MatchDetailAllStadium) GetStadiumName() string
func (*MatchDetailAllStadium) ProtoMessage ¶
func (*MatchDetailAllStadium) ProtoMessage()
func (*MatchDetailAllStadium) ProtoReflect ¶
func (x *MatchDetailAllStadium) ProtoReflect() protoreflect.Message
func (*MatchDetailAllStadium) Reset ¶
func (x *MatchDetailAllStadium) Reset()
func (*MatchDetailAllStadium) String ¶
func (x *MatchDetailAllStadium) String() string
type MatchDetailAllStatistics ¶
type MatchDetailAllStatistics struct { TypeId int64 `protobuf:"varint,1,opt,name=TypeId,proto3" json:"TypeId,omitempty"` //类型id Team1 int64 `protobuf:"varint,2,opt,name=Team1,proto3" json:"Team1,omitempty"` //主队数据值 Team2 int64 `protobuf:"varint,3,opt,name=Team2,proto3" json:"Team2,omitempty"` //客队数据值 Name string `protobuf:"bytes,4,opt,name=Name,proto3" json:"Name,omitempty"` //类型名名称 // contains filtered or unexported fields }
func (*MatchDetailAllStatistics) Descriptor
deprecated
func (*MatchDetailAllStatistics) Descriptor() ([]byte, []int)
Deprecated: Use MatchDetailAllStatistics.ProtoReflect.Descriptor instead.
func (*MatchDetailAllStatistics) GetName ¶
func (x *MatchDetailAllStatistics) GetName() string
func (*MatchDetailAllStatistics) GetTeam1 ¶
func (x *MatchDetailAllStatistics) GetTeam1() int64
func (*MatchDetailAllStatistics) GetTeam2 ¶
func (x *MatchDetailAllStatistics) GetTeam2() int64
func (*MatchDetailAllStatistics) GetTypeId ¶
func (x *MatchDetailAllStatistics) GetTypeId() int64
func (*MatchDetailAllStatistics) ProtoMessage ¶
func (*MatchDetailAllStatistics) ProtoMessage()
func (*MatchDetailAllStatistics) ProtoReflect ¶
func (x *MatchDetailAllStatistics) ProtoReflect() protoreflect.Message
func (*MatchDetailAllStatistics) Reset ¶
func (x *MatchDetailAllStatistics) Reset()
func (*MatchDetailAllStatistics) String ¶
func (x *MatchDetailAllStatistics) String() string
type MatchDetailAllWeather ¶
type MatchDetailAllWeather struct { WeatherStr string `protobuf:"bytes,1,opt,name=WeatherStr,proto3" json:"WeatherStr,omitempty"` //天气文字描述 WeatherDesc string `protobuf:"bytes,2,opt,name=WeatherDesc,proto3" json:"WeatherDesc,omitempty"` //天气描述 实例如下 // contains filtered or unexported fields }
func (*MatchDetailAllWeather) Descriptor
deprecated
func (*MatchDetailAllWeather) Descriptor() ([]byte, []int)
Deprecated: Use MatchDetailAllWeather.ProtoReflect.Descriptor instead.
func (*MatchDetailAllWeather) GetWeatherDesc ¶
func (x *MatchDetailAllWeather) GetWeatherDesc() string
func (*MatchDetailAllWeather) GetWeatherStr ¶
func (x *MatchDetailAllWeather) GetWeatherStr() string
func (*MatchDetailAllWeather) ProtoMessage ¶
func (*MatchDetailAllWeather) ProtoMessage()
func (*MatchDetailAllWeather) ProtoReflect ¶
func (x *MatchDetailAllWeather) ProtoReflect() protoreflect.Message
func (*MatchDetailAllWeather) Reset ¶
func (x *MatchDetailAllWeather) Reset()
func (*MatchDetailAllWeather) String ¶
func (x *MatchDetailAllWeather) String() string
type MatchFiltrate ¶
type MatchFiltrate struct { Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"` List []*TournamentInfo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*MatchFiltrate) Descriptor
deprecated
func (*MatchFiltrate) Descriptor() ([]byte, []int)
Deprecated: Use MatchFiltrate.ProtoReflect.Descriptor instead.
func (*MatchFiltrate) GetList ¶
func (x *MatchFiltrate) GetList() []*TournamentInfo
func (*MatchFiltrate) GetTitle ¶
func (x *MatchFiltrate) GetTitle() string
func (*MatchFiltrate) ProtoMessage ¶
func (*MatchFiltrate) ProtoMessage()
func (*MatchFiltrate) ProtoReflect ¶
func (x *MatchFiltrate) ProtoReflect() protoreflect.Message
func (*MatchFiltrate) Reset ¶
func (x *MatchFiltrate) Reset()
func (*MatchFiltrate) String ¶
func (x *MatchFiltrate) String() string
type MatchFiltrateRequest ¶
type MatchFiltrateRequest struct { TabType int64 `protobuf:"varint,6,opt,name=tabType,proto3" json:"tabType,omitempty"` //1:NBA,2:竞篮,3:全部比赛,4:关注 DateTime string `protobuf:"bytes,1,opt,name=dateTime,proto3" json:"dateTime,omitempty"` //日期 - 全部比赛 2021-11-09 ComId []int64 `protobuf:"varint,2,rep,packed,name=comId,proto3" json:"comId,omitempty"` //联赛id 数组 EventID []int64 `protobuf:"varint,3,rep,packed,name=eventID,proto3" json:"eventID,omitempty"` //联赛id 数组 Page int64 `protobuf:"varint,4,opt,name=page,proto3" json:"page,omitempty"` PageSize int64 `protobuf:"varint,5,opt,name=pageSize,proto3" json:"pageSize,omitempty"` Language string `protobuf:"bytes,7,opt,name=Language,proto3" json:"Language,omitempty"` //请求语言 1:zh 2:en // contains filtered or unexported fields }
比赛日历
func (*MatchFiltrateRequest) Descriptor
deprecated
func (*MatchFiltrateRequest) Descriptor() ([]byte, []int)
Deprecated: Use MatchFiltrateRequest.ProtoReflect.Descriptor instead.
func (*MatchFiltrateRequest) GetComId ¶
func (x *MatchFiltrateRequest) GetComId() []int64
func (*MatchFiltrateRequest) GetDateTime ¶
func (x *MatchFiltrateRequest) GetDateTime() string
func (*MatchFiltrateRequest) GetEventID ¶
func (x *MatchFiltrateRequest) GetEventID() []int64
func (*MatchFiltrateRequest) GetLanguage ¶
func (x *MatchFiltrateRequest) GetLanguage() string
func (*MatchFiltrateRequest) GetPage ¶
func (x *MatchFiltrateRequest) GetPage() int64
func (*MatchFiltrateRequest) GetPageSize ¶
func (x *MatchFiltrateRequest) GetPageSize() int64
func (*MatchFiltrateRequest) GetTabType ¶
func (x *MatchFiltrateRequest) GetTabType() int64
func (*MatchFiltrateRequest) ProtoMessage ¶
func (*MatchFiltrateRequest) ProtoMessage()
func (*MatchFiltrateRequest) ProtoReflect ¶
func (x *MatchFiltrateRequest) ProtoReflect() protoreflect.Message
func (*MatchFiltrateRequest) Reset ¶
func (x *MatchFiltrateRequest) Reset()
func (*MatchFiltrateRequest) String ¶
func (x *MatchFiltrateRequest) String() string
type MatchFiltrateResponse ¶
type MatchFiltrateResponse struct { Data []*MatchFiltrate `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty"` JingCaiData []*MatchFiltrate `protobuf:"bytes,1,rep,name=JingCaiData,proto3" json:"JingCaiData,omitempty"` // contains filtered or unexported fields }
func (*MatchFiltrateResponse) Descriptor
deprecated
func (*MatchFiltrateResponse) Descriptor() ([]byte, []int)
Deprecated: Use MatchFiltrateResponse.ProtoReflect.Descriptor instead.
func (*MatchFiltrateResponse) GetData ¶
func (x *MatchFiltrateResponse) GetData() []*MatchFiltrate
func (*MatchFiltrateResponse) GetJingCaiData ¶
func (x *MatchFiltrateResponse) GetJingCaiData() []*MatchFiltrate
func (*MatchFiltrateResponse) ProtoMessage ¶
func (*MatchFiltrateResponse) ProtoMessage()
func (*MatchFiltrateResponse) ProtoReflect ¶
func (x *MatchFiltrateResponse) ProtoReflect() protoreflect.Message
func (*MatchFiltrateResponse) Reset ¶
func (x *MatchFiltrateResponse) Reset()
func (*MatchFiltrateResponse) String ¶
func (x *MatchFiltrateResponse) String() string
type MatchInfoRequest ¶
type MatchInfoRequest struct { Language string `protobuf:"bytes,3,opt,name=language,proto3" json:"language,omitempty"` //请求语言 1:zh 2:en SportId string `protobuf:"bytes,1,opt,name=sportId,proto3" json:"sportId,omitempty"` //1足球 2篮球 EventId string `protobuf:"bytes,2,opt,name=eventId,proto3" json:"eventId,omitempty"` //比赛id // contains filtered or unexported fields }
比赛对阵详情
func (*MatchInfoRequest) Descriptor
deprecated
func (*MatchInfoRequest) Descriptor() ([]byte, []int)
Deprecated: Use MatchInfoRequest.ProtoReflect.Descriptor instead.
func (*MatchInfoRequest) GetEventId ¶
func (x *MatchInfoRequest) GetEventId() string
func (*MatchInfoRequest) GetLanguage ¶
func (x *MatchInfoRequest) GetLanguage() string
func (*MatchInfoRequest) GetSportId ¶
func (x *MatchInfoRequest) GetSportId() string
func (*MatchInfoRequest) ProtoMessage ¶
func (*MatchInfoRequest) ProtoMessage()
func (*MatchInfoRequest) ProtoReflect ¶
func (x *MatchInfoRequest) ProtoReflect() protoreflect.Message
func (*MatchInfoRequest) Reset ¶
func (x *MatchInfoRequest) Reset()
func (*MatchInfoRequest) String ¶
func (x *MatchInfoRequest) String() string
type MatchInfoResponse ¶
type MatchInfoResponse struct { Id int64 `protobuf:"varint,3,opt,name=Id,proto3" json:"Id,omitempty"` //比赛id LeagueName string `protobuf:"bytes,1,opt,name=LeagueName,proto3" json:"LeagueName,omitempty"` // 联赛名称 ChName string `protobuf:"bytes,4,opt,name=ChName,proto3" json:"ChName,omitempty"` //比赛名称 Round string `protobuf:"bytes,5,opt,name=Round,proto3" json:"Round,omitempty"` //场次 StartTime int64 `protobuf:"varint,6,opt,name=StartTime,proto3" json:"StartTime,omitempty"` //开始时间 MainTeamId int64 `protobuf:"varint,7,opt,name=MainTeamId,proto3" json:"MainTeamId,omitempty"` //主队id MainTeamName string `protobuf:"bytes,8,opt,name=MainTeamName,proto3" json:"MainTeamName,omitempty"` //主队名称 MainTeamImages string `protobuf:"bytes,9,opt,name=MainTeamImages,proto3" json:"MainTeamImages,omitempty"` //主队头像 CustTeamId int64 `protobuf:"varint,10,opt,name=CustTeamId,proto3" json:"CustTeamId,omitempty"` //客队id CustTeamName string `protobuf:"bytes,11,opt,name=CustTeamName,proto3" json:"CustTeamName,omitempty"` //客队名称 CustTeamImages string `protobuf:"bytes,12,opt,name=CustTeamImages,proto3" json:"CustTeamImages,omitempty"` //客队头像 MainTeamRank int64 `protobuf:"varint,13,opt,name=MainTeamRank,proto3" json:"MainTeamRank,omitempty"` //主队排名 MainTeamRankStr string `protobuf:"bytes,31,opt,name=MainTeamRankStr,proto3" json:"MainTeamRankStr,omitempty"` //主队排名名称;示例:东 CustTeamRankStr string `protobuf:"bytes,32,opt,name=CustTeamRankStr,proto3" json:"CustTeamRankStr,omitempty"` //客队排名名称;示例:东 CustTeamRank int64 `protobuf:"varint,14,opt,name=CustTeamRank,proto3" json:"CustTeamRank,omitempty"` //客队排名 EventStatusResult int64 `protobuf:"varint,15,opt,name=EventStatusResult,proto3" json:"EventStatusResult,omitempty"` //状态描述:1:未开始,2:开始,3:结束,4:中断,6:取消 IsCollect bool `protobuf:"varint,16,opt,name=IsCollect,proto3" json:"IsCollect,omitempty"` //是否收藏 TeamMainScore int64 `protobuf:"varint,17,opt,name=TeamMainScore,proto3" json:"TeamMainScore,omitempty"` //主队得分 TeamCustScore int64 `protobuf:"varint,18,opt,name=TeamCustScore,proto3" json:"TeamCustScore,omitempty"` //客队得分 EventStatusId int64 `protobuf:"varint,19,opt,name=EventStatusId,proto3" json:"EventStatusId,omitempty"` //2:上半场,10:中场休息,3:下半场,14:等待加时,8:加时赛上半场,9:加时赛下半场,20:等待点球,4:点球大战,13:点球大战完场 CurrentTime int64 `protobuf:"varint,26,opt,name=CurrentTime,proto3" json:"CurrentTime,omitempty"` //服务器当前时间 MatchStatus string `protobuf:"bytes,28,opt,name=MatchStatus,proto3" json:"MatchStatus,omitempty"` //当前比赛状态;示例:第一节 TimeRemaining int64 `protobuf:"varint,27,opt,name=TimeRemaining,proto3" json:"TimeRemaining,omitempty"` //篮球每节比赛剩余时间(秒);示例:60 TimeRunning int64 `protobuf:"varint,29,opt,name=TimeRunning,proto3" json:"TimeRunning,omitempty"` //比赛时钟是否计时中:1 计时中。0 暂停计时 TournamentId int64 `protobuf:"varint,37,opt,name=TournamentId,proto3" json:"TournamentId,omitempty"` //联赛id Animation *Animation `protobuf:"bytes,30,opt,name=animation,proto3" json:"animation,omitempty"` //动画 PlaybackType int64 `protobuf:"varint,39,opt,name=playbackType,proto3" json:"playbackType,omitempty"` //播放类型(1:直播,2:2D动画,3 全部都有) TournamentLogo string `protobuf:"bytes,33,opt,name=TournamentLogo,proto3" json:"TournamentLogo,omitempty"` //联赛logo MatchCount int64 `protobuf:"varint,34,opt,name=MatchCount,proto3" json:"MatchCount,omitempty"` //近30天比赛数量 // contains filtered or unexported fields }
func (*MatchInfoResponse) Descriptor
deprecated
func (*MatchInfoResponse) Descriptor() ([]byte, []int)
Deprecated: Use MatchInfoResponse.ProtoReflect.Descriptor instead.
func (*MatchInfoResponse) GetAnimation ¶
func (x *MatchInfoResponse) GetAnimation() *Animation
func (*MatchInfoResponse) GetChName ¶
func (x *MatchInfoResponse) GetChName() string
func (*MatchInfoResponse) GetCurrentTime ¶
func (x *MatchInfoResponse) GetCurrentTime() int64
func (*MatchInfoResponse) GetCustTeamId ¶
func (x *MatchInfoResponse) GetCustTeamId() int64
func (*MatchInfoResponse) GetCustTeamImages ¶
func (x *MatchInfoResponse) GetCustTeamImages() string
func (*MatchInfoResponse) GetCustTeamName ¶
func (x *MatchInfoResponse) GetCustTeamName() string
func (*MatchInfoResponse) GetCustTeamRank ¶
func (x *MatchInfoResponse) GetCustTeamRank() int64
func (*MatchInfoResponse) GetCustTeamRankStr ¶
func (x *MatchInfoResponse) GetCustTeamRankStr() string
func (*MatchInfoResponse) GetEventStatusId ¶
func (x *MatchInfoResponse) GetEventStatusId() int64
func (*MatchInfoResponse) GetEventStatusResult ¶
func (x *MatchInfoResponse) GetEventStatusResult() int64
func (*MatchInfoResponse) GetId ¶
func (x *MatchInfoResponse) GetId() int64
func (*MatchInfoResponse) GetIsCollect ¶
func (x *MatchInfoResponse) GetIsCollect() bool
func (*MatchInfoResponse) GetLeagueName ¶
func (x *MatchInfoResponse) GetLeagueName() string
func (*MatchInfoResponse) GetMainTeamId ¶
func (x *MatchInfoResponse) GetMainTeamId() int64
func (*MatchInfoResponse) GetMainTeamImages ¶
func (x *MatchInfoResponse) GetMainTeamImages() string
func (*MatchInfoResponse) GetMainTeamName ¶
func (x *MatchInfoResponse) GetMainTeamName() string
func (*MatchInfoResponse) GetMainTeamRank ¶
func (x *MatchInfoResponse) GetMainTeamRank() int64
func (*MatchInfoResponse) GetMainTeamRankStr ¶
func (x *MatchInfoResponse) GetMainTeamRankStr() string
func (*MatchInfoResponse) GetMatchCount ¶
func (x *MatchInfoResponse) GetMatchCount() int64
func (*MatchInfoResponse) GetMatchStatus ¶
func (x *MatchInfoResponse) GetMatchStatus() string
func (*MatchInfoResponse) GetPlaybackType ¶
func (x *MatchInfoResponse) GetPlaybackType() int64
func (*MatchInfoResponse) GetRound ¶
func (x *MatchInfoResponse) GetRound() string
func (*MatchInfoResponse) GetStartTime ¶
func (x *MatchInfoResponse) GetStartTime() int64
func (*MatchInfoResponse) GetTeamCustScore ¶
func (x *MatchInfoResponse) GetTeamCustScore() int64
func (*MatchInfoResponse) GetTeamMainScore ¶
func (x *MatchInfoResponse) GetTeamMainScore() int64
func (*MatchInfoResponse) GetTimeRemaining ¶
func (x *MatchInfoResponse) GetTimeRemaining() int64
func (*MatchInfoResponse) GetTimeRunning ¶
func (x *MatchInfoResponse) GetTimeRunning() int64
func (*MatchInfoResponse) GetTournamentId ¶
func (x *MatchInfoResponse) GetTournamentId() int64
func (*MatchInfoResponse) GetTournamentLogo ¶
func (x *MatchInfoResponse) GetTournamentLogo() string
func (*MatchInfoResponse) ProtoMessage ¶
func (*MatchInfoResponse) ProtoMessage()
func (*MatchInfoResponse) ProtoReflect ¶
func (x *MatchInfoResponse) ProtoReflect() protoreflect.Message
func (*MatchInfoResponse) Reset ¶
func (x *MatchInfoResponse) Reset()
func (*MatchInfoResponse) String ¶
func (x *MatchInfoResponse) String() string
type MatchList ¶
type MatchList struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` //id CptDate string `protobuf:"bytes,2,opt,name=CptDate,proto3" json:"CptDate,omitempty"` //日期 GameTime int64 `protobuf:"varint,12,opt,name=GameTime,proto3" json:"GameTime,omitempty"` //游戏时间 MainTeamName string `protobuf:"bytes,3,opt,name=MainTeamName,proto3" json:"MainTeamName,omitempty"` //主队名称 CustTeamName string `protobuf:"bytes,4,opt,name=CustTeamName,proto3" json:"CustTeamName,omitempty"` //客队名称 TeamMainScore int64 `protobuf:"varint,5,opt,name=TeamMainScore,proto3" json:"TeamMainScore,omitempty"` //主队得分分数 TeamCustScore int64 `protobuf:"varint,6,opt,name=TeamCustScore,proto3" json:"TeamCustScore,omitempty"` //客队得分分数 Score string `protobuf:"bytes,7,opt,name=Score,proto3" json:"Score,omitempty"` //比分 MainTeamId int64 `protobuf:"varint,8,opt,name=MainTeamId,proto3" json:"MainTeamId,omitempty"` //球队id //主队id CustTeamId int64 `protobuf:"varint,9,opt,name=CustTeamId,proto3" json:"CustTeamId,omitempty"` //客队id MainImage string `protobuf:"bytes,10,opt,name=MainImage,proto3" json:"MainImage,omitempty"` //主队图片 CustImage string `protobuf:"bytes,11,opt,name=CustImage,proto3" json:"CustImage,omitempty"` //客队图片 // contains filtered or unexported fields }
func (*MatchList) Descriptor
deprecated
func (*MatchList) GetCptDate ¶
func (*MatchList) GetCustImage ¶
func (*MatchList) GetCustTeamId ¶
func (*MatchList) GetCustTeamName ¶
func (*MatchList) GetGameTime ¶
func (*MatchList) GetMainImage ¶
func (*MatchList) GetMainTeamId ¶
func (*MatchList) GetMainTeamName ¶
func (*MatchList) GetTeamCustScore ¶
func (*MatchList) GetTeamMainScore ¶
func (*MatchList) ProtoMessage ¶
func (*MatchList) ProtoMessage()
func (*MatchList) ProtoReflect ¶
func (x *MatchList) ProtoReflect() protoreflect.Message
type MatchListRequest ¶
type MatchListRequest struct { Language string `protobuf:"bytes,3,opt,name=language,proto3" json:"language,omitempty"` //请求语言 1:zh 2:en SeasonId int64 `protobuf:"varint,2,opt,name=SeasonId,proto3" json:"SeasonId,omitempty"` //年份对应id RoundType string `protobuf:"bytes,4,opt,name=RoundType,proto3" json:"RoundType,omitempty"` //常规赛/季前赛...的id Page int64 `protobuf:"varint,1,opt,name=Page,proto3" json:"Page,omitempty"` PageSize int64 `protobuf:"varint,5,opt,name=PageSize,proto3" json:"PageSize,omitempty"` // contains filtered or unexported fields }
赛程
func (*MatchListRequest) Descriptor
deprecated
func (*MatchListRequest) Descriptor() ([]byte, []int)
Deprecated: Use MatchListRequest.ProtoReflect.Descriptor instead.
func (*MatchListRequest) GetLanguage ¶
func (x *MatchListRequest) GetLanguage() string
func (*MatchListRequest) GetPage ¶
func (x *MatchListRequest) GetPage() int64
func (*MatchListRequest) GetPageSize ¶
func (x *MatchListRequest) GetPageSize() int64
func (*MatchListRequest) GetRoundType ¶
func (x *MatchListRequest) GetRoundType() string
func (*MatchListRequest) GetSeasonId ¶
func (x *MatchListRequest) GetSeasonId() int64
func (*MatchListRequest) ProtoMessage ¶
func (*MatchListRequest) ProtoMessage()
func (*MatchListRequest) ProtoReflect ¶
func (x *MatchListRequest) ProtoReflect() protoreflect.Message
func (*MatchListRequest) Reset ¶
func (x *MatchListRequest) Reset()
func (*MatchListRequest) String ¶
func (x *MatchListRequest) String() string
type MatchListResponse ¶
type MatchListResponse struct { Count int64 `protobuf:"varint,1,opt,name=Count,proto3" json:"Count,omitempty"` //总数 List []*MatchList `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*MatchListResponse) Descriptor
deprecated
func (*MatchListResponse) Descriptor() ([]byte, []int)
Deprecated: Use MatchListResponse.ProtoReflect.Descriptor instead.
func (*MatchListResponse) GetCount ¶
func (x *MatchListResponse) GetCount() int64
func (*MatchListResponse) GetList ¶
func (x *MatchListResponse) GetList() []*MatchList
func (*MatchListResponse) ProtoMessage ¶
func (*MatchListResponse) ProtoMessage()
func (*MatchListResponse) ProtoReflect ¶
func (x *MatchListResponse) ProtoReflect() protoreflect.Message
func (*MatchListResponse) Reset ¶
func (x *MatchListResponse) Reset()
func (*MatchListResponse) String ¶
func (x *MatchListResponse) String() string
type MatchRealTimeInfo ¶
type MatchRealTimeInfo struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` //当前记录ID 赛事iD用于收藏传递 ComName string `protobuf:"bytes,3,opt,name=comName,proto3" json:"comName,omitempty"` //联赛名称 ComIcon string `protobuf:"bytes,4,opt,name=comIcon,proto3" json:"comIcon,omitempty"` //联赛图标 ComId int64 `protobuf:"varint,5,opt,name=comId,proto3" json:"comId,omitempty"` //联赛id TeamMainId int64 `protobuf:"varint,6,opt,name=teamMainId,proto3" json:"teamMainId,omitempty"` //主队ID[文件:a.proto] TeamCustId int64 `protobuf:"varint,7,opt,name=teamCustId,proto3" json:"teamCustId,omitempty"` //客队ID TeamMainScore int64 `protobuf:"varint,9,opt,name=teamMainScore,proto3" json:"teamMainScore,omitempty"` //主队进球总分 TeamCustScore int64 `protobuf:"varint,10,opt,name=teamCustScore,proto3" json:"teamCustScore,omitempty"` //客队进球总分 MainCustScore string `protobuf:"bytes,15,opt,name=mainCustScore,proto3" json:"mainCustScore,omitempty"` //主客总比分 Result string `protobuf:"bytes,16,opt,name=result,proto3" json:"result,omitempty"` //结果[文件:a.proto] StartTime int64 `protobuf:"varint,17,opt,name=startTime,proto3" json:"startTime,omitempty"` //当前比赛开始时间戳 EndTime int64 `protobuf:"varint,8,opt,name=endTime,proto3" json:"endTime,omitempty"` //结束时间 CurrentTime int64 `protobuf:"varint,11,opt,name=currentTime,proto3" json:"currentTime,omitempty"` //当前时间戳 Elapsed int64 `protobuf:"varint,12,opt,name=elapsed,proto3" json:"elapsed,omitempty"` //比赛时长 EventStatusId int64 `protobuf:"varint,13,opt,name=eventStatusId,proto3" json:"eventStatusId,omitempty"` //数据中心的比赛状态,具体的对应关系请参照详情页面 EventStatusResult int64 `protobuf:"varint,2,opt,name=eventStatusResult,proto3" json:"eventStatusResult,omitempty"` //当前比赛状态 1:未开始,2为开始,3为结束 4特殊状况临时中断比赛 5、延迟 6、取消 TimeRemaining int64 `protobuf:"varint,23,opt,name=timeRemaining,proto3" json:"timeRemaining,omitempty"` //比赛节数剩余时间 Reason string `protobuf:"bytes,18,opt,name=reason,proto3" json:"reason,omitempty"` //中断或者临时暂停原因 MainTeam *TeamInfo `protobuf:"bytes,19,opt,name=mainTeam,proto3" json:"mainTeam,omitempty"` AwayTeam *TeamInfo `protobuf:"bytes,20,opt,name=awayTeam,proto3" json:"awayTeam,omitempty"` LiveMatches []*Live `protobuf:"bytes,21,rep,name=live_matches,json=liveMatches,proto3" json:"live_matches,omitempty"` Odds []*Odds `protobuf:"bytes,22,rep,name=odds,proto3" json:"odds,omitempty"` //实时指数 LotteryCompetition string `protobuf:"bytes,27,opt,name=lotteryCompetition,proto3" json:"lotteryCompetition,omitempty"` //竞彩赛事编号例:周二110 Color string `protobuf:"bytes,25,opt,name=color,proto3" json:"color,omitempty"` //颜色 MatchStatus string `protobuf:"bytes,26,opt,name=matchStatus,proto3" json:"matchStatus,omitempty"` //加时节数 PlaybackType int64 `protobuf:"varint,29,opt,name=playbackType,proto3" json:"playbackType,omitempty"` //播放类型(1:直播,2:2D动画,3 全部都有) ClassifyTime string `protobuf:"bytes,30,opt,name=classifyTime,proto3" json:"classifyTime,omitempty"` //分类用的时间 // contains filtered or unexported fields }
func (*MatchRealTimeInfo) Descriptor
deprecated
func (*MatchRealTimeInfo) Descriptor() ([]byte, []int)
Deprecated: Use MatchRealTimeInfo.ProtoReflect.Descriptor instead.
func (*MatchRealTimeInfo) GetAwayTeam ¶
func (x *MatchRealTimeInfo) GetAwayTeam() *TeamInfo
func (*MatchRealTimeInfo) GetClassifyTime ¶
func (x *MatchRealTimeInfo) GetClassifyTime() string
func (*MatchRealTimeInfo) GetColor ¶
func (x *MatchRealTimeInfo) GetColor() string
func (*MatchRealTimeInfo) GetComIcon ¶
func (x *MatchRealTimeInfo) GetComIcon() string
func (*MatchRealTimeInfo) GetComId ¶
func (x *MatchRealTimeInfo) GetComId() int64
func (*MatchRealTimeInfo) GetComName ¶
func (x *MatchRealTimeInfo) GetComName() string
func (*MatchRealTimeInfo) GetCurrentTime ¶
func (x *MatchRealTimeInfo) GetCurrentTime() int64
func (*MatchRealTimeInfo) GetElapsed ¶
func (x *MatchRealTimeInfo) GetElapsed() int64
func (*MatchRealTimeInfo) GetEndTime ¶
func (x *MatchRealTimeInfo) GetEndTime() int64
func (*MatchRealTimeInfo) GetEventStatusId ¶
func (x *MatchRealTimeInfo) GetEventStatusId() int64
func (*MatchRealTimeInfo) GetEventStatusResult ¶
func (x *MatchRealTimeInfo) GetEventStatusResult() int64
func (*MatchRealTimeInfo) GetId ¶
func (x *MatchRealTimeInfo) GetId() int64
func (*MatchRealTimeInfo) GetLiveMatches ¶
func (x *MatchRealTimeInfo) GetLiveMatches() []*Live
func (*MatchRealTimeInfo) GetLotteryCompetition ¶
func (x *MatchRealTimeInfo) GetLotteryCompetition() string
func (*MatchRealTimeInfo) GetMainCustScore ¶
func (x *MatchRealTimeInfo) GetMainCustScore() string
func (*MatchRealTimeInfo) GetMainTeam ¶
func (x *MatchRealTimeInfo) GetMainTeam() *TeamInfo
func (*MatchRealTimeInfo) GetMatchStatus ¶
func (x *MatchRealTimeInfo) GetMatchStatus() string
func (*MatchRealTimeInfo) GetOdds ¶
func (x *MatchRealTimeInfo) GetOdds() []*Odds
func (*MatchRealTimeInfo) GetPlaybackType ¶
func (x *MatchRealTimeInfo) GetPlaybackType() int64
func (*MatchRealTimeInfo) GetReason ¶
func (x *MatchRealTimeInfo) GetReason() string
func (*MatchRealTimeInfo) GetResult ¶
func (x *MatchRealTimeInfo) GetResult() string
func (*MatchRealTimeInfo) GetStartTime ¶
func (x *MatchRealTimeInfo) GetStartTime() int64
func (*MatchRealTimeInfo) GetTeamCustId ¶
func (x *MatchRealTimeInfo) GetTeamCustId() int64
func (*MatchRealTimeInfo) GetTeamCustScore ¶
func (x *MatchRealTimeInfo) GetTeamCustScore() int64
func (*MatchRealTimeInfo) GetTeamMainId ¶
func (x *MatchRealTimeInfo) GetTeamMainId() int64
func (*MatchRealTimeInfo) GetTeamMainScore ¶
func (x *MatchRealTimeInfo) GetTeamMainScore() int64
func (*MatchRealTimeInfo) GetTimeRemaining ¶
func (x *MatchRealTimeInfo) GetTimeRemaining() int64
func (*MatchRealTimeInfo) ProtoMessage ¶
func (*MatchRealTimeInfo) ProtoMessage()
func (*MatchRealTimeInfo) ProtoReflect ¶
func (x *MatchRealTimeInfo) ProtoReflect() protoreflect.Message
func (*MatchRealTimeInfo) Reset ¶
func (x *MatchRealTimeInfo) Reset()
func (*MatchRealTimeInfo) String ¶
func (x *MatchRealTimeInfo) String() string
type MatchRealTimeInfoV2 ¶
type MatchRealTimeInfoV2 struct { Mcid int64 `protobuf:"varint,1,opt,name=mcid,proto3" json:"mcid,omitempty"` //当前记录ID 赛事iD用于收藏传递 Tid int64 `protobuf:"varint,2,opt,name=tid,proto3" json:"tid,omitempty"` //联赛id Mid int64 `protobuf:"varint,3,opt,name=mid,proto3" json:"mid,omitempty"` //主队ID Cid int64 `protobuf:"varint,4,opt,name=cid,proto3" json:"cid,omitempty"` //客队ID Sc string `protobuf:"bytes,5,opt,name=sc,proto3" json:"sc,omitempty"` //主客总得分: 0-2 Stm int64 `protobuf:"varint,6,opt,name=stm,proto3" json:"stm,omitempty"` //当前比赛开始时间戳 Stid int64 `protobuf:"varint,7,opt,name=stid,proto3" json:"stid,omitempty"` //数据中心的比赛状态 St int64 `protobuf:"varint,8,opt,name=st,proto3" json:"st,omitempty"` //比赛大状态 Hts []*Rs `protobuf:"bytes,9,rep,name=hts,proto3" json:"hts,omitempty"` //主队每节得分 Ats []*Rs `protobuf:"bytes,10,rep,name=ats,proto3" json:"ats,omitempty"` //客队每节得分 Rk string `protobuf:"bytes,11,opt,name=rk,proto3" json:"rk,omitempty"` //主队排名-客队排名 Reason string `protobuf:"bytes,12,opt,name=reason,proto3" json:"reason,omitempty"` //中断或者临时暂停原因 Ctm string `protobuf:"bytes,13,opt,name=ctm,proto3" json:"ctm,omitempty"` //分类用的时间 Ya string `protobuf:"bytes,14,opt,name=ya,proto3" json:"ya,omitempty"` //亚赔的即时指数 Ou string `protobuf:"bytes,15,opt,name=ou,proto3" json:"ou,omitempty"` //欧盘 Ov string `protobuf:"bytes,16,opt,name=ov,proto3" json:"ov,omitempty"` //大小球的即时指数 // contains filtered or unexported fields }
func (*MatchRealTimeInfoV2) Descriptor
deprecated
func (*MatchRealTimeInfoV2) Descriptor() ([]byte, []int)
Deprecated: Use MatchRealTimeInfoV2.ProtoReflect.Descriptor instead.
func (*MatchRealTimeInfoV2) GetAts ¶
func (x *MatchRealTimeInfoV2) GetAts() []*Rs
func (*MatchRealTimeInfoV2) GetCid ¶
func (x *MatchRealTimeInfoV2) GetCid() int64
func (*MatchRealTimeInfoV2) GetCtm ¶
func (x *MatchRealTimeInfoV2) GetCtm() string
func (*MatchRealTimeInfoV2) GetHts ¶
func (x *MatchRealTimeInfoV2) GetHts() []*Rs
func (*MatchRealTimeInfoV2) GetMcid ¶
func (x *MatchRealTimeInfoV2) GetMcid() int64
func (*MatchRealTimeInfoV2) GetMid ¶
func (x *MatchRealTimeInfoV2) GetMid() int64
func (*MatchRealTimeInfoV2) GetOu ¶
func (x *MatchRealTimeInfoV2) GetOu() string
func (*MatchRealTimeInfoV2) GetOv ¶
func (x *MatchRealTimeInfoV2) GetOv() string
func (*MatchRealTimeInfoV2) GetReason ¶
func (x *MatchRealTimeInfoV2) GetReason() string
func (*MatchRealTimeInfoV2) GetRk ¶
func (x *MatchRealTimeInfoV2) GetRk() string
func (*MatchRealTimeInfoV2) GetSc ¶
func (x *MatchRealTimeInfoV2) GetSc() string
func (*MatchRealTimeInfoV2) GetSt ¶
func (x *MatchRealTimeInfoV2) GetSt() int64
func (*MatchRealTimeInfoV2) GetStid ¶
func (x *MatchRealTimeInfoV2) GetStid() int64
func (*MatchRealTimeInfoV2) GetStm ¶
func (x *MatchRealTimeInfoV2) GetStm() int64
func (*MatchRealTimeInfoV2) GetTid ¶
func (x *MatchRealTimeInfoV2) GetTid() int64
func (*MatchRealTimeInfoV2) GetYa ¶
func (x *MatchRealTimeInfoV2) GetYa() string
func (*MatchRealTimeInfoV2) ProtoMessage ¶
func (*MatchRealTimeInfoV2) ProtoMessage()
func (*MatchRealTimeInfoV2) ProtoReflect ¶
func (x *MatchRealTimeInfoV2) ProtoReflect() protoreflect.Message
func (*MatchRealTimeInfoV2) Reset ¶
func (x *MatchRealTimeInfoV2) Reset()
func (*MatchRealTimeInfoV2) String ¶
func (x *MatchRealTimeInfoV2) String() string
type MatchRealTimeRequest ¶
type MatchRealTimeRequest struct { TabType int64 `protobuf:"varint,6,opt,name=tabType,proto3" json:"tabType,omitempty"` //1:NBA,2:竞篮,3:全部比赛,4:关注 DateTime string `protobuf:"bytes,1,opt,name=dateTime,proto3" json:"dateTime,omitempty"` //日期 - 全部比赛 2021-11-09 ComId []int64 `protobuf:"varint,2,rep,packed,name=comId,proto3" json:"comId,omitempty"` //联赛id 数组 EventID []int64 `protobuf:"varint,3,rep,packed,name=eventID,proto3" json:"eventID,omitempty"` //联赛id 数组 Page int64 `protobuf:"varint,4,opt,name=page,proto3" json:"page,omitempty"` PageSize int64 `protobuf:"varint,5,opt,name=pageSize,proto3" json:"pageSize,omitempty"` Language string `protobuf:"bytes,7,opt,name=Language,proto3" json:"Language,omitempty"` //请求语言 1:zh 2:en // contains filtered or unexported fields }
比赛日历
func (*MatchRealTimeRequest) Descriptor
deprecated
func (*MatchRealTimeRequest) Descriptor() ([]byte, []int)
Deprecated: Use MatchRealTimeRequest.ProtoReflect.Descriptor instead.
func (*MatchRealTimeRequest) GetComId ¶
func (x *MatchRealTimeRequest) GetComId() []int64
func (*MatchRealTimeRequest) GetDateTime ¶
func (x *MatchRealTimeRequest) GetDateTime() string
func (*MatchRealTimeRequest) GetEventID ¶
func (x *MatchRealTimeRequest) GetEventID() []int64
func (*MatchRealTimeRequest) GetLanguage ¶
func (x *MatchRealTimeRequest) GetLanguage() string
func (*MatchRealTimeRequest) GetPage ¶
func (x *MatchRealTimeRequest) GetPage() int64
func (*MatchRealTimeRequest) GetPageSize ¶
func (x *MatchRealTimeRequest) GetPageSize() int64
func (*MatchRealTimeRequest) GetTabType ¶
func (x *MatchRealTimeRequest) GetTabType() int64
func (*MatchRealTimeRequest) ProtoMessage ¶
func (*MatchRealTimeRequest) ProtoMessage()
func (*MatchRealTimeRequest) ProtoReflect ¶
func (x *MatchRealTimeRequest) ProtoReflect() protoreflect.Message
func (*MatchRealTimeRequest) Reset ¶
func (x *MatchRealTimeRequest) Reset()
func (*MatchRealTimeRequest) String ¶
func (x *MatchRealTimeRequest) String() string
type MatchRealTimeRequestV2 ¶
type MatchRealTimeRequestV2 struct { Status int64 `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"` //即时的状态 0全部,1:未开始,2为开始,3为结束 DateTime string `protobuf:"bytes,2,opt,name=dateTime,proto3" json:"dateTime,omitempty"` //日期 - 全部比赛 2021-11-09 EventIds []int64 `protobuf:"varint,3,rep,packed,name=eventIds,proto3" json:"eventIds,omitempty"` //比赛筛选 // contains filtered or unexported fields }
func (*MatchRealTimeRequestV2) Descriptor
deprecated
func (*MatchRealTimeRequestV2) Descriptor() ([]byte, []int)
Deprecated: Use MatchRealTimeRequestV2.ProtoReflect.Descriptor instead.
func (*MatchRealTimeRequestV2) GetDateTime ¶
func (x *MatchRealTimeRequestV2) GetDateTime() string
func (*MatchRealTimeRequestV2) GetEventIds ¶
func (x *MatchRealTimeRequestV2) GetEventIds() []int64
func (*MatchRealTimeRequestV2) GetStatus ¶
func (x *MatchRealTimeRequestV2) GetStatus() int64
func (*MatchRealTimeRequestV2) ProtoMessage ¶
func (*MatchRealTimeRequestV2) ProtoMessage()
func (*MatchRealTimeRequestV2) ProtoReflect ¶
func (x *MatchRealTimeRequestV2) ProtoReflect() protoreflect.Message
func (*MatchRealTimeRequestV2) Reset ¶
func (x *MatchRealTimeRequestV2) Reset()
func (*MatchRealTimeRequestV2) String ¶
func (x *MatchRealTimeRequestV2) String() string
type MatchRealTimeResponse ¶
type MatchRealTimeResponse struct { Count int64 `protobuf:"varint,1,opt,name=Count,proto3" json:"Count,omitempty"` List []*MatchRealTimeInfo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*MatchRealTimeResponse) Descriptor
deprecated
func (*MatchRealTimeResponse) Descriptor() ([]byte, []int)
Deprecated: Use MatchRealTimeResponse.ProtoReflect.Descriptor instead.
func (*MatchRealTimeResponse) GetCount ¶
func (x *MatchRealTimeResponse) GetCount() int64
func (*MatchRealTimeResponse) GetList ¶
func (x *MatchRealTimeResponse) GetList() []*MatchRealTimeInfo
func (*MatchRealTimeResponse) ProtoMessage ¶
func (*MatchRealTimeResponse) ProtoMessage()
func (*MatchRealTimeResponse) ProtoReflect ¶
func (x *MatchRealTimeResponse) ProtoReflect() protoreflect.Message
func (*MatchRealTimeResponse) Reset ¶
func (x *MatchRealTimeResponse) Reset()
func (*MatchRealTimeResponse) String ¶
func (x *MatchRealTimeResponse) String() string
type MatchRealTimeResponseV2 ¶
type MatchRealTimeResponseV2 struct { Count int64 `protobuf:"varint,1,opt,name=Count,proto3" json:"Count,omitempty"` List []*MatchRealTimeInfoV2 `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*MatchRealTimeResponseV2) Descriptor
deprecated
func (*MatchRealTimeResponseV2) Descriptor() ([]byte, []int)
Deprecated: Use MatchRealTimeResponseV2.ProtoReflect.Descriptor instead.
func (*MatchRealTimeResponseV2) GetCount ¶
func (x *MatchRealTimeResponseV2) GetCount() int64
func (*MatchRealTimeResponseV2) GetList ¶
func (x *MatchRealTimeResponseV2) GetList() []*MatchRealTimeInfoV2
func (*MatchRealTimeResponseV2) ProtoMessage ¶
func (*MatchRealTimeResponseV2) ProtoMessage()
func (*MatchRealTimeResponseV2) ProtoReflect ¶
func (x *MatchRealTimeResponseV2) ProtoReflect() protoreflect.Message
func (*MatchRealTimeResponseV2) Reset ¶
func (x *MatchRealTimeResponseV2) Reset()
func (*MatchRealTimeResponseV2) String ¶
func (x *MatchRealTimeResponseV2) String() string
type MatchResultRequest ¶
type MatchResultRequest struct { MatchId int64 `protobuf:"varint,1,opt,name=MatchId,proto3" json:"MatchId,omitempty"` //联赛id:46 Language string `protobuf:"bytes,2,opt,name=Language,proto3" json:"Language,omitempty"` //请求语言 1:zh 2:en // contains filtered or unexported fields }
赛况
func (*MatchResultRequest) Descriptor
deprecated
func (*MatchResultRequest) Descriptor() ([]byte, []int)
Deprecated: Use MatchResultRequest.ProtoReflect.Descriptor instead.
func (*MatchResultRequest) GetLanguage ¶
func (x *MatchResultRequest) GetLanguage() string
func (*MatchResultRequest) GetMatchId ¶
func (x *MatchResultRequest) GetMatchId() int64
func (*MatchResultRequest) ProtoMessage ¶
func (*MatchResultRequest) ProtoMessage()
func (*MatchResultRequest) ProtoReflect ¶
func (x *MatchResultRequest) ProtoReflect() protoreflect.Message
func (*MatchResultRequest) Reset ¶
func (x *MatchResultRequest) Reset()
func (*MatchResultRequest) String ¶
func (x *MatchResultRequest) String() string
type MatchResultResponse ¶
type MatchResultResponse struct { ScoreStatistics *Score `protobuf:"bytes,1,opt,name=ScoreStatistics,proto3" json:"ScoreStatistics,omitempty"` Optimum *Optimum `protobuf:"bytes,2,opt,name=optimum,proto3" json:"optimum,omitempty"` TeamStatistics *TeamsStatistics `protobuf:"bytes,8,opt,name=teamStatistics,proto3" json:"teamStatistics,omitempty"` PlayerStats *PlayerStats `protobuf:"bytes,12,opt,name=PlayerStats,proto3" json:"PlayerStats,omitempty"` // contains filtered or unexported fields }
func (*MatchResultResponse) Descriptor
deprecated
func (*MatchResultResponse) Descriptor() ([]byte, []int)
Deprecated: Use MatchResultResponse.ProtoReflect.Descriptor instead.
func (*MatchResultResponse) GetOptimum ¶
func (x *MatchResultResponse) GetOptimum() *Optimum
func (*MatchResultResponse) GetPlayerStats ¶
func (x *MatchResultResponse) GetPlayerStats() *PlayerStats
func (*MatchResultResponse) GetScoreStatistics ¶
func (x *MatchResultResponse) GetScoreStatistics() *Score
func (*MatchResultResponse) GetTeamStatistics ¶
func (x *MatchResultResponse) GetTeamStatistics() *TeamsStatistics
func (*MatchResultResponse) ProtoMessage ¶
func (*MatchResultResponse) ProtoMessage()
func (*MatchResultResponse) ProtoReflect ¶
func (x *MatchResultResponse) ProtoReflect() protoreflect.Message
func (*MatchResultResponse) Reset ¶
func (x *MatchResultResponse) Reset()
func (*MatchResultResponse) String ¶
func (x *MatchResultResponse) String() string
type Member ¶
type Member struct { PersonId int64 `protobuf:"varint,3,opt,name=PersonId,proto3" json:"PersonId,omitempty"` //球员id Image string `protobuf:"bytes,4,opt,name=Image,proto3" json:"Image,omitempty"` //球员图片 PersonName string `protobuf:"bytes,5,opt,name=PersonName,proto3" json:"PersonName,omitempty"` //球员名称 // int64 ElevateType = 6; //提升类型(1:在场时胜率提升,2:在场时总进球提升,3:在场时角球数提升) // int64 ElevateRate = 7; //提升百分比 ClothesNum int64 `protobuf:"varint,8,opt,name=ClothesNum,proto3" json:"ClothesNum,omitempty"` //球衣号码 Position string `protobuf:"bytes,9,opt,name=Position,proto3" json:"Position,omitempty"` //位置 PositionId string `protobuf:"bytes,10,opt,name=PositionId,proto3" json:"PositionId,omitempty"` //位置id // contains filtered or unexported fields }
func (*Member) Descriptor
deprecated
func (*Member) GetClothesNum ¶
func (*Member) GetPersonId ¶
func (*Member) GetPersonName ¶
func (*Member) GetPosition ¶
func (*Member) GetPositionId ¶
func (*Member) ProtoMessage ¶
func (*Member) ProtoMessage()
func (*Member) ProtoReflect ¶
func (x *Member) ProtoReflect() protoreflect.Message
type Member3 ¶
type Member3 struct { PersonId int64 `protobuf:"varint,3,opt,name=PersonId,proto3" json:"PersonId,omitempty"` //球员id PersonName string `protobuf:"bytes,4,opt,name=PersonName,proto3" json:"PersonName,omitempty"` //球队名字 Image string `protobuf:"bytes,5,opt,name=Image,proto3" json:"Image,omitempty"` //球员图片 Position string `protobuf:"bytes,6,opt,name=Position,proto3" json:"Position,omitempty"` //球员位置 PositionId string `protobuf:"bytes,2,opt,name=PositionId,proto3" json:"PositionId,omitempty"` //球员位置id ClothesNum int64 `protobuf:"varint,7,opt,name=ClothesNum,proto3" json:"ClothesNum,omitempty"` //球衣号码 Reason string `protobuf:"bytes,8,opt,name=Reason,proto3" json:"Reason,omitempty"` //受伤等原因 // contains filtered or unexported fields }
func (*Member3) Descriptor
deprecated
func (*Member3) GetClothesNum ¶
func (*Member3) GetPersonId ¶
func (*Member3) GetPersonName ¶
func (*Member3) GetPosition ¶
func (*Member3) GetPositionId ¶
func (*Member3) ProtoMessage ¶
func (*Member3) ProtoMessage()
func (*Member3) ProtoReflect ¶
func (x *Member3) ProtoReflect() protoreflect.Message
type OddData ¶
type OddData struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` //tab名称 Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"` //tab id 1亚盘 2欧盘 3大小球 Titles []string `protobuf:"bytes,3,rep,name=titles,proto3" json:"titles,omitempty"` List []*OddList `protobuf:"bytes,4,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*OddData) Descriptor
deprecated
func (*OddData) ProtoMessage ¶
func (*OddData) ProtoMessage()
func (*OddData) ProtoReflect ¶
func (x *OddData) ProtoReflect() protoreflect.Message
type OddDetailList ¶
type OddDetailList struct { Column1 string `protobuf:"bytes,1,opt,name=column1,proto3" json:"column1,omitempty"` //第1列数据 亚盘:主胜 欧盘:主胜 大小球:大 Column2 string `protobuf:"bytes,2,opt,name=column2,proto3" json:"column2,omitempty"` //第2列数据 亚盘:盘口 欧盘:平 大小球:盘口 Column3 string `protobuf:"bytes,3,opt,name=column3,proto3" json:"column3,omitempty"` //第3列数据 亚盘:客胜 欧盘:客胜 大小球:小 UpdateTime int64 `protobuf:"varint,4,opt,name=updateTime,proto3" json:"updateTime,omitempty"` //变化时间 Id int64 `protobuf:"varint,5,opt,name=id,proto3" json:"id,omitempty"` //数据id CompanyName string `protobuf:"bytes,6,opt,name=companyName,proto3" json:"companyName,omitempty"` //公司名称 // contains filtered or unexported fields }
func (*OddDetailList) Descriptor
deprecated
func (*OddDetailList) Descriptor() ([]byte, []int)
Deprecated: Use OddDetailList.ProtoReflect.Descriptor instead.
func (*OddDetailList) GetColumn1 ¶
func (x *OddDetailList) GetColumn1() string
func (*OddDetailList) GetColumn2 ¶
func (x *OddDetailList) GetColumn2() string
func (*OddDetailList) GetColumn3 ¶
func (x *OddDetailList) GetColumn3() string
func (*OddDetailList) GetCompanyName ¶
func (x *OddDetailList) GetCompanyName() string
func (*OddDetailList) GetId ¶
func (x *OddDetailList) GetId() int64
func (*OddDetailList) GetUpdateTime ¶
func (x *OddDetailList) GetUpdateTime() int64
func (*OddDetailList) ProtoMessage ¶
func (*OddDetailList) ProtoMessage()
func (*OddDetailList) ProtoReflect ¶
func (x *OddDetailList) ProtoReflect() protoreflect.Message
func (*OddDetailList) Reset ¶
func (x *OddDetailList) Reset()
func (*OddDetailList) String ¶
func (x *OddDetailList) String() string
type OddDetailRequest ¶
type OddDetailRequest struct { SportId string `protobuf:"bytes,1,opt,name=sportId,proto3" json:"sportId,omitempty"` //1足球 2篮球 EventId int64 `protobuf:"varint,2,opt,name=eventId,proto3" json:"eventId,omitempty"` //比赛id Id int64 `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"` //请求的前一条id PageSize int64 `protobuf:"varint,4,opt,name=pageSize,proto3" json:"pageSize,omitempty"` //页大小 CompanyId int64 `protobuf:"varint,5,opt,name=companyId,proto3" json:"companyId,omitempty"` //公司id PanId int64 `protobuf:"varint,6,opt,name=panId,proto3" json:"panId,omitempty"` //亚盘/欧盘/大小球id Language string `protobuf:"bytes,7,opt,name=Language,proto3" json:"Language,omitempty"` //请求语言 1:zh 2:en // contains filtered or unexported fields }
指数-公司数值明细
func (*OddDetailRequest) Descriptor
deprecated
func (*OddDetailRequest) Descriptor() ([]byte, []int)
Deprecated: Use OddDetailRequest.ProtoReflect.Descriptor instead.
func (*OddDetailRequest) GetCompanyId ¶
func (x *OddDetailRequest) GetCompanyId() int64
func (*OddDetailRequest) GetEventId ¶
func (x *OddDetailRequest) GetEventId() int64
func (*OddDetailRequest) GetId ¶
func (x *OddDetailRequest) GetId() int64
func (*OddDetailRequest) GetLanguage ¶
func (x *OddDetailRequest) GetLanguage() string
func (*OddDetailRequest) GetPageSize ¶
func (x *OddDetailRequest) GetPageSize() int64
func (*OddDetailRequest) GetPanId ¶
func (x *OddDetailRequest) GetPanId() int64
func (*OddDetailRequest) GetSportId ¶
func (x *OddDetailRequest) GetSportId() string
func (*OddDetailRequest) ProtoMessage ¶
func (*OddDetailRequest) ProtoMessage()
func (*OddDetailRequest) ProtoReflect ¶
func (x *OddDetailRequest) ProtoReflect() protoreflect.Message
func (*OddDetailRequest) Reset ¶
func (x *OddDetailRequest) Reset()
func (*OddDetailRequest) String ¶
func (x *OddDetailRequest) String() string
type OddDetailResponse ¶
type OddDetailResponse struct { GunId int64 `protobuf:"varint,1,opt,name=gunId,proto3" json:"gunId,omitempty"` //滚盘id GunStr string `protobuf:"bytes,2,opt,name=gunStr,proto3" json:"gunStr,omitempty"` //滚盘字符串 ChuId int64 `protobuf:"varint,3,opt,name=chuId,proto3" json:"chuId,omitempty"` //初盘id ChuStr string `protobuf:"bytes,4,opt,name=chuStr,proto3" json:"chuStr,omitempty"` //初盘字符串 Count int64 `protobuf:"varint,5,opt,name=count,proto3" json:"count,omitempty"` //总数 List []*OddDetailList `protobuf:"bytes,6,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*OddDetailResponse) Descriptor
deprecated
func (*OddDetailResponse) Descriptor() ([]byte, []int)
Deprecated: Use OddDetailResponse.ProtoReflect.Descriptor instead.
func (*OddDetailResponse) GetChuId ¶
func (x *OddDetailResponse) GetChuId() int64
func (*OddDetailResponse) GetChuStr ¶
func (x *OddDetailResponse) GetChuStr() string
func (*OddDetailResponse) GetCount ¶
func (x *OddDetailResponse) GetCount() int64
func (*OddDetailResponse) GetGunId ¶
func (x *OddDetailResponse) GetGunId() int64
func (*OddDetailResponse) GetGunStr ¶
func (x *OddDetailResponse) GetGunStr() string
func (*OddDetailResponse) GetList ¶
func (x *OddDetailResponse) GetList() []*OddDetailList
func (*OddDetailResponse) ProtoMessage ¶
func (*OddDetailResponse) ProtoMessage()
func (*OddDetailResponse) ProtoReflect ¶
func (x *OddDetailResponse) ProtoReflect() protoreflect.Message
func (*OddDetailResponse) Reset ¶
func (x *OddDetailResponse) Reset()
func (*OddDetailResponse) String ¶
func (x *OddDetailResponse) String() string
type OddList ¶
type OddList struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` //公司id Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` //公司名称 NowData []string `protobuf:"bytes,3,rep,name=nowData,proto3" json:"nowData,omitempty"` //当前数据 InitData []string `protobuf:"bytes,4,rep,name=initData,proto3" json:"initData,omitempty"` //初始数据 // contains filtered or unexported fields }
func (*OddList) Descriptor
deprecated
func (*OddList) GetInitData ¶
func (*OddList) GetNowData ¶
func (*OddList) ProtoMessage ¶
func (*OddList) ProtoMessage()
func (*OddList) ProtoReflect ¶
func (x *OddList) ProtoReflect() protoreflect.Message
type OddListRequest ¶
type OddListRequest struct { SportId string `protobuf:"bytes,1,opt,name=sportId,proto3" json:"sportId,omitempty"` //1足球 2篮球 EventId int64 `protobuf:"varint,2,opt,name=eventId,proto3" json:"eventId,omitempty"` //比赛id Language string `protobuf:"bytes,3,opt,name=Language,proto3" json:"Language,omitempty"` //请求语言 1:zh 2:en // contains filtered or unexported fields }
指数-列表
func (*OddListRequest) Descriptor
deprecated
func (*OddListRequest) Descriptor() ([]byte, []int)
Deprecated: Use OddListRequest.ProtoReflect.Descriptor instead.
func (*OddListRequest) GetEventId ¶
func (x *OddListRequest) GetEventId() int64
func (*OddListRequest) GetLanguage ¶
func (x *OddListRequest) GetLanguage() string
func (*OddListRequest) GetSportId ¶
func (x *OddListRequest) GetSportId() string
func (*OddListRequest) ProtoMessage ¶
func (*OddListRequest) ProtoMessage()
func (*OddListRequest) ProtoReflect ¶
func (x *OddListRequest) ProtoReflect() protoreflect.Message
func (*OddListRequest) Reset ¶
func (x *OddListRequest) Reset()
func (*OddListRequest) String ¶
func (x *OddListRequest) String() string
type OddListResponse ¶
type OddListResponse struct { Data []*OddData `protobuf:"bytes,3,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*OddListResponse) Descriptor
deprecated
func (*OddListResponse) Descriptor() ([]byte, []int)
Deprecated: Use OddListResponse.ProtoReflect.Descriptor instead.
func (*OddListResponse) GetData ¶
func (x *OddListResponse) GetData() []*OddData
func (*OddListResponse) ProtoMessage ¶
func (*OddListResponse) ProtoMessage()
func (*OddListResponse) ProtoReflect ¶
func (x *OddListResponse) ProtoReflect() protoreflect.Message
func (*OddListResponse) Reset ¶
func (x *OddListResponse) Reset()
func (*OddListResponse) String ¶
func (x *OddListResponse) String() string
type Odds ¶
type Odds struct { OddsTitle string `protobuf:"bytes,1,opt,name=oddsTitle,proto3" json:"oddsTitle,omitempty"` OddsMain string `protobuf:"bytes,2,opt,name=oddsMain,proto3" json:"oddsMain,omitempty"` OddsCust string `protobuf:"bytes,3,opt,name=oddsCust,proto3" json:"oddsCust,omitempty"` OddsType string `protobuf:"bytes,4,opt,name=oddsType,proto3" json:"oddsType,omitempty"` // contains filtered or unexported fields }
func (*Odds) Descriptor
deprecated
func (*Odds) GetOddsCust ¶
func (*Odds) GetOddsMain ¶
func (*Odds) GetOddsTitle ¶
func (*Odds) GetOddsType ¶
func (*Odds) ProtoMessage ¶
func (*Odds) ProtoMessage()
func (*Odds) ProtoReflect ¶
func (x *Odds) ProtoReflect() protoreflect.Message
type Optimum ¶
type Optimum struct { MainTeamName string `protobuf:"bytes,1,opt,name=MainTeamName,proto3" json:"MainTeamName,omitempty"` CustTeamName string `protobuf:"bytes,2,opt,name=CustTeamName,proto3" json:"CustTeamName,omitempty"` MainTeamImages string `protobuf:"bytes,3,opt,name=MainTeamImages,proto3" json:"MainTeamImages,omitempty"` CustTeamImages string `protobuf:"bytes,4,opt,name=CustTeamImages,proto3" json:"CustTeamImages,omitempty"` List []*Player `protobuf:"bytes,5,rep,name=list,proto3" json:"list,omitempty"` MainTeamId int64 `protobuf:"varint,6,opt,name=MainTeamId,proto3" json:"MainTeamId,omitempty"` AwayTeamId int64 `protobuf:"varint,7,opt,name=AwayTeamId,proto3" json:"AwayTeamId,omitempty"` // contains filtered or unexported fields }
func (*Optimum) Descriptor
deprecated
func (*Optimum) GetAwayTeamId ¶
func (*Optimum) GetCustTeamImages ¶
func (*Optimum) GetCustTeamName ¶
func (*Optimum) GetMainTeamId ¶
func (*Optimum) GetMainTeamImages ¶
func (*Optimum) GetMainTeamName ¶
func (*Optimum) ProtoMessage ¶
func (*Optimum) ProtoMessage()
func (*Optimum) ProtoReflect ¶
func (x *Optimum) ProtoReflect() protoreflect.Message
type Player ¶
type Player struct { MainPlayers string `protobuf:"bytes,1,opt,name=MainPlayers,proto3" json:"MainPlayers,omitempty"` AwayPlayers string `protobuf:"bytes,2,opt,name=AwayPlayers,proto3" json:"AwayPlayers,omitempty"` MainScore int64 `protobuf:"varint,3,opt,name=MainScore,proto3" json:"MainScore,omitempty"` AwayScore int64 `protobuf:"varint,4,opt,name=AwayScore,proto3" json:"AwayScore,omitempty"` TagName string `protobuf:"bytes,5,opt,name=TagName,proto3" json:"TagName,omitempty"` MainPlayerLogo string `protobuf:"bytes,6,opt,name=MainPlayerLogo,proto3" json:"MainPlayerLogo,omitempty"` AwayPlayerLogo string `protobuf:"bytes,7,opt,name=AwayPlayerLogo,proto3" json:"AwayPlayerLogo,omitempty"` // contains filtered or unexported fields }
func (*Player) Descriptor
deprecated
func (*Player) GetAwayPlayerLogo ¶
func (*Player) GetAwayPlayers ¶
func (*Player) GetAwayScore ¶
func (*Player) GetMainPlayerLogo ¶
func (*Player) GetMainPlayers ¶
func (*Player) GetMainScore ¶
func (*Player) GetTagName ¶
func (*Player) ProtoMessage ¶
func (*Player) ProtoMessage()
func (*Player) ProtoReflect ¶
func (x *Player) ProtoReflect() protoreflect.Message
type PlayerList ¶
type PlayerList struct { Started string `protobuf:"bytes,2,opt,name=Started,proto3" json:"Started,omitempty"` //首发 PlayName string `protobuf:"bytes,3,opt,name=PlayName,proto3" json:"PlayName,omitempty"` // PlayTime string `protobuf:"bytes,45,opt,name=PlayTime,proto3" json:"PlayTime,omitempty"` //上场时间 Score int64 `protobuf:"varint,4,opt,name=Score,proto3" json:"Score,omitempty"` //得分 Rebounds int64 `protobuf:"varint,5,opt,name=Rebounds,proto3" json:"Rebounds,omitempty"` //篮板 Assists int64 `protobuf:"varint,6,opt,name=Assists,proto3" json:"Assists,omitempty"` //助攻 FieldGoals int64 `protobuf:"varint,13,opt,name=fieldGoals,proto3" json:"fieldGoals,omitempty"` //投篮 FieldGoalsMade int64 `protobuf:"varint,14,opt,name=fieldGoalsMade,proto3" json:"fieldGoalsMade,omitempty"` //投篮命中 ThreeGoalsAll int64 `protobuf:"varint,7,opt,name=ThreeGoalsAll,proto3" json:"ThreeGoalsAll,omitempty"` //三分投篮 ThreeGoalsHit int64 `protobuf:"varint,15,opt,name=ThreeGoalsHit,proto3" json:"ThreeGoalsHit,omitempty"` //三分命中 FreeThrowsAll int64 `protobuf:"varint,8,opt,name=FreeThrowsAll,proto3" json:"FreeThrowsAll,omitempty"` //罚球投篮 FreeThrowsHit int64 `protobuf:"varint,16,opt,name=FreeThrowsHit,proto3" json:"FreeThrowsHit,omitempty"` //罚球命中 Steals int64 `protobuf:"varint,9,opt,name=Steals,proto3" json:"Steals,omitempty"` //抢断 Blocks int64 `protobuf:"varint,10,opt,name=Blocks,proto3" json:"Blocks,omitempty"` //盖帽 Turnovers int64 `protobuf:"varint,11,opt,name=Turnovers,proto3" json:"Turnovers,omitempty"` //失误 Fouls int64 `protobuf:"varint,12,opt,name=Fouls,proto3" json:"Fouls,omitempty"` //犯规 // contains filtered or unexported fields }
func (*PlayerList) Descriptor
deprecated
func (*PlayerList) Descriptor() ([]byte, []int)
Deprecated: Use PlayerList.ProtoReflect.Descriptor instead.
func (*PlayerList) GetAssists ¶
func (x *PlayerList) GetAssists() int64
func (*PlayerList) GetBlocks ¶
func (x *PlayerList) GetBlocks() int64
func (*PlayerList) GetFieldGoals ¶
func (x *PlayerList) GetFieldGoals() int64
func (*PlayerList) GetFieldGoalsMade ¶
func (x *PlayerList) GetFieldGoalsMade() int64
func (*PlayerList) GetFouls ¶
func (x *PlayerList) GetFouls() int64
func (*PlayerList) GetFreeThrowsAll ¶
func (x *PlayerList) GetFreeThrowsAll() int64
func (*PlayerList) GetFreeThrowsHit ¶
func (x *PlayerList) GetFreeThrowsHit() int64
func (*PlayerList) GetPlayName ¶
func (x *PlayerList) GetPlayName() string
func (*PlayerList) GetPlayTime ¶
func (x *PlayerList) GetPlayTime() string
func (*PlayerList) GetRebounds ¶
func (x *PlayerList) GetRebounds() int64
func (*PlayerList) GetScore ¶
func (x *PlayerList) GetScore() int64
func (*PlayerList) GetStarted ¶
func (x *PlayerList) GetStarted() string
func (*PlayerList) GetSteals ¶
func (x *PlayerList) GetSteals() int64
func (*PlayerList) GetThreeGoalsAll ¶
func (x *PlayerList) GetThreeGoalsAll() int64
func (*PlayerList) GetThreeGoalsHit ¶
func (x *PlayerList) GetThreeGoalsHit() int64
func (*PlayerList) GetTurnovers ¶
func (x *PlayerList) GetTurnovers() int64
func (*PlayerList) ProtoMessage ¶
func (*PlayerList) ProtoMessage()
func (*PlayerList) ProtoReflect ¶
func (x *PlayerList) ProtoReflect() protoreflect.Message
func (*PlayerList) Reset ¶
func (x *PlayerList) Reset()
func (*PlayerList) String ¶
func (x *PlayerList) String() string
type PlayerStandRequest ¶
type PlayerStandRequest struct { Language string `protobuf:"bytes,3,opt,name=language,proto3" json:"language,omitempty"` //请求语言 1:zh 2:en SeasonId int64 `protobuf:"varint,6,opt,name=SeasonId,proto3" json:"SeasonId,omitempty"` //年份对应id Mark string `protobuf:"bytes,5,opt,name=Mark,proto3" json:"Mark,omitempty"` //标记(goals/points:进球) Page int64 `protobuf:"varint,7,opt,name=Page,proto3" json:"Page,omitempty"` //页码 PageSize int64 `protobuf:"varint,8,opt,name=PageSize,proto3" json:"PageSize,omitempty"` //个数 // contains filtered or unexported fields }
球员榜
func (*PlayerStandRequest) Descriptor
deprecated
func (*PlayerStandRequest) Descriptor() ([]byte, []int)
Deprecated: Use PlayerStandRequest.ProtoReflect.Descriptor instead.
func (*PlayerStandRequest) GetLanguage ¶
func (x *PlayerStandRequest) GetLanguage() string
func (*PlayerStandRequest) GetMark ¶
func (x *PlayerStandRequest) GetMark() string
func (*PlayerStandRequest) GetPage ¶
func (x *PlayerStandRequest) GetPage() int64
func (*PlayerStandRequest) GetPageSize ¶
func (x *PlayerStandRequest) GetPageSize() int64
func (*PlayerStandRequest) GetSeasonId ¶
func (x *PlayerStandRequest) GetSeasonId() int64
func (*PlayerStandRequest) ProtoMessage ¶
func (*PlayerStandRequest) ProtoMessage()
func (*PlayerStandRequest) ProtoReflect ¶
func (x *PlayerStandRequest) ProtoReflect() protoreflect.Message
func (*PlayerStandRequest) Reset ¶
func (x *PlayerStandRequest) Reset()
func (*PlayerStandRequest) String ¶
func (x *PlayerStandRequest) String() string
type PlayerStandResponse ¶
type PlayerStandResponse struct { Count int64 `protobuf:"varint,3,opt,name=Count,proto3" json:"Count,omitempty"` //总数 List []*List `protobuf:"bytes,4,rep,name=List,proto3" json:"List,omitempty"` // contains filtered or unexported fields }
func (*PlayerStandResponse) Descriptor
deprecated
func (*PlayerStandResponse) Descriptor() ([]byte, []int)
Deprecated: Use PlayerStandResponse.ProtoReflect.Descriptor instead.
func (*PlayerStandResponse) GetCount ¶
func (x *PlayerStandResponse) GetCount() int64
func (*PlayerStandResponse) GetList ¶
func (x *PlayerStandResponse) GetList() []*List
func (*PlayerStandResponse) ProtoMessage ¶
func (*PlayerStandResponse) ProtoMessage()
func (*PlayerStandResponse) ProtoReflect ¶
func (x *PlayerStandResponse) ProtoReflect() protoreflect.Message
func (*PlayerStandResponse) Reset ¶
func (x *PlayerStandResponse) Reset()
func (*PlayerStandResponse) String ¶
func (x *PlayerStandResponse) String() string
type PlayerStats ¶
type PlayerStats struct { MainTeamName string `protobuf:"bytes,1,opt,name=MainTeamName,proto3" json:"MainTeamName,omitempty"` AwayTeamName string `protobuf:"bytes,3,opt,name=AwayTeamName,proto3" json:"AwayTeamName,omitempty"` MainTeamId int64 `protobuf:"varint,5,opt,name=MainTeamId,proto3" json:"MainTeamId,omitempty"` AwayTeamId int64 `protobuf:"varint,6,opt,name=AwayTeamId,proto3" json:"AwayTeamId,omitempty"` MainTeamImages string `protobuf:"bytes,15,opt,name=MainTeamImages,proto3" json:"MainTeamImages,omitempty"` AwayTeamImages string `protobuf:"bytes,16,opt,name=AwayTeamImages,proto3" json:"AwayTeamImages,omitempty"` MainList []*PlayerList `protobuf:"bytes,2,rep,name=mainList,proto3" json:"mainList,omitempty"` AwayList []*PlayerList `protobuf:"bytes,4,rep,name=awayList,proto3" json:"awayList,omitempty"` // contains filtered or unexported fields }
func (*PlayerStats) Descriptor
deprecated
func (*PlayerStats) Descriptor() ([]byte, []int)
Deprecated: Use PlayerStats.ProtoReflect.Descriptor instead.
func (*PlayerStats) GetAwayList ¶
func (x *PlayerStats) GetAwayList() []*PlayerList
func (*PlayerStats) GetAwayTeamId ¶
func (x *PlayerStats) GetAwayTeamId() int64
func (*PlayerStats) GetAwayTeamImages ¶
func (x *PlayerStats) GetAwayTeamImages() string
func (*PlayerStats) GetAwayTeamName ¶
func (x *PlayerStats) GetAwayTeamName() string
func (*PlayerStats) GetMainList ¶
func (x *PlayerStats) GetMainList() []*PlayerList
func (*PlayerStats) GetMainTeamId ¶
func (x *PlayerStats) GetMainTeamId() int64
func (*PlayerStats) GetMainTeamImages ¶
func (x *PlayerStats) GetMainTeamImages() string
func (*PlayerStats) GetMainTeamName ¶
func (x *PlayerStats) GetMainTeamName() string
func (*PlayerStats) ProtoMessage ¶
func (*PlayerStats) ProtoMessage()
func (*PlayerStats) ProtoReflect ¶
func (x *PlayerStats) ProtoReflect() protoreflect.Message
func (*PlayerStats) Reset ¶
func (x *PlayerStats) Reset()
func (*PlayerStats) String ¶
func (x *PlayerStats) String() string
type QuarterFinals ¶
type QuarterFinals struct { TopRows []*TeamRows `protobuf:"bytes,1,rep,name=top_rows,json=topRows,proto3" json:"top_rows,omitempty"` BottomRows []*TeamRows `protobuf:"bytes,2,rep,name=bottom_rows,json=bottomRows,proto3" json:"bottom_rows,omitempty"` // contains filtered or unexported fields }
func (*QuarterFinals) Descriptor
deprecated
func (*QuarterFinals) Descriptor() ([]byte, []int)
Deprecated: Use QuarterFinals.ProtoReflect.Descriptor instead.
func (*QuarterFinals) GetBottomRows ¶
func (x *QuarterFinals) GetBottomRows() []*TeamRows
func (*QuarterFinals) GetTopRows ¶
func (x *QuarterFinals) GetTopRows() []*TeamRows
func (*QuarterFinals) ProtoMessage ¶
func (*QuarterFinals) ProtoMessage()
func (*QuarterFinals) ProtoReflect ¶
func (x *QuarterFinals) ProtoReflect() protoreflect.Message
func (*QuarterFinals) Reset ¶
func (x *QuarterFinals) Reset()
func (*QuarterFinals) String ¶
func (x *QuarterFinals) String() string
type Realscore ¶
type Realscore struct { Tag string `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"` //节数,默认顺序为:一 二 三 四 节 Score int64 `protobuf:"varint,3,opt,name=score,proto3" json:"score,omitempty"` //得分 // contains filtered or unexported fields }
func (*Realscore) Descriptor
deprecated
func (*Realscore) ProtoMessage ¶
func (*Realscore) ProtoMessage()
func (*Realscore) ProtoReflect ¶
func (x *Realscore) ProtoReflect() protoreflect.Message
type Request ¶
type Request struct { Method string `protobuf:"bytes,1,opt,name=method,proto3" json:"method,omitempty"` //请求的方法 Params []byte `protobuf:"bytes,2,opt,name=params,proto3" json:"params,omitempty"` //请求的参数 Language string `protobuf:"bytes,3,opt,name=language,proto3" json:"language,omitempty"` //请求语言 1:zh 2:en // contains filtered or unexported fields }
请求格式
func (*Request) Descriptor
deprecated
func (*Request) GetLanguage ¶
func (*Request) ProtoMessage ¶
func (*Request) ProtoMessage()
func (*Request) ProtoReflect ¶
func (x *Request) ProtoReflect() protoreflect.Message
type Response ¶
type Response struct { Data []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` //返回结果 // contains filtered or unexported fields }
func (*Response) Descriptor
deprecated
func (*Response) ProtoMessage ¶
func (*Response) ProtoMessage()
func (*Response) ProtoReflect ¶
func (x *Response) ProtoReflect() protoreflect.Message
type Rs ¶
type Rs struct { Tag string `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"` //节数,默认顺序为:一 二 三 四 节 Score int64 `protobuf:"varint,2,opt,name=score,proto3" json:"score,omitempty"` //得分 // contains filtered or unexported fields }
func (*Rs) Descriptor
deprecated
func (*Rs) ProtoMessage ¶
func (*Rs) ProtoMessage()
func (*Rs) ProtoReflect ¶
func (x *Rs) ProtoReflect() protoreflect.Message
type Scale ¶
type Scale struct { Title string `protobuf:"bytes,4,opt,name=Title,proto3" json:"Title,omitempty"` //占比标题 MainTotal string `protobuf:"bytes,5,opt,name=MainTotal,proto3" json:"MainTotal,omitempty"` //主队总计,例如:3.1/1.2|u,通过 |u 或者 |d 辨别是升是降 MainSingle string `protobuf:"bytes,6,opt,name=MainSingle,proto3" json:"MainSingle,omitempty"` //主队单计,例如:(2.8/1.2),包含括号 CustTotal string `protobuf:"bytes,2,opt,name=CustTotal,proto3" json:"CustTotal,omitempty"` //客队总计,例如:1.5/2,通过 |u 或者 |d 辨别是升是降 CustSingle string `protobuf:"bytes,1,opt,name=CustSingle,proto3" json:"CustSingle,omitempty"` //客队单计,例如:(3.5/1.0),包含括号 // contains filtered or unexported fields }
func (*Scale) Descriptor
deprecated
func (*Scale) GetCustSingle ¶
func (*Scale) GetCustTotal ¶
func (*Scale) GetMainSingle ¶
func (*Scale) GetMainTotal ¶
func (*Scale) ProtoMessage ¶
func (*Scale) ProtoMessage()
func (*Scale) ProtoReflect ¶
func (x *Scale) ProtoReflect() protoreflect.Message
type Score ¶
type Score struct { Tag []string `protobuf:"bytes,1,rep,name=Tag,proto3" json:"Tag,omitempty"` MainScore []int64 `protobuf:"varint,3,rep,packed,name=MainScore,proto3" json:"MainScore,omitempty"` AwayScore []int64 `protobuf:"varint,4,rep,packed,name=AwayScore,proto3" json:"AwayScore,omitempty"` Difference []int64 `protobuf:"varint,5,rep,packed,name=Difference,proto3" json:"Difference,omitempty"` MainFoul int64 `protobuf:"varint,6,opt,name=MainFoul,proto3" json:"MainFoul,omitempty"` AwayFoul int64 `protobuf:"varint,7,opt,name=AwayFoul,proto3" json:"AwayFoul,omitempty"` MainStop int64 `protobuf:"varint,9,opt,name=MainStop,proto3" json:"MainStop,omitempty"` AwayStop int64 `protobuf:"varint,2,opt,name=AwayStop,proto3" json:"AwayStop,omitempty"` MainTeamImages string `protobuf:"bytes,15,opt,name=MainTeamImages,proto3" json:"MainTeamImages,omitempty"` AwayTeamImages string `protobuf:"bytes,16,opt,name=AwayTeamImages,proto3" json:"AwayTeamImages,omitempty"` MainTeamId int64 `protobuf:"varint,17,opt,name=MainTeamId,proto3" json:"MainTeamId,omitempty"` AwayTeamId int64 `protobuf:"varint,18,opt,name=AwayTeamId,proto3" json:"AwayTeamId,omitempty"` // contains filtered or unexported fields }
func (*Score) Descriptor
deprecated
func (*Score) GetAwayFoul ¶
func (*Score) GetAwayScore ¶
func (*Score) GetAwayStop ¶
func (*Score) GetAwayTeamId ¶
func (*Score) GetAwayTeamImages ¶
func (*Score) GetDifference ¶
func (*Score) GetMainFoul ¶
func (*Score) GetMainScore ¶
func (*Score) GetMainStop ¶
func (*Score) GetMainTeamId ¶
func (*Score) GetMainTeamImages ¶
func (*Score) ProtoMessage ¶
func (*Score) ProtoMessage()
func (*Score) ProtoReflect ¶
func (x *Score) ProtoReflect() protoreflect.Message
type ScoresList ¶
type ScoresList struct { Team1 int64 `protobuf:"varint,1,opt,name=Team1,proto3" json:"Team1,omitempty"` //主队得分数 Team2 int64 `protobuf:"varint,2,opt,name=Team2,proto3" json:"Team2,omitempty"` //客队得分数 Type string `protobuf:"bytes,3,opt,name=Type,proto3" json:"Type,omitempty"` //比分类型 // contains filtered or unexported fields }
func (*ScoresList) Descriptor
deprecated
func (*ScoresList) Descriptor() ([]byte, []int)
Deprecated: Use ScoresList.ProtoReflect.Descriptor instead.
func (*ScoresList) GetTeam1 ¶
func (x *ScoresList) GetTeam1() int64
func (*ScoresList) GetTeam2 ¶
func (x *ScoresList) GetTeam2() int64
func (*ScoresList) GetType ¶
func (x *ScoresList) GetType() string
func (*ScoresList) ProtoMessage ¶
func (*ScoresList) ProtoMessage()
func (*ScoresList) ProtoReflect ¶
func (x *ScoresList) ProtoReflect() protoreflect.Message
func (*ScoresList) Reset ¶
func (x *ScoresList) Reset()
func (*ScoresList) String ¶
func (x *ScoresList) String() string
type SeasonList ¶
type SeasonList struct { Year string `protobuf:"bytes,1,opt,name=year,proto3" json:"year,omitempty"` // 赛季年份 SupplyId int64 `protobuf:"varint,4,opt,name=supplyId,proto3" json:"supplyId,omitempty"` // 赛季年份 Current string `protobuf:"bytes,2,opt,name=current,proto3" json:"current,omitempty"` //当前分组赛 Num []string `protobuf:"bytes,3,rep,name=num,proto3" json:"num,omitempty"` //分组赛列表 // contains filtered or unexported fields }
func (*SeasonList) Descriptor
deprecated
func (*SeasonList) Descriptor() ([]byte, []int)
Deprecated: Use SeasonList.ProtoReflect.Descriptor instead.
func (*SeasonList) GetCurrent ¶
func (x *SeasonList) GetCurrent() string
func (*SeasonList) GetNum ¶
func (x *SeasonList) GetNum() []string
func (*SeasonList) GetSupplyId ¶
func (x *SeasonList) GetSupplyId() int64
func (*SeasonList) GetYear ¶
func (x *SeasonList) GetYear() string
func (*SeasonList) ProtoMessage ¶
func (*SeasonList) ProtoMessage()
func (*SeasonList) ProtoReflect ¶
func (x *SeasonList) ProtoReflect() protoreflect.Message
func (*SeasonList) Reset ¶
func (x *SeasonList) Reset()
func (*SeasonList) String ¶
func (x *SeasonList) String() string
type SeasonListRequest ¶
type SeasonListRequest struct { ComId int64 `protobuf:"varint,1,opt,name=comId,proto3" json:"comId,omitempty"` //联赛id SeasonId int64 `protobuf:"varint,2,opt,name=seasonId,proto3" json:"seasonId,omitempty"` //赛事id Language string `protobuf:"bytes,3,opt,name=Language,proto3" json:"Language,omitempty"` //请求语言 1:zh 2:en // contains filtered or unexported fields }
赛季列表
func (*SeasonListRequest) Descriptor
deprecated
func (*SeasonListRequest) Descriptor() ([]byte, []int)
Deprecated: Use SeasonListRequest.ProtoReflect.Descriptor instead.
func (*SeasonListRequest) GetComId ¶
func (x *SeasonListRequest) GetComId() int64
func (*SeasonListRequest) GetLanguage ¶
func (x *SeasonListRequest) GetLanguage() string
func (*SeasonListRequest) GetSeasonId ¶
func (x *SeasonListRequest) GetSeasonId() int64
func (*SeasonListRequest) ProtoMessage ¶
func (*SeasonListRequest) ProtoMessage()
func (*SeasonListRequest) ProtoReflect ¶
func (x *SeasonListRequest) ProtoReflect() protoreflect.Message
func (*SeasonListRequest) Reset ¶
func (x *SeasonListRequest) Reset()
func (*SeasonListRequest) String ¶
func (x *SeasonListRequest) String() string
type SeasonListResponse ¶
type SeasonListResponse struct { Data []*SeasonList `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*SeasonListResponse) Descriptor
deprecated
func (*SeasonListResponse) Descriptor() ([]byte, []int)
Deprecated: Use SeasonListResponse.ProtoReflect.Descriptor instead.
func (*SeasonListResponse) GetData ¶
func (x *SeasonListResponse) GetData() []*SeasonList
func (*SeasonListResponse) ProtoMessage ¶
func (*SeasonListResponse) ProtoMessage()
func (*SeasonListResponse) ProtoReflect ¶
func (x *SeasonListResponse) ProtoReflect() protoreflect.Message
func (*SeasonListResponse) Reset ¶
func (x *SeasonListResponse) Reset()
func (*SeasonListResponse) String ¶
func (x *SeasonListResponse) String() string
type StandTagInfo ¶
type StandTagInfo struct { Name string `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"` // string TagId = 2 ; TagValue string `protobuf:"bytes,3,opt,name=TagValue,proto3" json:"TagValue,omitempty"` Title string `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"` // contains filtered or unexported fields }
func (*StandTagInfo) Descriptor
deprecated
func (*StandTagInfo) Descriptor() ([]byte, []int)
Deprecated: Use StandTagInfo.ProtoReflect.Descriptor instead.
func (*StandTagInfo) GetName ¶
func (x *StandTagInfo) GetName() string
func (*StandTagInfo) GetTagValue ¶
func (x *StandTagInfo) GetTagValue() string
func (*StandTagInfo) GetTitle ¶
func (x *StandTagInfo) GetTitle() string
func (*StandTagInfo) ProtoMessage ¶
func (*StandTagInfo) ProtoMessage()
func (*StandTagInfo) ProtoReflect ¶
func (x *StandTagInfo) ProtoReflect() protoreflect.Message
func (*StandTagInfo) Reset ¶
func (x *StandTagInfo) Reset()
func (*StandTagInfo) String ¶
func (x *StandTagInfo) String() string
type StandTagRequest ¶
type StandTagRequest struct { Mark string `protobuf:"bytes,1,opt,name=mark,proto3" json:"mark,omitempty"` SeasonId int64 `protobuf:"varint,2,opt,name=SeasonId,proto3" json:"SeasonId,omitempty"` Language string `protobuf:"bytes,3,opt,name=Language,proto3" json:"Language,omitempty"` //请求语言 1:zh 2:en // contains filtered or unexported fields }
func (*StandTagRequest) Descriptor
deprecated
func (*StandTagRequest) Descriptor() ([]byte, []int)
Deprecated: Use StandTagRequest.ProtoReflect.Descriptor instead.
func (*StandTagRequest) GetLanguage ¶
func (x *StandTagRequest) GetLanguage() string
func (*StandTagRequest) GetMark ¶
func (x *StandTagRequest) GetMark() string
func (*StandTagRequest) GetSeasonId ¶
func (x *StandTagRequest) GetSeasonId() int64
func (*StandTagRequest) ProtoMessage ¶
func (*StandTagRequest) ProtoMessage()
func (*StandTagRequest) ProtoReflect ¶
func (x *StandTagRequest) ProtoReflect() protoreflect.Message
func (*StandTagRequest) Reset ¶
func (x *StandTagRequest) Reset()
func (*StandTagRequest) String ¶
func (x *StandTagRequest) String() string
type StandTagResponse ¶
type StandTagResponse struct { List []*StandTagInfo `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*StandTagResponse) Descriptor
deprecated
func (*StandTagResponse) Descriptor() ([]byte, []int)
Deprecated: Use StandTagResponse.ProtoReflect.Descriptor instead.
func (*StandTagResponse) GetList ¶
func (x *StandTagResponse) GetList() []*StandTagInfo
func (*StandTagResponse) ProtoMessage ¶
func (*StandTagResponse) ProtoMessage()
func (*StandTagResponse) ProtoReflect ¶
func (x *StandTagResponse) ProtoReflect() protoreflect.Message
func (*StandTagResponse) Reset ¶
func (x *StandTagResponse) Reset()
func (*StandTagResponse) String ¶
func (x *StandTagResponse) String() string
type Starting ¶
type Starting struct { TeamId int64 `protobuf:"varint,3,opt,name=TeamId,proto3" json:"TeamId,omitempty"` //球队id TeamImage string `protobuf:"bytes,4,opt,name=TeamImage,proto3" json:"TeamImage,omitempty"` //球队队徽 TeamName string `protobuf:"bytes,5,opt,name=TeamName,proto3" json:"TeamName,omitempty"` //球队名称 CoachName string `protobuf:"bytes,10,opt,name=CoachName,proto3" json:"CoachName,omitempty"` //教练名称 // string Formation = 6; //阵容 // int64 WinRate = 7; //胜率 // int64 BigBallRate = 8; //大球率 // int64 CornerKickRate = 9; //大角球率 // string Score = 1; //例:score 8.5 Member []*Member `protobuf:"bytes,2,rep,name=member,proto3" json:"member,omitempty"` //球队成员 // contains filtered or unexported fields }
func (*Starting) Descriptor
deprecated
func (*Starting) GetCoachName ¶
func (*Starting) GetTeamImage ¶
func (*Starting) GetTeamName ¶
func (*Starting) ProtoMessage ¶
func (*Starting) ProtoMessage()
func (*Starting) ProtoReflect ¶
func (x *Starting) ProtoReflect() protoreflect.Message
type StatisticsDetail ¶
type StatisticsDetail struct { Total int64 `protobuf:"varint,1,opt,name=Total,proto3" json:"Total,omitempty"` //总场次 Win int64 `protobuf:"varint,2,opt,name=Win,proto3" json:"Win,omitempty"` //胜数 Lose int64 `protobuf:"varint,3,opt,name=Lose,proto3" json:"Lose,omitempty"` //负数 TeamName string `protobuf:"bytes,4,opt,name=TeamName,proto3" json:"TeamName,omitempty"` //球队名称 TeamImages string `protobuf:"bytes,5,opt,name=TeamImages,proto3" json:"TeamImages,omitempty"` //球队队徽 StatisticsList []*StatisticsListDetail `protobuf:"bytes,6,rep,name=StatisticsList,proto3" json:"StatisticsList,omitempty"` // contains filtered or unexported fields }
func (*StatisticsDetail) Descriptor
deprecated
func (*StatisticsDetail) Descriptor() ([]byte, []int)
Deprecated: Use StatisticsDetail.ProtoReflect.Descriptor instead.
func (*StatisticsDetail) GetLose ¶
func (x *StatisticsDetail) GetLose() int64
func (*StatisticsDetail) GetStatisticsList ¶
func (x *StatisticsDetail) GetStatisticsList() []*StatisticsListDetail
func (*StatisticsDetail) GetTeamImages ¶
func (x *StatisticsDetail) GetTeamImages() string
func (*StatisticsDetail) GetTeamName ¶
func (x *StatisticsDetail) GetTeamName() string
func (*StatisticsDetail) GetTotal ¶
func (x *StatisticsDetail) GetTotal() int64
func (*StatisticsDetail) GetWin ¶
func (x *StatisticsDetail) GetWin() int64
func (*StatisticsDetail) ProtoMessage ¶
func (*StatisticsDetail) ProtoMessage()
func (*StatisticsDetail) ProtoReflect ¶
func (x *StatisticsDetail) ProtoReflect() protoreflect.Message
func (*StatisticsDetail) Reset ¶
func (x *StatisticsDetail) Reset()
func (*StatisticsDetail) String ¶
func (x *StatisticsDetail) String() string
type StatisticsListDetail ¶
type StatisticsListDetail struct { EventId int64 `protobuf:"varint,1,opt,name=EventId,proto3" json:"EventId,omitempty"` //比赛id HomeTeamId int64 `protobuf:"varint,31,opt,name=HomeTeamId,proto3" json:"HomeTeamId,omitempty"` //主队id AwayTeamId int64 `protobuf:"varint,33,opt,name=AwayTeamId,proto3" json:"AwayTeamId,omitempty"` //客队id HistoricalDate int64 `protobuf:"varint,2,opt,name=HistoricalDate,proto3" json:"HistoricalDate,omitempty"` //日期/赛事 MatchName string `protobuf:"bytes,3,opt,name=MatchName,proto3" json:"MatchName,omitempty"` //赛事 Round string `protobuf:"bytes,20,opt,name=Round,proto3" json:"Round,omitempty"` //赛事轮次 MainTeamName string `protobuf:"bytes,4,opt,name=MainTeamName,proto3" json:"MainTeamName,omitempty"` //主队名称 CustTeamName string `protobuf:"bytes,7,opt,name=CustTeamName,proto3" json:"CustTeamName,omitempty"` //客队名称 ResultScore string `protobuf:"bytes,21,opt,name=ResultScore,proto3" json:"ResultScore,omitempty"` //结果比分 HalfCourtScore string `protobuf:"bytes,6,opt,name=HalfCourtScore,proto3" json:"HalfCourtScore,omitempty"` //半场分数(始终灰色) PointSpread float32 `protobuf:"fixed32,8,opt,name=PointSpread,proto3" json:"PointSpread,omitempty"` //让分 PointSpreadType int64 `protobuf:"varint,9,opt,name=PointSpreadType,proto3" json:"PointSpreadType,omitempty"` //让分类型(1:大|胜|赢,2:平|走,3:小|输) TotalScore float32 `protobuf:"fixed32,10,opt,name=TotalScore,proto3" json:"TotalScore,omitempty"` //总分 TotalScoreType int64 `protobuf:"varint,11,opt,name=TotalScoreType,proto3" json:"TotalScoreType,omitempty"` //总分类型(1:大|胜|赢,2:平|走,3:小|输) SameEvent bool `protobuf:"varint,12,opt,name=SameEvent,proto3" json:"SameEvent,omitempty"` //同比赛 SameHomeCourt bool `protobuf:"varint,13,opt,name=SameHomeCourt,proto3" json:"SameHomeCourt,omitempty"` //同主客 MarkType int64 `protobuf:"varint,14,opt,name=MarkType,proto3" json:"MarkType,omitempty"` //标记类型(1胜 2负) IsMainTeam bool `protobuf:"varint,15,opt,name=IsMainTeam,proto3" json:"IsMainTeam,omitempty"` //是否主队 MainScore int64 `protobuf:"varint,16,opt,name=MainScore,proto3" json:"MainScore,omitempty"` //主队比分 AwayScore int64 `protobuf:"varint,17,opt,name=AwayScore,proto3" json:"AwayScore,omitempty"` //客队比分 MainTeamLogo string `protobuf:"bytes,18,opt,name=MainTeamLogo,proto3" json:"MainTeamLogo,omitempty"` //主队图标 AwayTeamLogo string `protobuf:"bytes,19,opt,name=AwayTeamLogo,proto3" json:"AwayTeamLogo,omitempty"` //客队图标 TournamentId int64 `protobuf:"varint,22,opt,name=TournamentId,proto3" json:"TournamentId,omitempty"` //赛事id // contains filtered or unexported fields }
func (*StatisticsListDetail) Descriptor
deprecated
func (*StatisticsListDetail) Descriptor() ([]byte, []int)
Deprecated: Use StatisticsListDetail.ProtoReflect.Descriptor instead.
func (*StatisticsListDetail) GetAwayScore ¶
func (x *StatisticsListDetail) GetAwayScore() int64
func (*StatisticsListDetail) GetAwayTeamId ¶
func (x *StatisticsListDetail) GetAwayTeamId() int64
func (*StatisticsListDetail) GetAwayTeamLogo ¶
func (x *StatisticsListDetail) GetAwayTeamLogo() string
func (*StatisticsListDetail) GetCustTeamName ¶
func (x *StatisticsListDetail) GetCustTeamName() string
func (*StatisticsListDetail) GetEventId ¶
func (x *StatisticsListDetail) GetEventId() int64
func (*StatisticsListDetail) GetHalfCourtScore ¶
func (x *StatisticsListDetail) GetHalfCourtScore() string
func (*StatisticsListDetail) GetHistoricalDate ¶
func (x *StatisticsListDetail) GetHistoricalDate() int64
func (*StatisticsListDetail) GetHomeTeamId ¶
func (x *StatisticsListDetail) GetHomeTeamId() int64
func (*StatisticsListDetail) GetIsMainTeam ¶
func (x *StatisticsListDetail) GetIsMainTeam() bool
func (*StatisticsListDetail) GetMainScore ¶
func (x *StatisticsListDetail) GetMainScore() int64
func (*StatisticsListDetail) GetMainTeamLogo ¶
func (x *StatisticsListDetail) GetMainTeamLogo() string
func (*StatisticsListDetail) GetMainTeamName ¶
func (x *StatisticsListDetail) GetMainTeamName() string
func (*StatisticsListDetail) GetMarkType ¶
func (x *StatisticsListDetail) GetMarkType() int64
func (*StatisticsListDetail) GetMatchName ¶
func (x *StatisticsListDetail) GetMatchName() string
func (*StatisticsListDetail) GetPointSpread ¶
func (x *StatisticsListDetail) GetPointSpread() float32
func (*StatisticsListDetail) GetPointSpreadType ¶
func (x *StatisticsListDetail) GetPointSpreadType() int64
func (*StatisticsListDetail) GetResultScore ¶
func (x *StatisticsListDetail) GetResultScore() string
func (*StatisticsListDetail) GetRound ¶
func (x *StatisticsListDetail) GetRound() string
func (*StatisticsListDetail) GetSameEvent ¶
func (x *StatisticsListDetail) GetSameEvent() bool
func (*StatisticsListDetail) GetSameHomeCourt ¶
func (x *StatisticsListDetail) GetSameHomeCourt() bool
func (*StatisticsListDetail) GetTotalScore ¶
func (x *StatisticsListDetail) GetTotalScore() float32
func (*StatisticsListDetail) GetTotalScoreType ¶
func (x *StatisticsListDetail) GetTotalScoreType() int64
func (*StatisticsListDetail) GetTournamentId ¶
func (x *StatisticsListDetail) GetTournamentId() int64
func (*StatisticsListDetail) ProtoMessage ¶
func (*StatisticsListDetail) ProtoMessage()
func (*StatisticsListDetail) ProtoReflect ¶
func (x *StatisticsListDetail) ProtoReflect() protoreflect.Message
func (*StatisticsListDetail) Reset ¶
func (x *StatisticsListDetail) Reset()
func (*StatisticsListDetail) String ¶
func (x *StatisticsListDetail) String() string
type StatisticsRequest ¶
type StatisticsRequest struct { SportId string `protobuf:"bytes,1,opt,name=SportId,proto3" json:"SportId,omitempty"` //1足球 2篮球 EventId string `protobuf:"bytes,2,opt,name=EventId,proto3" json:"EventId,omitempty"` //比赛id Language string `protobuf:"bytes,3,opt,name=Language,proto3" json:"Language,omitempty"` //请求语言 1:zh 2:en // contains filtered or unexported fields }
赛事详情-数据
func (*StatisticsRequest) Descriptor
deprecated
func (*StatisticsRequest) Descriptor() ([]byte, []int)
Deprecated: Use StatisticsRequest.ProtoReflect.Descriptor instead.
func (*StatisticsRequest) GetEventId ¶
func (x *StatisticsRequest) GetEventId() string
func (*StatisticsRequest) GetLanguage ¶
func (x *StatisticsRequest) GetLanguage() string
func (*StatisticsRequest) GetSportId ¶
func (x *StatisticsRequest) GetSportId() string
func (*StatisticsRequest) ProtoMessage ¶
func (*StatisticsRequest) ProtoMessage()
func (*StatisticsRequest) ProtoReflect ¶
func (x *StatisticsRequest) ProtoReflect() protoreflect.Message
func (*StatisticsRequest) Reset ¶
func (x *StatisticsRequest) Reset()
func (*StatisticsRequest) String ¶
func (x *StatisticsRequest) String() string
type StatisticsResponse ¶
type StatisticsResponse struct { Historical *StatisticsDetail `protobuf:"bytes,4,opt,name=Historical,proto3" json:"Historical,omitempty"` //历史交锋 Lately *Lately `protobuf:"bytes,3,opt,name=Lately,proto3" json:"Lately,omitempty"` //近期战绩 Future *Future `protobuf:"bytes,5,opt,name=Future,proto3" json:"Future,omitempty"` //未来赛程 - 5条 StartTime int64 `protobuf:"varint,1,opt,name=StartTime,proto3" json:"StartTime,omitempty"` //比赛开始时间 MatchStatus int64 `protobuf:"varint,2,opt,name=MatchStatus,proto3" json:"MatchStatus,omitempty"` //数据中心的比赛状态 HomeTeamId int64 `protobuf:"varint,6,opt,name=HomeTeamId,proto3" json:"HomeTeamId,omitempty"` //主队ID AwayTeamId int64 `protobuf:"varint,7,opt,name=AwayTeamId,proto3" json:"AwayTeamId,omitempty"` //客队ID // contains filtered or unexported fields }
func (*StatisticsResponse) Descriptor
deprecated
func (*StatisticsResponse) Descriptor() ([]byte, []int)
Deprecated: Use StatisticsResponse.ProtoReflect.Descriptor instead.
func (*StatisticsResponse) GetAwayTeamId ¶
func (x *StatisticsResponse) GetAwayTeamId() int64
func (*StatisticsResponse) GetFuture ¶
func (x *StatisticsResponse) GetFuture() *Future
func (*StatisticsResponse) GetHistorical ¶
func (x *StatisticsResponse) GetHistorical() *StatisticsDetail
func (*StatisticsResponse) GetHomeTeamId ¶
func (x *StatisticsResponse) GetHomeTeamId() int64
func (*StatisticsResponse) GetLately ¶
func (x *StatisticsResponse) GetLately() *Lately
func (*StatisticsResponse) GetMatchStatus ¶
func (x *StatisticsResponse) GetMatchStatus() int64
func (*StatisticsResponse) GetStartTime ¶
func (x *StatisticsResponse) GetStartTime() int64
func (*StatisticsResponse) ProtoMessage ¶
func (*StatisticsResponse) ProtoMessage()
func (*StatisticsResponse) ProtoReflect ¶
func (x *StatisticsResponse) ProtoReflect() protoreflect.Message
func (*StatisticsResponse) Reset ¶
func (x *StatisticsResponse) Reset()
func (*StatisticsResponse) String ¶
func (x *StatisticsResponse) String() string
type TeamData ¶
type TeamData struct { RegularSeasonRank int64 `protobuf:"varint,1,opt,name=regular_season_rank,json=regularSeasonRank,proto3" json:"regular_season_rank,omitempty"` TeamId int64 `protobuf:"varint,2,opt,name=team_id,json=teamId,proto3" json:"team_id,omitempty"` TeamName string `protobuf:"bytes,3,opt,name=team_name,json=teamName,proto3" json:"team_name,omitempty"` TeamImage string `protobuf:"bytes,4,opt,name=team_image,json=teamImage,proto3" json:"team_image,omitempty"` // contains filtered or unexported fields }
func (*TeamData) Descriptor
deprecated
func (*TeamData) GetRegularSeasonRank ¶
func (*TeamData) GetTeamImage ¶
func (*TeamData) GetTeamName ¶
func (*TeamData) ProtoMessage ¶
func (*TeamData) ProtoMessage()
func (*TeamData) ProtoReflect ¶
func (x *TeamData) ProtoReflect() protoreflect.Message
type TeamInfo ¶
type TeamInfo struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` //主队名称 TeamId int64 `protobuf:"varint,3,opt,name=teamId,proto3" json:"teamId,omitempty"` //队伍id TeamIcon string `protobuf:"bytes,6,opt,name=teamIcon,proto3" json:"teamIcon,omitempty"` //图标 ComName string `protobuf:"bytes,4,opt,name=comName,proto3" json:"comName,omitempty"` //当前队伍的联赛名称 Rank string `protobuf:"bytes,9,opt,name=rank,proto3" json:"rank,omitempty"` //排名 Scores []*Realscore `protobuf:"bytes,5,rep,name=scores,proto3" json:"scores,omitempty"` //得分数组 // contains filtered or unexported fields }
func (*TeamInfo) Descriptor
deprecated
func (*TeamInfo) GetComName ¶
func (*TeamInfo) GetTeamIcon ¶
func (*TeamInfo) ProtoMessage ¶
func (*TeamInfo) ProtoMessage()
func (*TeamInfo) ProtoReflect ¶
func (x *TeamInfo) ProtoReflect() protoreflect.Message
type TeamRows ¶
type TeamRows struct { FrontTeam *TeamData `protobuf:"bytes,1,opt,name=front_team,json=frontTeam,proto3" json:"front_team,omitempty"` LateTeam *TeamData `protobuf:"bytes,2,opt,name=late_team,json=lateTeam,proto3" json:"late_team,omitempty"` Rounds int64 `protobuf:"varint,3,opt,name=rounds,proto3" json:"rounds,omitempty"` Score string `protobuf:"bytes,4,opt,name=score,proto3" json:"score,omitempty"` PromotionTeamId int64 `protobuf:"varint,5,opt,name=promotion_team_id,json=promotionTeamId,proto3" json:"promotion_team_id,omitempty"` EventStatusResult int64 `protobuf:"varint,11,opt,name=event_status_result,json=eventStatusResult,proto3" json:"event_status_result,omitempty"` IsBye bool `protobuf:"varint,6,opt,name=is_bye,json=isBye,proto3" json:"is_bye,omitempty"` // contains filtered or unexported fields }
func (*TeamRows) Descriptor
deprecated
func (*TeamRows) GetEventStatusResult ¶
func (*TeamRows) GetFrontTeam ¶
func (*TeamRows) GetLateTeam ¶
func (*TeamRows) GetPromotionTeamId ¶
func (*TeamRows) ProtoMessage ¶
func (*TeamRows) ProtoMessage()
func (*TeamRows) ProtoReflect ¶
func (x *TeamRows) ProtoReflect() protoreflect.Message
type TeamStandList ¶
type TeamStandList struct { Id int64 `protobuf:"varint,3,opt,name=Id,proto3" json:"Id,omitempty"` //id TeamName string `protobuf:"bytes,4,opt,name=TeamName,proto3" json:"TeamName,omitempty"` // //队伍名称 EnName string `protobuf:"bytes,1,opt,name=EnName,proto3" json:"EnName,omitempty"` // //队伍名称 TeamImageLeyu string `protobuf:"bytes,6,opt,name=TeamImageLeyu,proto3" json:"TeamImageLeyu,omitempty"` //队伍头像 Val int64 `protobuf:"varint,7,opt,name=Val,proto3" json:"Val,omitempty"` //总数 Vals string `protobuf:"bytes,8,opt,name=Vals,proto3" json:"Vals,omitempty"` //总数% // contains filtered or unexported fields }
func (*TeamStandList) Descriptor
deprecated
func (*TeamStandList) Descriptor() ([]byte, []int)
Deprecated: Use TeamStandList.ProtoReflect.Descriptor instead.
func (*TeamStandList) GetEnName ¶
func (x *TeamStandList) GetEnName() string
func (*TeamStandList) GetId ¶
func (x *TeamStandList) GetId() int64
func (*TeamStandList) GetTeamImageLeyu ¶
func (x *TeamStandList) GetTeamImageLeyu() string
func (*TeamStandList) GetTeamName ¶
func (x *TeamStandList) GetTeamName() string
func (*TeamStandList) GetVal ¶
func (x *TeamStandList) GetVal() int64
func (*TeamStandList) GetVals ¶
func (x *TeamStandList) GetVals() string
func (*TeamStandList) ProtoMessage ¶
func (*TeamStandList) ProtoMessage()
func (*TeamStandList) ProtoReflect ¶
func (x *TeamStandList) ProtoReflect() protoreflect.Message
func (*TeamStandList) Reset ¶
func (x *TeamStandList) Reset()
func (*TeamStandList) String ¶
func (x *TeamStandList) String() string
type TeamStandRequest ¶
type TeamStandRequest struct { Language string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"` //请求语言 1:zh 2:en SeasonId int64 `protobuf:"varint,6,opt,name=SeasonId,proto3" json:"SeasonId,omitempty"` //年份对应id Mark string `protobuf:"bytes,5,opt,name=Mark,proto3" json:"Mark,omitempty"` //标记( goals/points:进球 ) Page int64 `protobuf:"varint,7,opt,name=Page,proto3" json:"Page,omitempty"` //页码 PageSize int64 `protobuf:"varint,8,opt,name=PageSize,proto3" json:"PageSize,omitempty"` //个数 // contains filtered or unexported fields }
request 球队榜
func (*TeamStandRequest) Descriptor
deprecated
func (*TeamStandRequest) Descriptor() ([]byte, []int)
Deprecated: Use TeamStandRequest.ProtoReflect.Descriptor instead.
func (*TeamStandRequest) GetLanguage ¶
func (x *TeamStandRequest) GetLanguage() string
func (*TeamStandRequest) GetMark ¶
func (x *TeamStandRequest) GetMark() string
func (*TeamStandRequest) GetPage ¶
func (x *TeamStandRequest) GetPage() int64
func (*TeamStandRequest) GetPageSize ¶
func (x *TeamStandRequest) GetPageSize() int64
func (*TeamStandRequest) GetSeasonId ¶
func (x *TeamStandRequest) GetSeasonId() int64
func (*TeamStandRequest) ProtoMessage ¶
func (*TeamStandRequest) ProtoMessage()
func (*TeamStandRequest) ProtoReflect ¶
func (x *TeamStandRequest) ProtoReflect() protoreflect.Message
func (*TeamStandRequest) Reset ¶
func (x *TeamStandRequest) Reset()
func (*TeamStandRequest) String ¶
func (x *TeamStandRequest) String() string
type TeamStandResponse ¶
type TeamStandResponse struct { Count int64 `protobuf:"varint,5,opt,name=Count,proto3" json:"Count,omitempty"` //总数 List []*TeamStandList `protobuf:"bytes,6,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*TeamStandResponse) Descriptor
deprecated
func (*TeamStandResponse) Descriptor() ([]byte, []int)
Deprecated: Use TeamStandResponse.ProtoReflect.Descriptor instead.
func (*TeamStandResponse) GetCount ¶
func (x *TeamStandResponse) GetCount() int64
func (*TeamStandResponse) GetList ¶
func (x *TeamStandResponse) GetList() []*TeamStandList
func (*TeamStandResponse) ProtoMessage ¶
func (*TeamStandResponse) ProtoMessage()
func (*TeamStandResponse) ProtoReflect ¶
func (x *TeamStandResponse) ProtoReflect() protoreflect.Message
func (*TeamStandResponse) Reset ¶
func (x *TeamStandResponse) Reset()
func (*TeamStandResponse) String ¶
func (x *TeamStandResponse) String() string
type TeamsStatistics ¶
type TeamsStatistics struct { MainTeamImages string `protobuf:"bytes,15,opt,name=MainTeamImages,proto3" json:"MainTeamImages,omitempty"` AwayTeamImages string `protobuf:"bytes,16,opt,name=AwayTeamImages,proto3" json:"AwayTeamImages,omitempty"` MainTeamName string `protobuf:"bytes,2,opt,name=MainTeamName,proto3" json:"MainTeamName,omitempty"` AwayTeamName string `protobuf:"bytes,3,opt,name=AwayTeamName,proto3" json:"AwayTeamName,omitempty"` MainTeamId int64 `protobuf:"varint,4,opt,name=MainTeamId,proto3" json:"MainTeamId,omitempty"` AwayTeamId int64 `protobuf:"varint,5,opt,name=AwayTeamId,proto3" json:"AwayTeamId,omitempty"` Teamstatistices []*Teamstatistic `protobuf:"bytes,1,rep,name=teamstatistices,proto3" json:"teamstatistices,omitempty"` // contains filtered or unexported fields }
func (*TeamsStatistics) Descriptor
deprecated
func (*TeamsStatistics) Descriptor() ([]byte, []int)
Deprecated: Use TeamsStatistics.ProtoReflect.Descriptor instead.
func (*TeamsStatistics) GetAwayTeamId ¶
func (x *TeamsStatistics) GetAwayTeamId() int64
func (*TeamsStatistics) GetAwayTeamImages ¶
func (x *TeamsStatistics) GetAwayTeamImages() string
func (*TeamsStatistics) GetAwayTeamName ¶
func (x *TeamsStatistics) GetAwayTeamName() string
func (*TeamsStatistics) GetMainTeamId ¶
func (x *TeamsStatistics) GetMainTeamId() int64
func (*TeamsStatistics) GetMainTeamImages ¶
func (x *TeamsStatistics) GetMainTeamImages() string
func (*TeamsStatistics) GetMainTeamName ¶
func (x *TeamsStatistics) GetMainTeamName() string
func (*TeamsStatistics) GetTeamstatistices ¶
func (x *TeamsStatistics) GetTeamstatistices() []*Teamstatistic
func (*TeamsStatistics) ProtoMessage ¶
func (*TeamsStatistics) ProtoMessage()
func (*TeamsStatistics) ProtoReflect ¶
func (x *TeamsStatistics) ProtoReflect() protoreflect.Message
func (*TeamsStatistics) Reset ¶
func (x *TeamsStatistics) Reset()
func (*TeamsStatistics) String ¶
func (x *TeamsStatistics) String() string
type Teamstatistic ¶
type Teamstatistic struct { MainScore int64 `protobuf:"varint,3,opt,name=MainScore,proto3" json:"MainScore,omitempty"` AwayScore int64 `protobuf:"varint,4,opt,name=AwayScore,proto3" json:"AwayScore,omitempty"` TagName string `protobuf:"bytes,5,opt,name=TagName,proto3" json:"TagName,omitempty"` // contains filtered or unexported fields }
func (*Teamstatistic) Descriptor
deprecated
func (*Teamstatistic) Descriptor() ([]byte, []int)
Deprecated: Use Teamstatistic.ProtoReflect.Descriptor instead.
func (*Teamstatistic) GetAwayScore ¶
func (x *Teamstatistic) GetAwayScore() int64
func (*Teamstatistic) GetMainScore ¶
func (x *Teamstatistic) GetMainScore() int64
func (*Teamstatistic) GetTagName ¶
func (x *Teamstatistic) GetTagName() string
func (*Teamstatistic) ProtoMessage ¶
func (*Teamstatistic) ProtoMessage()
func (*Teamstatistic) ProtoReflect ¶
func (x *Teamstatistic) ProtoReflect() protoreflect.Message
func (*Teamstatistic) Reset ¶
func (x *Teamstatistic) Reset()
func (*Teamstatistic) String ¶
func (x *Teamstatistic) String() string
type TournamentInfo ¶
type TournamentInfo struct { TournamentId int64 `protobuf:"varint,1,opt,name=tournamentId,proto3" json:"tournamentId,omitempty"` Count int64 `protobuf:"varint,4,opt,name=count,proto3" json:"count,omitempty"` TournamentName string `protobuf:"bytes,2,opt,name=tournamentName,proto3" json:"tournamentName,omitempty"` ChInitials string `protobuf:"bytes,3,opt,name=chInitials,proto3" json:"chInitials,omitempty"` // contains filtered or unexported fields }
func (*TournamentInfo) Descriptor
deprecated
func (*TournamentInfo) Descriptor() ([]byte, []int)
Deprecated: Use TournamentInfo.ProtoReflect.Descriptor instead.
func (*TournamentInfo) GetChInitials ¶
func (x *TournamentInfo) GetChInitials() string
func (*TournamentInfo) GetCount ¶
func (x *TournamentInfo) GetCount() int64
func (*TournamentInfo) GetTournamentId ¶
func (x *TournamentInfo) GetTournamentId() int64
func (*TournamentInfo) GetTournamentName ¶
func (x *TournamentInfo) GetTournamentName() string
func (*TournamentInfo) ProtoMessage ¶
func (*TournamentInfo) ProtoMessage()
func (*TournamentInfo) ProtoReflect ¶
func (x *TournamentInfo) ProtoReflect() protoreflect.Message
func (*TournamentInfo) Reset ¶
func (x *TournamentInfo) Reset()
func (*TournamentInfo) String ¶
func (x *TournamentInfo) String() string
type TypeStatusRequest ¶
type TypeStatusRequest struct { DataType int64 `protobuf:"varint,1,opt,name=DataType,proto3" json:"DataType,omitempty"` //type DataId int64 `protobuf:"varint,2,opt,name=DataId,proto3" json:"DataId,omitempty"` // DataId2 int64 `protobuf:"varint,3,opt,name=DataId2,proto3" json:"DataId2,omitempty"` // Language string `protobuf:"bytes,4,opt,name=Language,proto3" json:"Language,omitempty"` //请求语言 1:zh 2:en // contains filtered or unexported fields }
func (*TypeStatusRequest) Descriptor
deprecated
func (*TypeStatusRequest) Descriptor() ([]byte, []int)
Deprecated: Use TypeStatusRequest.ProtoReflect.Descriptor instead.
func (*TypeStatusRequest) GetDataId ¶
func (x *TypeStatusRequest) GetDataId() int64
func (*TypeStatusRequest) GetDataId2 ¶
func (x *TypeStatusRequest) GetDataId2() int64
func (*TypeStatusRequest) GetDataType ¶
func (x *TypeStatusRequest) GetDataType() int64
func (*TypeStatusRequest) GetLanguage ¶
func (x *TypeStatusRequest) GetLanguage() string
func (*TypeStatusRequest) ProtoMessage ¶
func (*TypeStatusRequest) ProtoMessage()
func (*TypeStatusRequest) ProtoReflect ¶
func (x *TypeStatusRequest) ProtoReflect() protoreflect.Message
func (*TypeStatusRequest) Reset ¶
func (x *TypeStatusRequest) Reset()
func (*TypeStatusRequest) String ¶
func (x *TypeStatusRequest) String() string
type TypeStatusResponse ¶
type TypeStatusResponse struct { TypeStatus int64 `protobuf:"varint,1,opt,name=TypeStatus,proto3" json:"TypeStatus,omitempty"` // contains filtered or unexported fields }
func (*TypeStatusResponse) Descriptor
deprecated
func (*TypeStatusResponse) Descriptor() ([]byte, []int)
Deprecated: Use TypeStatusResponse.ProtoReflect.Descriptor instead.
func (*TypeStatusResponse) GetTypeStatus ¶
func (x *TypeStatusResponse) GetTypeStatus() int64
func (*TypeStatusResponse) ProtoMessage ¶
func (*TypeStatusResponse) ProtoMessage()
func (*TypeStatusResponse) ProtoReflect ¶
func (x *TypeStatusResponse) ProtoReflect() protoreflect.Message
func (*TypeStatusResponse) Reset ¶
func (x *TypeStatusResponse) Reset()
func (*TypeStatusResponse) String ¶
func (x *TypeStatusResponse) String() string
type UnimplementedBasketBallServer ¶
type UnimplementedBasketBallServer struct { }
UnimplementedBasketBallServer can be embedded to have forward compatible implementations.
func (*UnimplementedBasketBallServer) FiltrationId ¶
func (*UnimplementedBasketBallServer) FiltrationId(context.Context, *FiltrationRequest) (*Response, error)
func (*UnimplementedBasketBallServer) GetCheckExistence ¶
func (*UnimplementedBasketBallServer) GetCheckExistence(context.Context, *CheckExistenceRequest) (*Response, error)
func (*UnimplementedBasketBallServer) GetCheckExistenceData ¶
func (*UnimplementedBasketBallServer) GetCheckExistenceData(context.Context, *CheckExistenceDataRequest) (*Response, error)
func (*UnimplementedBasketBallServer) GetCountry ¶
func (*UnimplementedBasketBallServer) GetCountry(context.Context, *CountryRequest) (*Response, error)
func (*UnimplementedBasketBallServer) GetDataPromotion ¶
func (*UnimplementedBasketBallServer) GetDataPromotion(context.Context, *DataPromotionRequest) (*Response, error)
func (*UnimplementedBasketBallServer) GetLeagueStand ¶
func (*UnimplementedBasketBallServer) GetLeagueStand(context.Context, *LeagueStandRequest) (*Response, error)
func (*UnimplementedBasketBallServer) GetMatchComment ¶
func (*UnimplementedBasketBallServer) GetMatchComment(context.Context, *LiveRequest) (*Response, error)
func (*UnimplementedBasketBallServer) GetMatchCommentTab ¶
func (*UnimplementedBasketBallServer) GetMatchCommentTab(context.Context, *LiveTabRequest) (*Response, error)
func (*UnimplementedBasketBallServer) GetMatchDate ¶
func (*UnimplementedBasketBallServer) GetMatchDate(context.Context, *MatchDateRequest) (*Response, error)
func (*UnimplementedBasketBallServer) GetMatchDetail ¶
func (*UnimplementedBasketBallServer) GetMatchDetail(context.Context, *StatisticsRequest) (*Response, error)
func (*UnimplementedBasketBallServer) GetMatchFiltrate ¶
func (*UnimplementedBasketBallServer) GetMatchFiltrate(context.Context, *MatchFiltrateRequest) (*Response, error)
func (*UnimplementedBasketBallServer) GetMatchLineup ¶
func (*UnimplementedBasketBallServer) GetMatchLineup(context.Context, *LineupRequest) (*Response, error)
func (*UnimplementedBasketBallServer) GetMatchList ¶
func (*UnimplementedBasketBallServer) GetMatchList(context.Context, *MatchListRequest) (*Response, error)
func (*UnimplementedBasketBallServer) GetMatchOddList ¶
func (*UnimplementedBasketBallServer) GetMatchOddList(context.Context, *OddListRequest) (*Response, error)
func (*UnimplementedBasketBallServer) GetMatchOddListDetail ¶
func (*UnimplementedBasketBallServer) GetMatchOddListDetail(context.Context, *OddDetailRequest) (*Response, error)
func (*UnimplementedBasketBallServer) GetMatchRealTime ¶
func (*UnimplementedBasketBallServer) GetMatchRealTime(context.Context, *MatchRealTimeRequest) (*Response, error)
func (*UnimplementedBasketBallServer) GetMatchRealTimeV2 ¶
func (*UnimplementedBasketBallServer) GetMatchRealTimeV2(context.Context, *MatchRealTimeRequestV2) (*Response, error)
func (*UnimplementedBasketBallServer) GetMatchResult ¶
func (*UnimplementedBasketBallServer) GetMatchResult(context.Context, *MatchResultRequest) (*Response, error)
func (*UnimplementedBasketBallServer) GetPlayerStand ¶
func (*UnimplementedBasketBallServer) GetPlayerStand(context.Context, *PlayerStandRequest) (*Response, error)
func (*UnimplementedBasketBallServer) GetSeasonList ¶
func (*UnimplementedBasketBallServer) GetSeasonList(context.Context, *SeasonListRequest) (*Response, error)
func (*UnimplementedBasketBallServer) GetStandTag ¶
func (*UnimplementedBasketBallServer) GetStandTag(context.Context, *StandTagRequest) (*Response, error)
func (*UnimplementedBasketBallServer) GetTeamStand ¶
func (*UnimplementedBasketBallServer) GetTeamStand(context.Context, *TeamStandRequest) (*Response, error)
func (*UnimplementedBasketBallServer) GetTypeStatus ¶
func (*UnimplementedBasketBallServer) GetTypeStatus(context.Context, *TypeStatusRequest) (*Response, error)
func (*UnimplementedBasketBallServer) MatchAgainstDetail ¶
func (*UnimplementedBasketBallServer) MatchAgainstDetail(context.Context, *MatchInfoRequest) (*Response, error)
func (*UnimplementedBasketBallServer) MatchDetailAll ¶
func (*UnimplementedBasketBallServer) MatchDetailAll(context.Context, *MatchDetailAllRequest) (*Response, error)
func (*UnimplementedBasketBallServer) MatchFinish ¶
func (*UnimplementedBasketBallServer) MatchFinish(context.Context, *FinishMatchRequest) (*Response, error)
func (*UnimplementedBasketBallServer) SendComment ¶
func (*UnimplementedBasketBallServer) SendComment(context.Context, *DataCenterCommentRequest) (*DataCenterResponse, error)
func (*UnimplementedBasketBallServer) SendLiveScore ¶
func (*UnimplementedBasketBallServer) SendLiveScore(context.Context, *DataCenterLiveScoreRequest) (*DataCenterResponse, error)
func (*UnimplementedBasketBallServer) V2MatchAsiaOddsAndBigBallList ¶
func (*UnimplementedBasketBallServer) V2MatchAsiaOddsAndBigBallList(context.Context, *V2BasketMatchAsiaOddsAndBigBallListRequest) (*Response, error)
func (*UnimplementedBasketBallServer) V2MatchEuropeanOddsList ¶
func (*UnimplementedBasketBallServer) V2MatchEuropeanOddsList(context.Context, *V2BasketMatchEuropeanOddsListRequest) (*Response, error)
func (*UnimplementedBasketBallServer) V2MatchOddsDetail ¶
func (*UnimplementedBasketBallServer) V2MatchOddsDetail(context.Context, *V2BasketMatchOddsDetailRequest) (*Response, error)
type V2BasketMatchAsiaOddsAndBigBallInfo ¶
type V2BasketMatchAsiaOddsAndBigBallInfo struct { CompanyId int64 `protobuf:"varint,1,opt,name=companyId,proto3" json:"companyId,omitempty"` //公司id CompanyName string `protobuf:"bytes,2,opt,name=companyName,proto3" json:"companyName,omitempty"` //公司名称 InitOdds []string `protobuf:"bytes,3,rep,name=initOdds,proto3" json:"initOdds,omitempty"` CurrOdds []string `protobuf:"bytes,4,rep,name=currOdds,proto3" json:"currOdds,omitempty"` Times int64 `protobuf:"varint,5,opt,name=times,proto3" json:"times,omitempty"` Mark int64 `protobuf:"varint,6,opt,name=mark,proto3" json:"mark,omitempty"` //最早和最晚:1.最早;2.最晚;0.无。指数列表使用 // contains filtered or unexported fields }
func (*V2BasketMatchAsiaOddsAndBigBallInfo) Descriptor
deprecated
func (*V2BasketMatchAsiaOddsAndBigBallInfo) Descriptor() ([]byte, []int)
Deprecated: Use V2BasketMatchAsiaOddsAndBigBallInfo.ProtoReflect.Descriptor instead.
func (*V2BasketMatchAsiaOddsAndBigBallInfo) GetCompanyId ¶
func (x *V2BasketMatchAsiaOddsAndBigBallInfo) GetCompanyId() int64
func (*V2BasketMatchAsiaOddsAndBigBallInfo) GetCompanyName ¶
func (x *V2BasketMatchAsiaOddsAndBigBallInfo) GetCompanyName() string
func (*V2BasketMatchAsiaOddsAndBigBallInfo) GetCurrOdds ¶
func (x *V2BasketMatchAsiaOddsAndBigBallInfo) GetCurrOdds() []string
func (*V2BasketMatchAsiaOddsAndBigBallInfo) GetInitOdds ¶
func (x *V2BasketMatchAsiaOddsAndBigBallInfo) GetInitOdds() []string
func (*V2BasketMatchAsiaOddsAndBigBallInfo) GetMark ¶
func (x *V2BasketMatchAsiaOddsAndBigBallInfo) GetMark() int64
func (*V2BasketMatchAsiaOddsAndBigBallInfo) GetTimes ¶
func (x *V2BasketMatchAsiaOddsAndBigBallInfo) GetTimes() int64
func (*V2BasketMatchAsiaOddsAndBigBallInfo) ProtoMessage ¶
func (*V2BasketMatchAsiaOddsAndBigBallInfo) ProtoMessage()
func (*V2BasketMatchAsiaOddsAndBigBallInfo) ProtoReflect ¶
func (x *V2BasketMatchAsiaOddsAndBigBallInfo) ProtoReflect() protoreflect.Message
func (*V2BasketMatchAsiaOddsAndBigBallInfo) Reset ¶
func (x *V2BasketMatchAsiaOddsAndBigBallInfo) Reset()
func (*V2BasketMatchAsiaOddsAndBigBallInfo) String ¶
func (x *V2BasketMatchAsiaOddsAndBigBallInfo) String() string
type V2BasketMatchAsiaOddsAndBigBallListRequest ¶
type V2BasketMatchAsiaOddsAndBigBallListRequest struct { OddType int64 `protobuf:"varint,1,opt,name=oddType,proto3" json:"oddType,omitempty"` //odd 1压盘 2大小球 EventId int64 `protobuf:"varint,2,opt,name=eventId,proto3" json:"eventId,omitempty"` //比赛id Language string `protobuf:"bytes,3,opt,name=language,proto3" json:"language,omitempty"` //请求语言 TimeZone int64 `protobuf:"varint,6,opt,name=timeZone,proto3" json:"timeZone,omitempty"` //时区 Odds int64 `protobuf:"varint,7,opt,name=odds,proto3" json:"odds,omitempty"` //是否是赔率页面使用;0.否;1.是 // contains filtered or unexported fields }
v2 即时比赛列表 - 比赛详情 - 指数列表 - 亚赔(HDP)和大小球(O/U)列表
func (*V2BasketMatchAsiaOddsAndBigBallListRequest) Descriptor
deprecated
func (*V2BasketMatchAsiaOddsAndBigBallListRequest) Descriptor() ([]byte, []int)
Deprecated: Use V2BasketMatchAsiaOddsAndBigBallListRequest.ProtoReflect.Descriptor instead.
func (*V2BasketMatchAsiaOddsAndBigBallListRequest) GetEventId ¶
func (x *V2BasketMatchAsiaOddsAndBigBallListRequest) GetEventId() int64
func (*V2BasketMatchAsiaOddsAndBigBallListRequest) GetLanguage ¶
func (x *V2BasketMatchAsiaOddsAndBigBallListRequest) GetLanguage() string
func (*V2BasketMatchAsiaOddsAndBigBallListRequest) GetOddType ¶
func (x *V2BasketMatchAsiaOddsAndBigBallListRequest) GetOddType() int64
func (*V2BasketMatchAsiaOddsAndBigBallListRequest) GetOdds ¶
func (x *V2BasketMatchAsiaOddsAndBigBallListRequest) GetOdds() int64
func (*V2BasketMatchAsiaOddsAndBigBallListRequest) GetTimeZone ¶
func (x *V2BasketMatchAsiaOddsAndBigBallListRequest) GetTimeZone() int64
func (*V2BasketMatchAsiaOddsAndBigBallListRequest) ProtoMessage ¶
func (*V2BasketMatchAsiaOddsAndBigBallListRequest) ProtoMessage()
func (*V2BasketMatchAsiaOddsAndBigBallListRequest) ProtoReflect ¶
func (x *V2BasketMatchAsiaOddsAndBigBallListRequest) ProtoReflect() protoreflect.Message
func (*V2BasketMatchAsiaOddsAndBigBallListRequest) Reset ¶
func (x *V2BasketMatchAsiaOddsAndBigBallListRequest) Reset()
func (*V2BasketMatchAsiaOddsAndBigBallListRequest) String ¶
func (x *V2BasketMatchAsiaOddsAndBigBallListRequest) String() string
type V2BasketMatchAsiaOddsAndBigBallListResponse ¶
type V2BasketMatchAsiaOddsAndBigBallListResponse struct { Info []*V2BasketMatchAsiaOddsAndBigBallInfo `protobuf:"bytes,3,rep,name=info,proto3" json:"info,omitempty"` // contains filtered or unexported fields }
func (*V2BasketMatchAsiaOddsAndBigBallListResponse) Descriptor
deprecated
func (*V2BasketMatchAsiaOddsAndBigBallListResponse) Descriptor() ([]byte, []int)
Deprecated: Use V2BasketMatchAsiaOddsAndBigBallListResponse.ProtoReflect.Descriptor instead.
func (*V2BasketMatchAsiaOddsAndBigBallListResponse) GetInfo ¶
func (x *V2BasketMatchAsiaOddsAndBigBallListResponse) GetInfo() []*V2BasketMatchAsiaOddsAndBigBallInfo
func (*V2BasketMatchAsiaOddsAndBigBallListResponse) ProtoMessage ¶
func (*V2BasketMatchAsiaOddsAndBigBallListResponse) ProtoMessage()
func (*V2BasketMatchAsiaOddsAndBigBallListResponse) ProtoReflect ¶
func (x *V2BasketMatchAsiaOddsAndBigBallListResponse) ProtoReflect() protoreflect.Message
func (*V2BasketMatchAsiaOddsAndBigBallListResponse) Reset ¶
func (x *V2BasketMatchAsiaOddsAndBigBallListResponse) Reset()
func (*V2BasketMatchAsiaOddsAndBigBallListResponse) String ¶
func (x *V2BasketMatchAsiaOddsAndBigBallListResponse) String() string
type V2BasketMatchEuropeanOddsListRequest ¶
type V2BasketMatchEuropeanOddsListRequest struct { EventId int64 `protobuf:"varint,1,opt,name=eventId,proto3" json:"eventId,omitempty"` //比赛id Language string `protobuf:"bytes,2,opt,name=language,proto3" json:"language,omitempty"` //请求语言 TimeZone int64 `protobuf:"varint,3,opt,name=timeZone,proto3" json:"timeZone,omitempty"` //时区 Odds int64 `protobuf:"varint,4,opt,name=odds,proto3" json:"odds,omitempty"` //是否是赔率页面使用;0.否;1.是 // contains filtered or unexported fields }
v2 即时比赛列表 - 比赛详情 - 指数列表 - 欧赔(1x2)列表
func (*V2BasketMatchEuropeanOddsListRequest) Descriptor
deprecated
func (*V2BasketMatchEuropeanOddsListRequest) Descriptor() ([]byte, []int)
Deprecated: Use V2BasketMatchEuropeanOddsListRequest.ProtoReflect.Descriptor instead.
func (*V2BasketMatchEuropeanOddsListRequest) GetEventId ¶
func (x *V2BasketMatchEuropeanOddsListRequest) GetEventId() int64
func (*V2BasketMatchEuropeanOddsListRequest) GetLanguage ¶
func (x *V2BasketMatchEuropeanOddsListRequest) GetLanguage() string
func (*V2BasketMatchEuropeanOddsListRequest) GetOdds ¶
func (x *V2BasketMatchEuropeanOddsListRequest) GetOdds() int64
func (*V2BasketMatchEuropeanOddsListRequest) GetTimeZone ¶
func (x *V2BasketMatchEuropeanOddsListRequest) GetTimeZone() int64
func (*V2BasketMatchEuropeanOddsListRequest) ProtoMessage ¶
func (*V2BasketMatchEuropeanOddsListRequest) ProtoMessage()
func (*V2BasketMatchEuropeanOddsListRequest) ProtoReflect ¶
func (x *V2BasketMatchEuropeanOddsListRequest) ProtoReflect() protoreflect.Message
func (*V2BasketMatchEuropeanOddsListRequest) Reset ¶
func (x *V2BasketMatchEuropeanOddsListRequest) Reset()
func (*V2BasketMatchEuropeanOddsListRequest) String ¶
func (x *V2BasketMatchEuropeanOddsListRequest) String() string
type V2BasketMatchEuropeanOddsListResponse ¶
type V2BasketMatchEuropeanOddsListResponse struct { Maximum *V2BasketOddsDetails `protobuf:"bytes,1,opt,name=maximum,proto3" json:"maximum,omitempty"` Minimum *V2BasketOddsDetails `protobuf:"bytes,2,opt,name=minimum,proto3" json:"minimum,omitempty"` Average *V2BasketOddsDetails `protobuf:"bytes,4,opt,name=Average,proto3" json:"Average,omitempty"` List []*V2BasketOddDetailList `protobuf:"bytes,5,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*V2BasketMatchEuropeanOddsListResponse) Descriptor
deprecated
func (*V2BasketMatchEuropeanOddsListResponse) Descriptor() ([]byte, []int)
Deprecated: Use V2BasketMatchEuropeanOddsListResponse.ProtoReflect.Descriptor instead.
func (*V2BasketMatchEuropeanOddsListResponse) GetAverage ¶
func (x *V2BasketMatchEuropeanOddsListResponse) GetAverage() *V2BasketOddsDetails
func (*V2BasketMatchEuropeanOddsListResponse) GetList ¶
func (x *V2BasketMatchEuropeanOddsListResponse) GetList() []*V2BasketOddDetailList
func (*V2BasketMatchEuropeanOddsListResponse) GetMaximum ¶
func (x *V2BasketMatchEuropeanOddsListResponse) GetMaximum() *V2BasketOddsDetails
func (*V2BasketMatchEuropeanOddsListResponse) GetMinimum ¶
func (x *V2BasketMatchEuropeanOddsListResponse) GetMinimum() *V2BasketOddsDetails
func (*V2BasketMatchEuropeanOddsListResponse) ProtoMessage ¶
func (*V2BasketMatchEuropeanOddsListResponse) ProtoMessage()
func (*V2BasketMatchEuropeanOddsListResponse) ProtoReflect ¶
func (x *V2BasketMatchEuropeanOddsListResponse) ProtoReflect() protoreflect.Message
func (*V2BasketMatchEuropeanOddsListResponse) Reset ¶
func (x *V2BasketMatchEuropeanOddsListResponse) Reset()
func (*V2BasketMatchEuropeanOddsListResponse) String ¶
func (x *V2BasketMatchEuropeanOddsListResponse) String() string
type V2BasketMatchOddsDetailRequest ¶
type V2BasketMatchOddsDetailRequest struct { EventId int64 `protobuf:"varint,2,opt,name=eventId,proto3" json:"eventId,omitempty"` //比赛ID Id int64 `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"` //请求的前一条ID PageSize int64 `protobuf:"varint,4,opt,name=pageSize,proto3" json:"pageSize,omitempty"` //页大小 CompanyId int64 `protobuf:"varint,5,opt,name=companyId,proto3" json:"companyId,omitempty"` //公司ID PanId int64 `protobuf:"varint,6,opt,name=panId,proto3" json:"panId,omitempty"` //亚盘/欧盘/大小球ID Language string `protobuf:"bytes,7,opt,name=language,proto3" json:"language,omitempty"` //请求语言 // contains filtered or unexported fields }
v2 即时比赛列表 - 比赛详情 - 指数列表 - 指数详情
func (*V2BasketMatchOddsDetailRequest) Descriptor
deprecated
func (*V2BasketMatchOddsDetailRequest) Descriptor() ([]byte, []int)
Deprecated: Use V2BasketMatchOddsDetailRequest.ProtoReflect.Descriptor instead.
func (*V2BasketMatchOddsDetailRequest) GetCompanyId ¶
func (x *V2BasketMatchOddsDetailRequest) GetCompanyId() int64
func (*V2BasketMatchOddsDetailRequest) GetEventId ¶
func (x *V2BasketMatchOddsDetailRequest) GetEventId() int64
func (*V2BasketMatchOddsDetailRequest) GetId ¶
func (x *V2BasketMatchOddsDetailRequest) GetId() int64
func (*V2BasketMatchOddsDetailRequest) GetLanguage ¶
func (x *V2BasketMatchOddsDetailRequest) GetLanguage() string
func (*V2BasketMatchOddsDetailRequest) GetPageSize ¶
func (x *V2BasketMatchOddsDetailRequest) GetPageSize() int64
func (*V2BasketMatchOddsDetailRequest) GetPanId ¶
func (x *V2BasketMatchOddsDetailRequest) GetPanId() int64
func (*V2BasketMatchOddsDetailRequest) ProtoMessage ¶
func (*V2BasketMatchOddsDetailRequest) ProtoMessage()
func (*V2BasketMatchOddsDetailRequest) ProtoReflect ¶
func (x *V2BasketMatchOddsDetailRequest) ProtoReflect() protoreflect.Message
func (*V2BasketMatchOddsDetailRequest) Reset ¶
func (x *V2BasketMatchOddsDetailRequest) Reset()
func (*V2BasketMatchOddsDetailRequest) String ¶
func (x *V2BasketMatchOddsDetailRequest) String() string
type V2BasketOddDetailInfo ¶
type V2BasketOddDetailInfo struct { Column1 string `protobuf:"bytes,1,opt,name=column1,proto3" json:"column1,omitempty"` //第1列数据 亚盘:主胜 欧盘:主胜 大小球:大 Column2 string `protobuf:"bytes,2,opt,name=column2,proto3" json:"column2,omitempty"` //第2列数据 亚盘:盘口 欧盘:平 大小球:盘口 Column3 string `protobuf:"bytes,3,opt,name=column3,proto3" json:"column3,omitempty"` //第3列数据 亚盘:客胜 欧盘:客胜 大小球:小 UpdateTime int64 `protobuf:"varint,4,opt,name=updateTime,proto3" json:"updateTime,omitempty"` //变化时间 Id int64 `protobuf:"varint,5,opt,name=id,proto3" json:"id,omitempty"` //数据ID CompanyName string `protobuf:"bytes,6,opt,name=companyName,proto3" json:"companyName,omitempty"` //公司名称 // contains filtered or unexported fields }
func (*V2BasketOddDetailInfo) Descriptor
deprecated
func (*V2BasketOddDetailInfo) Descriptor() ([]byte, []int)
Deprecated: Use V2BasketOddDetailInfo.ProtoReflect.Descriptor instead.
func (*V2BasketOddDetailInfo) GetColumn1 ¶
func (x *V2BasketOddDetailInfo) GetColumn1() string
func (*V2BasketOddDetailInfo) GetColumn2 ¶
func (x *V2BasketOddDetailInfo) GetColumn2() string
func (*V2BasketOddDetailInfo) GetColumn3 ¶
func (x *V2BasketOddDetailInfo) GetColumn3() string
func (*V2BasketOddDetailInfo) GetCompanyName ¶
func (x *V2BasketOddDetailInfo) GetCompanyName() string
func (*V2BasketOddDetailInfo) GetId ¶
func (x *V2BasketOddDetailInfo) GetId() int64
func (*V2BasketOddDetailInfo) GetUpdateTime ¶
func (x *V2BasketOddDetailInfo) GetUpdateTime() int64
func (*V2BasketOddDetailInfo) ProtoMessage ¶
func (*V2BasketOddDetailInfo) ProtoMessage()
func (*V2BasketOddDetailInfo) ProtoReflect ¶
func (x *V2BasketOddDetailInfo) ProtoReflect() protoreflect.Message
func (*V2BasketOddDetailInfo) Reset ¶
func (x *V2BasketOddDetailInfo) Reset()
func (*V2BasketOddDetailInfo) String ¶
func (x *V2BasketOddDetailInfo) String() string
type V2BasketOddDetailList ¶
type V2BasketOddDetailList struct { Odds *V2BasketOddsDetails `protobuf:"bytes,1,opt,name=odds,proto3" json:"odds,omitempty"` CompanyName string `protobuf:"bytes,3,opt,name=companyName,proto3" json:"companyName,omitempty"` //公司名称 CompanyId int64 `protobuf:"varint,4,opt,name=companyId,proto3" json:"companyId,omitempty"` //公司id Mark int64 `protobuf:"varint,5,opt,name=mark,proto3" json:"mark,omitempty"` //最早和最晚:1.最早;2.最晚;0.无。指数列表使用 // contains filtered or unexported fields }
func (*V2BasketOddDetailList) Descriptor
deprecated
func (*V2BasketOddDetailList) Descriptor() ([]byte, []int)
Deprecated: Use V2BasketOddDetailList.ProtoReflect.Descriptor instead.
func (*V2BasketOddDetailList) GetCompanyId ¶
func (x *V2BasketOddDetailList) GetCompanyId() int64
func (*V2BasketOddDetailList) GetCompanyName ¶
func (x *V2BasketOddDetailList) GetCompanyName() string
func (*V2BasketOddDetailList) GetMark ¶
func (x *V2BasketOddDetailList) GetMark() int64
func (*V2BasketOddDetailList) GetOdds ¶
func (x *V2BasketOddDetailList) GetOdds() *V2BasketOddsDetails
func (*V2BasketOddDetailList) ProtoMessage ¶
func (*V2BasketOddDetailList) ProtoMessage()
func (*V2BasketOddDetailList) ProtoReflect ¶
func (x *V2BasketOddDetailList) ProtoReflect() protoreflect.Message
func (*V2BasketOddDetailList) Reset ¶
func (x *V2BasketOddDetailList) Reset()
func (*V2BasketOddDetailList) String ¶
func (x *V2BasketOddDetailList) String() string
type V2BasketOddDetailResponse ¶
type V2BasketOddDetailResponse struct { GunId int64 `protobuf:"varint,1,opt,name=gunId,proto3" json:"gunId,omitempty"` //滚盘ID GunStr string `protobuf:"bytes,2,opt,name=gunStr,proto3" json:"gunStr,omitempty"` //滚盘字符串 ChuId int64 `protobuf:"varint,3,opt,name=chuId,proto3" json:"chuId,omitempty"` //初盘ID ChuStr string `protobuf:"bytes,4,opt,name=chuStr,proto3" json:"chuStr,omitempty"` //初盘字符串 Count int64 `protobuf:"varint,5,opt,name=count,proto3" json:"count,omitempty"` //总数 Info []*V2BasketOddDetailInfo `protobuf:"bytes,6,rep,name=info,proto3" json:"info,omitempty"` // contains filtered or unexported fields }
func (*V2BasketOddDetailResponse) Descriptor
deprecated
func (*V2BasketOddDetailResponse) Descriptor() ([]byte, []int)
Deprecated: Use V2BasketOddDetailResponse.ProtoReflect.Descriptor instead.
func (*V2BasketOddDetailResponse) GetChuId ¶
func (x *V2BasketOddDetailResponse) GetChuId() int64
func (*V2BasketOddDetailResponse) GetChuStr ¶
func (x *V2BasketOddDetailResponse) GetChuStr() string
func (*V2BasketOddDetailResponse) GetCount ¶
func (x *V2BasketOddDetailResponse) GetCount() int64
func (*V2BasketOddDetailResponse) GetGunId ¶
func (x *V2BasketOddDetailResponse) GetGunId() int64
func (*V2BasketOddDetailResponse) GetGunStr ¶
func (x *V2BasketOddDetailResponse) GetGunStr() string
func (*V2BasketOddDetailResponse) GetInfo ¶
func (x *V2BasketOddDetailResponse) GetInfo() []*V2BasketOddDetailInfo
func (*V2BasketOddDetailResponse) ProtoMessage ¶
func (*V2BasketOddDetailResponse) ProtoMessage()
func (*V2BasketOddDetailResponse) ProtoReflect ¶
func (x *V2BasketOddDetailResponse) ProtoReflect() protoreflect.Message
func (*V2BasketOddDetailResponse) Reset ¶
func (x *V2BasketOddDetailResponse) Reset()
func (*V2BasketOddDetailResponse) String ¶
func (x *V2BasketOddDetailResponse) String() string
type V2BasketOddsDetails ¶
type V2BasketOddsDetails struct { Init []string `protobuf:"bytes,1,rep,name=init,proto3" json:"init,omitempty"` InitReturnProb float32 `protobuf:"fixed32,2,opt,name=initReturnProb,proto3" json:"initReturnProb,omitempty"` //初始指数返还率 Curr []string `protobuf:"bytes,3,rep,name=curr,proto3" json:"curr,omitempty"` CurrReturnProb float32 `protobuf:"fixed32,4,opt,name=currReturnProb,proto3" json:"currReturnProb,omitempty"` //即时指数返还率 InitUpDate int64 `protobuf:"varint,5,opt,name=initUpDate,proto3" json:"initUpDate,omitempty"` //初始指数时间 CurrUpDate int64 `protobuf:"varint,6,opt,name=currUpDate,proto3" json:"currUpDate,omitempty"` //即时指数时间 // contains filtered or unexported fields }
func (*V2BasketOddsDetails) Descriptor
deprecated
func (*V2BasketOddsDetails) Descriptor() ([]byte, []int)
Deprecated: Use V2BasketOddsDetails.ProtoReflect.Descriptor instead.
func (*V2BasketOddsDetails) GetCurr ¶
func (x *V2BasketOddsDetails) GetCurr() []string
func (*V2BasketOddsDetails) GetCurrReturnProb ¶
func (x *V2BasketOddsDetails) GetCurrReturnProb() float32
func (*V2BasketOddsDetails) GetCurrUpDate ¶
func (x *V2BasketOddsDetails) GetCurrUpDate() int64
func (*V2BasketOddsDetails) GetInit ¶
func (x *V2BasketOddsDetails) GetInit() []string
func (*V2BasketOddsDetails) GetInitReturnProb ¶
func (x *V2BasketOddsDetails) GetInitReturnProb() float32
func (*V2BasketOddsDetails) GetInitUpDate ¶
func (x *V2BasketOddsDetails) GetInitUpDate() int64
func (*V2BasketOddsDetails) ProtoMessage ¶
func (*V2BasketOddsDetails) ProtoMessage()
func (*V2BasketOddsDetails) ProtoReflect ¶
func (x *V2BasketOddsDetails) ProtoReflect() protoreflect.Message
func (*V2BasketOddsDetails) Reset ¶
func (x *V2BasketOddsDetails) Reset()
func (*V2BasketOddsDetails) String ¶
func (x *V2BasketOddsDetails) String() string
Source Files
¶
- check_existence.pb.go
- check_existence_data.pb.go
- check_filtration.pb.go
- country_list.pb.go
- data_center.pb.go
- data_promotion.pb.go
- league_stand.pb.go
- match.pb.go
- match_date.pb.go
- match_details_all.pb.go
- match_filtrate.pb.go
- match_finish.pb.go
- match_list.pb.go
- match_real_time.pb.go
- match_real_time_v2.pb.go
- match_request.pb.go
- match_result.pb.go
- odd.pb.go
- player_stand.pb.go
- season_list.pb.go
- server.pb.go
- stand_tag.pb.go
- team_stand.pb.go
- type_status.pb.go
- v2_match_odds_detail.pb.go
- v2_odd.pb.go