Documentation ¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.Match) predicate.Match
- func Date(v time.Time) predicate.Match
- func DateEQ(v time.Time) predicate.Match
- func DateGT(v time.Time) predicate.Match
- func DateGTE(v time.Time) predicate.Match
- func DateIn(vs ...time.Time) predicate.Match
- func DateLT(v time.Time) predicate.Match
- func DateLTE(v time.Time) predicate.Match
- func DateNEQ(v time.Time) predicate.Match
- func DateNotIn(vs ...time.Time) predicate.Match
- func DecryptionKey(v []byte) predicate.Match
- func DecryptionKeyEQ(v []byte) predicate.Match
- func DecryptionKeyGT(v []byte) predicate.Match
- func DecryptionKeyGTE(v []byte) predicate.Match
- func DecryptionKeyIn(vs ...[]byte) predicate.Match
- func DecryptionKeyIsNil() predicate.Match
- func DecryptionKeyLT(v []byte) predicate.Match
- func DecryptionKeyLTE(v []byte) predicate.Match
- func DecryptionKeyNEQ(v []byte) predicate.Match
- func DecryptionKeyNotIn(vs ...[]byte) predicate.Match
- func DecryptionKeyNotNil() predicate.Match
- func DemoParsed(v bool) predicate.Match
- func DemoParsedEQ(v bool) predicate.Match
- func DemoParsedNEQ(v bool) predicate.Match
- func Duration(v int) predicate.Match
- func DurationEQ(v int) predicate.Match
- func DurationGT(v int) predicate.Match
- func DurationGTE(v int) predicate.Match
- func DurationIn(vs ...int) predicate.Match
- func DurationLT(v int) predicate.Match
- func DurationLTE(v int) predicate.Match
- func DurationNEQ(v int) predicate.Match
- func DurationNotIn(vs ...int) predicate.Match
- func GamebanPresent(v bool) predicate.Match
- func GamebanPresentEQ(v bool) predicate.Match
- func GamebanPresentNEQ(v bool) predicate.Match
- func HasPlayers() predicate.Match
- func HasPlayersWith(preds ...predicate.Player) predicate.Match
- func HasStats() predicate.Match
- func HasStatsWith(preds ...predicate.MatchPlayer) predicate.Match
- func ID(id uint64) predicate.Match
- func IDEQ(id uint64) predicate.Match
- func IDGT(id uint64) predicate.Match
- func IDGTE(id uint64) predicate.Match
- func IDIn(ids ...uint64) predicate.Match
- func IDLT(id uint64) predicate.Match
- func IDLTE(id uint64) predicate.Match
- func IDNEQ(id uint64) predicate.Match
- func IDNotIn(ids ...uint64) predicate.Match
- func Map(v string) predicate.Match
- func MapContains(v string) predicate.Match
- func MapContainsFold(v string) predicate.Match
- func MapEQ(v string) predicate.Match
- func MapEqualFold(v string) predicate.Match
- func MapGT(v string) predicate.Match
- func MapGTE(v string) predicate.Match
- func MapHasPrefix(v string) predicate.Match
- func MapHasSuffix(v string) predicate.Match
- func MapIn(vs ...string) predicate.Match
- func MapIsNil() predicate.Match
- func MapLT(v string) predicate.Match
- func MapLTE(v string) predicate.Match
- func MapNEQ(v string) predicate.Match
- func MapNotIn(vs ...string) predicate.Match
- func MapNotNil() predicate.Match
- func MatchResult(v int) predicate.Match
- func MatchResultEQ(v int) predicate.Match
- func MatchResultGT(v int) predicate.Match
- func MatchResultGTE(v int) predicate.Match
- func MatchResultIn(vs ...int) predicate.Match
- func MatchResultLT(v int) predicate.Match
- func MatchResultLTE(v int) predicate.Match
- func MatchResultNEQ(v int) predicate.Match
- func MatchResultNotIn(vs ...int) predicate.Match
- func MaxRounds(v int) predicate.Match
- func MaxRoundsEQ(v int) predicate.Match
- func MaxRoundsGT(v int) predicate.Match
- func MaxRoundsGTE(v int) predicate.Match
- func MaxRoundsIn(vs ...int) predicate.Match
- func MaxRoundsLT(v int) predicate.Match
- func MaxRoundsLTE(v int) predicate.Match
- func MaxRoundsNEQ(v int) predicate.Match
- func MaxRoundsNotIn(vs ...int) predicate.Match
- func Not(p predicate.Match) predicate.Match
- func Or(predicates ...predicate.Match) predicate.Match
- func ReplayURL(v string) predicate.Match
- func ReplayURLContains(v string) predicate.Match
- func ReplayURLContainsFold(v string) predicate.Match
- func ReplayURLEQ(v string) predicate.Match
- func ReplayURLEqualFold(v string) predicate.Match
- func ReplayURLGT(v string) predicate.Match
- func ReplayURLGTE(v string) predicate.Match
- func ReplayURLHasPrefix(v string) predicate.Match
- func ReplayURLHasSuffix(v string) predicate.Match
- func ReplayURLIn(vs ...string) predicate.Match
- func ReplayURLIsNil() predicate.Match
- func ReplayURLLT(v string) predicate.Match
- func ReplayURLLTE(v string) predicate.Match
- func ReplayURLNEQ(v string) predicate.Match
- func ReplayURLNotIn(vs ...string) predicate.Match
- func ReplayURLNotNil() predicate.Match
- func ScoreTeamA(v int) predicate.Match
- func ScoreTeamAEQ(v int) predicate.Match
- func ScoreTeamAGT(v int) predicate.Match
- func ScoreTeamAGTE(v int) predicate.Match
- func ScoreTeamAIn(vs ...int) predicate.Match
- func ScoreTeamALT(v int) predicate.Match
- func ScoreTeamALTE(v int) predicate.Match
- func ScoreTeamANEQ(v int) predicate.Match
- func ScoreTeamANotIn(vs ...int) predicate.Match
- func ScoreTeamB(v int) predicate.Match
- func ScoreTeamBEQ(v int) predicate.Match
- func ScoreTeamBGT(v int) predicate.Match
- func ScoreTeamBGTE(v int) predicate.Match
- func ScoreTeamBIn(vs ...int) predicate.Match
- func ScoreTeamBLT(v int) predicate.Match
- func ScoreTeamBLTE(v int) predicate.Match
- func ScoreTeamBNEQ(v int) predicate.Match
- func ScoreTeamBNotIn(vs ...int) predicate.Match
- func ShareCode(v string) predicate.Match
- func ShareCodeContains(v string) predicate.Match
- func ShareCodeContainsFold(v string) predicate.Match
- func ShareCodeEQ(v string) predicate.Match
- func ShareCodeEqualFold(v string) predicate.Match
- func ShareCodeGT(v string) predicate.Match
- func ShareCodeGTE(v string) predicate.Match
- func ShareCodeHasPrefix(v string) predicate.Match
- func ShareCodeHasSuffix(v string) predicate.Match
- func ShareCodeIn(vs ...string) predicate.Match
- func ShareCodeLT(v string) predicate.Match
- func ShareCodeLTE(v string) predicate.Match
- func ShareCodeNEQ(v string) predicate.Match
- func ShareCodeNotIn(vs ...string) predicate.Match
- func TickRate(v float64) predicate.Match
- func TickRateEQ(v float64) predicate.Match
- func TickRateGT(v float64) predicate.Match
- func TickRateGTE(v float64) predicate.Match
- func TickRateIn(vs ...float64) predicate.Match
- func TickRateIsNil() predicate.Match
- func TickRateLT(v float64) predicate.Match
- func TickRateLTE(v float64) predicate.Match
- func TickRateNEQ(v float64) predicate.Match
- func TickRateNotIn(vs ...float64) predicate.Match
- func TickRateNotNil() predicate.Match
- func VacPresent(v bool) predicate.Match
- func VacPresentEQ(v bool) predicate.Match
- func VacPresentNEQ(v bool) predicate.Match
- func ValidColumn(column string) bool
Constants ¶
const ( // Label holds the string label denoting the match type in the database. Label = "match" // FieldID holds the string denoting the id field in the database. FieldID = "id" FieldShareCode = "share_code" // FieldMap holds the string denoting the map field in the database. FieldMap = "map" // FieldDate holds the string denoting the date field in the database. FieldDate = "date" // FieldScoreTeamA holds the string denoting the score_team_a field in the database. FieldScoreTeamA = "score_team_a" // FieldScoreTeamB holds the string denoting the score_team_b field in the database. FieldScoreTeamB = "score_team_b" // FieldReplayURL holds the string denoting the replay_url field in the database. FieldReplayURL = "replay_url" // FieldDuration holds the string denoting the duration field in the database. FieldDuration = "duration" // FieldMatchResult holds the string denoting the match_result field in the database. FieldMatchResult = "match_result" // FieldMaxRounds holds the string denoting the max_rounds field in the database. FieldMaxRounds = "max_rounds" // FieldDemoParsed holds the string denoting the demo_parsed field in the database. FieldDemoParsed = "demo_parsed" // FieldVacPresent holds the string denoting the vac_present field in the database. FieldVacPresent = "vac_present" // FieldGamebanPresent holds the string denoting the gameban_present field in the database. FieldGamebanPresent = "gameban_present" // FieldDecryptionKey holds the string denoting the decryption_key field in the database. FieldDecryptionKey = "decryption_key" // FieldTickRate holds the string denoting the tick_rate field in the database. FieldTickRate = "tick_rate" // EdgeStats holds the string denoting the stats edge name in mutations. EdgeStats = "stats" // EdgePlayers holds the string denoting the players edge name in mutations. EdgePlayers = "players" // Table holds the table name of the match in the database. Table = "matches" // StatsTable is the table that holds the stats relation/edge. StatsTable = "match_players" // StatsInverseTable is the table name for the MatchPlayer entity. // It exists in this package in order to avoid circular dependency with the "matchplayer" package. StatsInverseTable = "match_players" // StatsColumn is the table column denoting the stats relation/edge. StatsColumn = "match_stats" // PlayersTable is the table that holds the players relation/edge. The primary key declared below. PlayersTable = "player_matches" // PlayersInverseTable is the table name for the Player entity. // It exists in this package in order to avoid circular dependency with the "player" package. PlayersInverseTable = "players" )
Variables ¶
var ( // DefaultDemoParsed holds the default value on creation for the "demo_parsed" field. DefaultDemoParsed bool // DefaultVacPresent holds the default value on creation for the "vac_present" field. DefaultVacPresent bool // DefaultGamebanPresent holds the default value on creation for the "gameban_present" field. DefaultGamebanPresent bool )
var Columns = []string{ FieldID, FieldShareCode, FieldMap, FieldDate, FieldScoreTeamA, FieldScoreTeamB, FieldReplayURL, FieldDuration, FieldMatchResult, FieldMaxRounds, FieldDemoParsed, FieldVacPresent, FieldGamebanPresent, FieldDecryptionKey, FieldTickRate, }
Columns holds all SQL columns for match fields.
var ( // PlayersPrimaryKey and PlayersColumn2 are the table columns denoting the // primary key for the players relation (M2M). PlayersPrimaryKey = []string{"player_id", "match_id"} )
Functions ¶
func And ¶
And groups predicates with the AND operator between them.
func Date ¶
Date applies equality check predicate on the "date" field. It's identical to DateEQ.
func DateEQ ¶
DateEQ applies the EQ predicate on the "date" field.
func DateGT ¶
DateGT applies the GT predicate on the "date" field.
func DateGTE ¶
DateGTE applies the GTE predicate on the "date" field.
func DateIn ¶
DateIn applies the In predicate on the "date" field.
func DateLT ¶
DateLT applies the LT predicate on the "date" field.
func DateLTE ¶
DateLTE applies the LTE predicate on the "date" field.
func DateNEQ ¶
DateNEQ applies the NEQ predicate on the "date" field.
func DateNotIn ¶
DateNotIn applies the NotIn predicate on the "date" field.
func DecryptionKey ¶
DecryptionKey applies equality check predicate on the "decryption_key" field. It's identical to DecryptionKeyEQ.
func DecryptionKeyEQ ¶
DecryptionKeyEQ applies the EQ predicate on the "decryption_key" field.
func DecryptionKeyGT ¶
DecryptionKeyGT applies the GT predicate on the "decryption_key" field.
func DecryptionKeyGTE ¶
DecryptionKeyGTE applies the GTE predicate on the "decryption_key" field.
func DecryptionKeyIn ¶
DecryptionKeyIn applies the In predicate on the "decryption_key" field.
func DecryptionKeyIsNil ¶
DecryptionKeyIsNil applies the IsNil predicate on the "decryption_key" field.
func DecryptionKeyLT ¶
DecryptionKeyLT applies the LT predicate on the "decryption_key" field.
func DecryptionKeyLTE ¶
DecryptionKeyLTE applies the LTE predicate on the "decryption_key" field.
func DecryptionKeyNEQ ¶
DecryptionKeyNEQ applies the NEQ predicate on the "decryption_key" field.
func DecryptionKeyNotIn ¶
DecryptionKeyNotIn applies the NotIn predicate on the "decryption_key" field.
func DecryptionKeyNotNil ¶
DecryptionKeyNotNil applies the NotNil predicate on the "decryption_key" field.
func DemoParsed ¶
DemoParsed applies equality check predicate on the "demo_parsed" field. It's identical to DemoParsedEQ.
func DemoParsedEQ ¶
DemoParsedEQ applies the EQ predicate on the "demo_parsed" field.
func DemoParsedNEQ ¶
DemoParsedNEQ applies the NEQ predicate on the "demo_parsed" field.
func Duration ¶
Duration applies equality check predicate on the "duration" field. It's identical to DurationEQ.
func DurationEQ ¶
DurationEQ applies the EQ predicate on the "duration" field.
func DurationGT ¶
DurationGT applies the GT predicate on the "duration" field.
func DurationGTE ¶
DurationGTE applies the GTE predicate on the "duration" field.
func DurationIn ¶
DurationIn applies the In predicate on the "duration" field.
func DurationLT ¶
DurationLT applies the LT predicate on the "duration" field.
func DurationLTE ¶
DurationLTE applies the LTE predicate on the "duration" field.
func DurationNEQ ¶
DurationNEQ applies the NEQ predicate on the "duration" field.
func DurationNotIn ¶
DurationNotIn applies the NotIn predicate on the "duration" field.
func GamebanPresent ¶
GamebanPresent applies equality check predicate on the "gameban_present" field. It's identical to GamebanPresentEQ.
func GamebanPresentEQ ¶
GamebanPresentEQ applies the EQ predicate on the "gameban_present" field.
func GamebanPresentNEQ ¶
GamebanPresentNEQ applies the NEQ predicate on the "gameban_present" field.
func HasPlayers ¶
HasPlayers applies the HasEdge predicate on the "players" edge.
func HasPlayersWith ¶
HasPlayersWith applies the HasEdge predicate on the "players" edge with a given conditions (other predicates).
func HasStats ¶
HasStats applies the HasEdge predicate on the "stats" edge.
func HasStatsWith ¶
func HasStatsWith(preds ...predicate.MatchPlayer) predicate.Match
HasStatsWith applies the HasEdge predicate on the "stats" edge with a given conditions (other predicates).
func IDNotIn ¶
IDNotIn applies the NotIn predicate on the ID field.
func Map ¶
Map applies equality check predicate on the "map" field. It's identical to MapEQ.
func MapContains ¶
MapContains applies the Contains predicate on the "map" field.
func MapContainsFold ¶
MapContainsFold applies the ContainsFold predicate on the "map" field.
func MapEQ ¶
MapEQ applies the EQ predicate on the "map" field.
func MapEqualFold ¶
MapEqualFold applies the EqualFold predicate on the "map" field.
func MapGT ¶
MapGT applies the GT predicate on the "map" field.
func MapGTE ¶
MapGTE applies the GTE predicate on the "map" field.
func MapHasPrefix ¶
MapHasPrefix applies the HasPrefix predicate on the "map" field.
func MapHasSuffix ¶
MapHasSuffix applies the HasSuffix predicate on the "map" field.
func MapIn ¶
MapIn applies the In predicate on the "map" field.
func MapIsNil ¶
MapIsNil applies the IsNil predicate on the "map" field.
func MapLT ¶
MapLT applies the LT predicate on the "map" field.
func MapLTE ¶
MapLTE applies the LTE predicate on the "map" field.
func MapNEQ ¶
MapNEQ applies the NEQ predicate on the "map" field.
func MapNotIn ¶
MapNotIn applies the NotIn predicate on the "map" field.
func MapNotNil ¶
MapNotNil applies the NotNil predicate on the "map" field.
func MatchResult ¶
MatchResult applies equality check predicate on the "match_result" field. It's identical to MatchResultEQ.
func MatchResultEQ ¶
MatchResultEQ applies the EQ predicate on the "match_result" field.
func MatchResultGT ¶
MatchResultGT applies the GT predicate on the "match_result" field.
func MatchResultGTE ¶
MatchResultGTE applies the GTE predicate on the "match_result" field.
func MatchResultIn ¶
MatchResultIn applies the In predicate on the "match_result" field.
func MatchResultLT ¶
MatchResultLT applies the LT predicate on the "match_result" field.
func MatchResultLTE ¶
MatchResultLTE applies the LTE predicate on the "match_result" field.
func MatchResultNEQ ¶
MatchResultNEQ applies the NEQ predicate on the "match_result" field.
func MatchResultNotIn ¶
MatchResultNotIn applies the NotIn predicate on the "match_result" field.
func MaxRounds ¶
MaxRounds applies equality check predicate on the "max_rounds" field. It's identical to MaxRoundsEQ.
func MaxRoundsEQ ¶
MaxRoundsEQ applies the EQ predicate on the "max_rounds" field.
func MaxRoundsGT ¶
MaxRoundsGT applies the GT predicate on the "max_rounds" field.
func MaxRoundsGTE ¶
MaxRoundsGTE applies the GTE predicate on the "max_rounds" field.
func MaxRoundsIn ¶
MaxRoundsIn applies the In predicate on the "max_rounds" field.
func MaxRoundsLT ¶
MaxRoundsLT applies the LT predicate on the "max_rounds" field.
func MaxRoundsLTE ¶
MaxRoundsLTE applies the LTE predicate on the "max_rounds" field.
func MaxRoundsNEQ ¶
MaxRoundsNEQ applies the NEQ predicate on the "max_rounds" field.
func MaxRoundsNotIn ¶
MaxRoundsNotIn applies the NotIn predicate on the "max_rounds" field.
func Not ¶
Not applies the not operator on the given predicate.
func Or ¶
Or groups predicates with the OR operator between them.
func ReplayURL ¶
ReplayURL applies equality check predicate on the "replay_url" field. It's identical to ReplayURLEQ.
func ReplayURLContains ¶
ReplayURLContains applies the Contains predicate on the "replay_url" field.
func ReplayURLContainsFold ¶
ReplayURLContainsFold applies the ContainsFold predicate on the "replay_url" field.
func ReplayURLEQ ¶
ReplayURLEQ applies the EQ predicate on the "replay_url" field.
func ReplayURLEqualFold ¶
ReplayURLEqualFold applies the EqualFold predicate on the "replay_url" field.
func ReplayURLGT ¶
ReplayURLGT applies the GT predicate on the "replay_url" field.
func ReplayURLGTE ¶
ReplayURLGTE applies the GTE predicate on the "replay_url" field.
func ReplayURLHasPrefix ¶
ReplayURLHasPrefix applies the HasPrefix predicate on the "replay_url" field.
func ReplayURLHasSuffix ¶
ReplayURLHasSuffix applies the HasSuffix predicate on the "replay_url" field.
func ReplayURLIn ¶
ReplayURLIn applies the In predicate on the "replay_url" field.
func ReplayURLIsNil ¶
ReplayURLIsNil applies the IsNil predicate on the "replay_url" field.
func ReplayURLLT ¶
ReplayURLLT applies the LT predicate on the "replay_url" field.
func ReplayURLLTE ¶
ReplayURLLTE applies the LTE predicate on the "replay_url" field.
func ReplayURLNEQ ¶
ReplayURLNEQ applies the NEQ predicate on the "replay_url" field.
func ReplayURLNotIn ¶
ReplayURLNotIn applies the NotIn predicate on the "replay_url" field.
func ReplayURLNotNil ¶
ReplayURLNotNil applies the NotNil predicate on the "replay_url" field.
func ScoreTeamA ¶
ScoreTeamA applies equality check predicate on the "score_team_a" field. It's identical to ScoreTeamAEQ.
func ScoreTeamAEQ ¶
ScoreTeamAEQ applies the EQ predicate on the "score_team_a" field.
func ScoreTeamAGT ¶
ScoreTeamAGT applies the GT predicate on the "score_team_a" field.
func ScoreTeamAGTE ¶
ScoreTeamAGTE applies the GTE predicate on the "score_team_a" field.
func ScoreTeamAIn ¶
ScoreTeamAIn applies the In predicate on the "score_team_a" field.
func ScoreTeamALT ¶
ScoreTeamALT applies the LT predicate on the "score_team_a" field.
func ScoreTeamALTE ¶
ScoreTeamALTE applies the LTE predicate on the "score_team_a" field.
func ScoreTeamANEQ ¶
ScoreTeamANEQ applies the NEQ predicate on the "score_team_a" field.
func ScoreTeamANotIn ¶
ScoreTeamANotIn applies the NotIn predicate on the "score_team_a" field.
func ScoreTeamB ¶
ScoreTeamB applies equality check predicate on the "score_team_b" field. It's identical to ScoreTeamBEQ.
func ScoreTeamBEQ ¶
ScoreTeamBEQ applies the EQ predicate on the "score_team_b" field.
func ScoreTeamBGT ¶
ScoreTeamBGT applies the GT predicate on the "score_team_b" field.
func ScoreTeamBGTE ¶
ScoreTeamBGTE applies the GTE predicate on the "score_team_b" field.
func ScoreTeamBIn ¶
ScoreTeamBIn applies the In predicate on the "score_team_b" field.
func ScoreTeamBLT ¶
ScoreTeamBLT applies the LT predicate on the "score_team_b" field.
func ScoreTeamBLTE ¶
ScoreTeamBLTE applies the LTE predicate on the "score_team_b" field.
func ScoreTeamBNEQ ¶
ScoreTeamBNEQ applies the NEQ predicate on the "score_team_b" field.
func ScoreTeamBNotIn ¶
ScoreTeamBNotIn applies the NotIn predicate on the "score_team_b" field.
func ShareCode ¶
ShareCode applies equality check predicate on the "share_code" field. It's identical to ShareCodeEQ.
func ShareCodeContains ¶
ShareCodeContains applies the Contains predicate on the "share_code" field.
func ShareCodeContainsFold ¶
ShareCodeContainsFold applies the ContainsFold predicate on the "share_code" field.
func ShareCodeEQ ¶
ShareCodeEQ applies the EQ predicate on the "share_code" field.
func ShareCodeEqualFold ¶
ShareCodeEqualFold applies the EqualFold predicate on the "share_code" field.
func ShareCodeGT ¶
ShareCodeGT applies the GT predicate on the "share_code" field.
func ShareCodeGTE ¶
ShareCodeGTE applies the GTE predicate on the "share_code" field.
func ShareCodeHasPrefix ¶
ShareCodeHasPrefix applies the HasPrefix predicate on the "share_code" field.
func ShareCodeHasSuffix ¶
ShareCodeHasSuffix applies the HasSuffix predicate on the "share_code" field.
func ShareCodeIn ¶
ShareCodeIn applies the In predicate on the "share_code" field.
func ShareCodeLT ¶
ShareCodeLT applies the LT predicate on the "share_code" field.
func ShareCodeLTE ¶
ShareCodeLTE applies the LTE predicate on the "share_code" field.
func ShareCodeNEQ ¶
ShareCodeNEQ applies the NEQ predicate on the "share_code" field.
func ShareCodeNotIn ¶
ShareCodeNotIn applies the NotIn predicate on the "share_code" field.
func TickRate ¶
TickRate applies equality check predicate on the "tick_rate" field. It's identical to TickRateEQ.
func TickRateEQ ¶
TickRateEQ applies the EQ predicate on the "tick_rate" field.
func TickRateGT ¶
TickRateGT applies the GT predicate on the "tick_rate" field.
func TickRateGTE ¶
TickRateGTE applies the GTE predicate on the "tick_rate" field.
func TickRateIn ¶
TickRateIn applies the In predicate on the "tick_rate" field.
func TickRateIsNil ¶
TickRateIsNil applies the IsNil predicate on the "tick_rate" field.
func TickRateLT ¶
TickRateLT applies the LT predicate on the "tick_rate" field.
func TickRateLTE ¶
TickRateLTE applies the LTE predicate on the "tick_rate" field.
func TickRateNEQ ¶
TickRateNEQ applies the NEQ predicate on the "tick_rate" field.
func TickRateNotIn ¶
TickRateNotIn applies the NotIn predicate on the "tick_rate" field.
func TickRateNotNil ¶
TickRateNotNil applies the NotNil predicate on the "tick_rate" field.
func VacPresent ¶
VacPresent applies equality check predicate on the "vac_present" field. It's identical to VacPresentEQ.
func VacPresentEQ ¶
VacPresentEQ applies the EQ predicate on the "vac_present" field.
func VacPresentNEQ ¶
VacPresentNEQ applies the NEQ predicate on the "vac_present" field.
Types ¶
This section is empty.