Module libpobsd::models

source ·
Expand description

Provides a set of structs representing the PlayOnBSD database items.

In particular, this module provides:

  • A Game struct representing a game of the PlayOnBSD database
  • A StoreLink struct representing each store link (store field in the PlayOnBSD database). Multiple StoreLinks can be stored in a StoreLinks collection.
  • A GameStatus struct representing the status of a Gamei. The status itself as a Status enum and the optional associated comment.

Re-exports§

Modules§

  • Provides a representations of the game in the PlayOnBSD database.
  • Provides a Status enum and a GameStatus struct to represent the status of a Game according to the value of the status field in the PlayOnBSD database.
  • Provides a representations for the store links associated to each game.