model

package
v0.0.0-...-895ea3a Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2017 License: MIT Imports: 0 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Game

type Game struct {
	Date    string `json:"date"`
	Network string `json:"network"`
	Home    Team   `json:"home"`
	Away    Team   `json:"away"`
	Time    string `json:"time"`
}

type Team

type Team struct {
	Name   string `json:"name"`
	Score  string `json:"score"`
	Record string `json:"record"`
}

type Week

type Week struct {
	Games []Game   `json:"games"`
	Byes  []string `json:"byes"`
}

Jump to

Keyboard shortcuts

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