Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Contestant is globally public accessible object for table contestant operations. Contestant = contestantDao{ internal.Contestant, } )
View Source
var ( // Match is globally public accessible object for table match operations. Match = matchDao{ internal.Match, } )
View Source
var ( // Rule is globally public accessible object for table rule operations. Rule = ruleDao{ internal.Rule, } )
View Source
var ( // Score is globally public accessible object for table score operations. Score = scoreDao{ internal.Score, } )
View Source
var ( // User is globally public accessible object for table user operations. User = userDao{ internal.User, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.