# Functions
NewInMemoryPlayerStore initialises an empty player store.
NewLeague creates a league from JSON.
NewPlayerServer creates a PlayerServer with routing configured.
# Structs
FileSystemPlayerStore stores players in the filesystem.
InMemoryPlayerStore collects data about players in memory.
Player stores a name with a number of wins.
PlayerServer is a HTTP interface for player information.
# Interfaces
PlayerStore stores score information about players.