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

# Structs

Server is the struct that holds all the dependencies needed to run the application.
TemplateData is the struct that holds all the data that can be passed to the template renderer to render.
TemplateGame is the struct that holds all the game info that is passed to the template renderer to render.

# Interfaces

APIClient is the interface that interacts with the API.
Renderer is the interface that will be used to interact with the part of the program that is responsible for rendering the web pages.