package
0.0.0-20190823073817-48c9e09f6365
Repository: https://github.com/kylesliu/golang-learn.git
Documentation: pkg.go.dev
# Functions
NewInMemoryPlayerStore initialises an empty player store.
NewPlayerServer creates a PlayerServer with routing configured.
# Structs
InMemoryPlayerStore collects data about players in memory.
PlayerServer is a HTTP interface for player information.
# Interfaces
PlayerStore stores score information about players.