parser

package
v0.0.0-...-cdd0f6a Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2022 License: BSD-3-Clause Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Endorsment

type Endorsment struct {
	Level         int
	Shotcaller    float64
	Teammate      float64
	Sportsmanship float64
}

type Player

type Player struct {
	Platform string
	Name     string
	Rank     Rank

	Endorsment Endorsment
	Heroes     map[string][]Stat
	// contains filtered or unexported fields
}
func NewPlayerByLink(u url.URL) *Player

func (*Player) Gather

func (p *Player) Gather()

type Rank

type Rank struct {
	DD   int
	Tank int
	Heal int
}

type SValue

type SValue struct {
	QP          float64
	Competitive float64
}

type Stat

type Stat struct {
	Name  string
	Value SValue
	Help  string
}

Jump to

Keyboard shortcuts

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