package
0.0.0-20241214025824-d997f9529958
Repository: https://github.com/kelein/cookbook.git
Documentation: pkg.go.dev

# Functions

NewFileSystemPlayerStore create a FileSystemPlayerStore instance.
NewFileSystemPlayerStoreLocal create a FileSystemPlayerStore from a local file.
NewLeague create a player league.
NewMemoryPlayerStore create a MemoryPlayerStore instance.
NewPlayerServer return a new PlayerServer instance.

# Structs

FileSystemPlayerStore with file system.
MemoryPlayerStore store player score in memory.
Player .
PlayerServer .
StubPlayerStore store player score with map.

# Interfaces

PlayerStore of abstract.

# Type aliases

League of Players.