models

package
v0.0.0-...-93cd392 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrorResponse

type ErrorResponse struct {
	Message string `json:"message" example:"Error with details"`
}

type HeatmapResponse

type HeatmapResponse struct {
	URL string `json:"url" example:"https://i.ibb.co/HpPSJt8s/Screenshot-from-2025-12-14-20-58-53.png"`
}

type MapResult

type MapResult struct {
	MapName string
	Team1   TeamResult
	Team2   TeamResult
	Url     string
}

type MapVeto

type MapVeto struct {
	TeamName   string
	MapName    string
	TeamChoice string
}

type Match

type Match struct {
	MatchID  string
	Event    string
	Stage    string
	TeamA    string
	TeamB    string
	BO       string
	IsLive   bool
	MatchURL string
}

type Player

type Player struct {
	PlayerName string
	KD         string
	Swing      float64
	ADR        float64
	KAST       float64
	Rating30   float64
}

type Results

type Results struct {
	MatchUrl string
	Team1    Team
	Team2    Team
	Event    string
	BO       string
	Date     string
}

type Team

type Team struct {
	Name    string
	WonMaps int
}

type TeamResult

type TeamResult struct {
	TeamName string
	WonMaps  int
}

type TeamStats

type TeamStats struct {
	TeamName     string
	PlayersStats []Player
}

Jump to

Keyboard shortcuts

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