Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Routes ¶
func Routes(r *gin.RouterGroup)
Types ¶
type DiscordUser ¶
type DiscordUser struct {
ID string `json:"id"`
}
This is not the entirety of the user structure, but compromises the only field(s) we need
type VisitingEligibility ¶
type VisitingEligibility struct {
Eligible bool `json:"eligible"`
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.