storage/

directory
v0.0.0-...-6b15219 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 18, 2023 License: Apache-2.0

Directories

Path Synopsis
Package bolt provides a bolt-backed database that implements both boardgame.StorageManager and boardgame/server.StorageManager.
Package bolt provides a bolt-backed database that implements both boardgame.StorageManager and boardgame/server.StorageManager.
Package filesystem is a storage layer that stores information about games as JSON files within a given folder, (or somewhere nested in a folder within base folder) one per game.
Package filesystem is a storage layer that stores information about games as JSON files within a given folder, (or somewhere nested in a folder within base folder) one per game.
record
Package record is a package to open, read, and save game records stored in filesystem's format.
Package record is a package to open, read, and save game records stored in filesystem's format.
internal
helpers
Package helpers has generic implementations of finicky methods, like Moves(), ListGames() that are appropriate for storage managers who don't get a performance boost from well-crafted queries to use.
Package helpers has generic implementations of finicky methods, like Moves(), ListGames() that are appropriate for storage managers who don't get a performance boost from well-crafted queries to use.
test
Package test is a package that is used to run a boardgame/server.StorageManager implementation through its paces and verify it does everything correctly.
Package test is a package that is used to run a boardgame/server.StorageManager implementation through its paces and verify it does everything correctly.
Package memory is a storage manager that just keeps the games and storage in memory, which means that when the program exits the storage evaporates.
Package memory is a storage manager that just keeps the games and storage in memory, which means that when the program exits the storage evaporates.
Package mysql provides a mysql-backed database that implements both boardgame.StorageManager and boardgame/server.StorageManager.
Package mysql provides a mysql-backed database that implements both boardgame.StorageManager and boardgame/server.StorageManager.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL