Documentation
¶
Index ¶
- type RequestHandler
- type UnderstatController
- func (p *UnderstatController) GetGames(league model.League, year model.Year) (*model.Games, error)
- func (p *UnderstatController) GetPlayers(league model.League, year model.Year) (*model.Players, error)
- func (p *UnderstatController) GetTeams(league model.League, year model.Year) (*model.Teams, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestHandler ¶
type RequestHandler struct {
}
type UnderstatController ¶
type UnderstatController struct {
Cache *cache.Repository
}
func New ¶
func New() *UnderstatController
func (*UnderstatController) GetPlayers ¶
Click to show internal directories.
Click to hide internal directories.