npbbis

package module
v0.0.0-...-2f4f605 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2016 License: MIT Imports: 3 Imported by: 1

README

npbbis - A Go scraping library for NPB-BIS

LICENSE

The MIT License

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
	Id       string
	Status   string
	Homeruns []*Homerun
}

func GetGame

func GetGame(date string, id string) (*Game, error)

func GetGames

func GetGames(date string) ([]*Game, error)

type Homerun

type Homerun struct {
	Batter   string
	Number   string
	Scenario string
	Pitcher  string
}

func NewHomerun

func NewHomerun(batter string, number string, scenario string, pitcher string) *Homerun

Jump to

Keyboard shortcuts

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