Documentation ¶
Overview ¶
Package models provides the structs exposed by the core package, but put in an independent package to break the dependency cycle between `core` and `db`
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KarmaCount ¶
type KarmaCount struct { GuildID string `db:"guild_id"` UserID string `db:"user_id"` Count uint `db:"count"` }
A KarmaCount is a counter for karma attached to a user
Click to show internal directories.
Click to hide internal directories.