esports

package
v0.0.0-...-83adff0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 6, 2020 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Arc

type Arc struct {
	ID        int64 `json:"id"`
	Aid       int64 `json:"aid"`
	Score     int64 `json:"score"`
	IsDeleted int   `json:"is_deleted"`
}

Arc arc.

type Contest

type Contest struct {
	ID             int64  `json:"id"`
	Stime          int64  `json:"stime"`
	LiveRoom       int64  `json:"live_room"`
	HomeID         int64  `json:"home_id"`
	AwayID         int64  `json:"away_id"`
	SuccessTeam    int64  `json:"success_team"`
	SeasonTitle    string `json:"season_title"`
	SeasonSubTitle string `json:"season_sub_title"`
	Special        int    `json:"special"`
	SpecialName    string `json:"special_name"`
	SpecialTips    string `json:"special_tips"`
}

Contest contest.

type Team

type Team struct {
	ID       int64  `json:"id"`
	Title    string `json:"title"`
	SubTitle string `json:"sub_title"`
}

Team team.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL