package
0.0.0-20230422003148-015e340ad081
Repository: https://github.com/asankov/gira.git
Documentation: pkg.go.dev

# Functions

New returns a new Server, based on opts.

# Structs

No description provided by the author
Options is the struct used to construct a server.
Server is the struct that holds all the dependencies needed to run the application.

# Interfaces

Authenticator is the interface to interact with the Authenticator (DB, OIDC provider, etc.).
FranchiseModel is the interface to interact with the Franchise provider (DB, service, etc.).
GameModel is the interface to interact with the Games provider (DB, service, etc.).
UserGamesModel is the interface to interact with the Users-Games relationship provider (DB, service, etc.).
UserModel is the interface to interact with the User provider (DB, service, etc.).