hockey

package
v0.0.0-...-20dca43 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Team

type Team struct {
	Name         string
	Year         int
	Wins         int
	Losses       int
	OTLosses     int
	WinPct       float64
	GoalsFor     int
	GoalsAgainst int
	GoalDiff     int
}

func (Team) CsvHeaders

func (t Team) CsvHeaders() []string

func (Team) CsvRow

func (t Team) CsvRow() []string

type TeamCollectJob

type TeamCollectJob struct {
	scrapemate.Job
}

func NewTeamCollectJob

func NewTeamCollectJob(u string, params map[string]string) *TeamCollectJob

func (*TeamCollectJob) Process

Jump to

Keyboard shortcuts

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