package
0.0.0-20230218134539-6b1521932f01
Repository: https://github.com/jkomoros/boardgame.git
Documentation: pkg.go.dev
# Packages
Package extendedgame is the definition of a StorageRecord for ExtendedGame.
Package listing is a simple package of constants for listing of games, primarily
in a separate package to avoid circular dependencies.
No description provided by the author
# Functions
NewServer returns a new server.
NewServerStorageManager takes an object that implements StorageManager andwraps it.
# Structs
Server is the main server object.
ServerStorageManager implements the ServerStorage interface by wrapping anobject that supports StorageManager.
# Interfaces
StorageManager extends the base boardgame.StorageManager with a few moremethods necessary to make server work.