package
0.0.0-20210513041603-bcbc1e128ef6
Repository: https://github.com/myminicommission/api.git
Documentation: pkg.go.dev

# Structs

BaseModel defines the common columns that all db structs hold usually, db structs based on this have no soft delete.
BaseModelSoftDelete defines the common columns that all db structs should hold.
Commission type represents commissions in the database.
CommissionedMini belongs to a Commission.
Game has many GameMinis.
GameMini belongs to Game, GameID is the foreign key.
No description provided by the author
Socials is a container to hold links to various social media stuff.
User defines a user for the app.