subscriptionmatch

package
v1.5.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 9, 2022 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the subscriptionmatch type in the database.
	Label = "subscription_match"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldCreateTime holds the string denoting the create_time field in the database.
	FieldCreateTime = "create_time"
	// FieldUpdateTime holds the string denoting the update_time field in the database.
	FieldUpdateTime = "update_time"
	// FieldMatchID holds the string denoting the match_id field in the database.
	FieldMatchID = "match_id"
	// FieldPlayerID holds the string denoting the player_id field in the database.
	FieldPlayerID = "player_id"
	// FieldPlayerSlot holds the string denoting the player_slot field in the database.
	FieldPlayerSlot = "player_slot"
	// FieldRadiantWin holds the string denoting the radiant_win field in the database.
	FieldRadiantWin = "radiant_win"
	// FieldDuration holds the string denoting the duration field in the database.
	FieldDuration = "duration"
	// FieldGameMode holds the string denoting the game_mode field in the database.
	FieldGameMode = "game_mode"
	// FieldLobbyType holds the string denoting the lobby_type field in the database.
	FieldLobbyType = "lobby_type"
	// FieldHeroID holds the string denoting the hero_id field in the database.
	FieldHeroID = "hero_id"
	// FieldStartTime holds the string denoting the start_time field in the database.
	FieldStartTime = "start_time"
	// FieldVersion holds the string denoting the version field in the database.
	FieldVersion = "version"
	// FieldKills holds the string denoting the kills field in the database.
	FieldKills = "kills"
	// FieldDeaths holds the string denoting the deaths field in the database.
	FieldDeaths = "deaths"
	// FieldAssists holds the string denoting the assists field in the database.
	FieldAssists = "assists"
	// FieldSkill holds the string denoting the skill field in the database.
	FieldSkill = "skill"
	// FieldLeaverStatus holds the string denoting the leaver_status field in the database.
	FieldLeaverStatus = "leaver_status"
	// FieldPartySize holds the string denoting the party_size field in the database.
	FieldPartySize = "party_size"
	// Table holds the table name of the subscriptionmatch in the database.
	Table = "subscription_matches"
)

Variables

View Source
var (
	// DefaultCreateTime holds the default value on creation for the "create_time" field.
	DefaultCreateTime func() time.Time
	// DefaultUpdateTime holds the default value on creation for the "update_time" field.
	DefaultUpdateTime func() time.Time
	// UpdateDefaultUpdateTime holds the default value on update for the "update_time" field.
	UpdateDefaultUpdateTime func() time.Time
)

Columns holds all SQL columns for subscriptionmatch fields.

Functions

func And

And groups predicates with the AND operator between them.

func Assists

func Assists(v int) predicate.SubscriptionMatch

Assists applies equality check predicate on the "assists" field. It's identical to AssistsEQ.

func AssistsEQ

func AssistsEQ(v int) predicate.SubscriptionMatch

AssistsEQ applies the EQ predicate on the "assists" field.

func AssistsGT

func AssistsGT(v int) predicate.SubscriptionMatch

AssistsGT applies the GT predicate on the "assists" field.

func AssistsGTE

func AssistsGTE(v int) predicate.SubscriptionMatch

AssistsGTE applies the GTE predicate on the "assists" field.

func AssistsIn

func AssistsIn(vs ...int) predicate.SubscriptionMatch

AssistsIn applies the In predicate on the "assists" field.

func AssistsLT

func AssistsLT(v int) predicate.SubscriptionMatch

AssistsLT applies the LT predicate on the "assists" field.

func AssistsLTE

func AssistsLTE(v int) predicate.SubscriptionMatch

AssistsLTE applies the LTE predicate on the "assists" field.

func AssistsNEQ

func AssistsNEQ(v int) predicate.SubscriptionMatch

AssistsNEQ applies the NEQ predicate on the "assists" field.

func AssistsNotIn

func AssistsNotIn(vs ...int) predicate.SubscriptionMatch

AssistsNotIn applies the NotIn predicate on the "assists" field.

func CreateTime

func CreateTime(v time.Time) predicate.SubscriptionMatch

CreateTime applies equality check predicate on the "create_time" field. It's identical to CreateTimeEQ.

func CreateTimeEQ

func CreateTimeEQ(v time.Time) predicate.SubscriptionMatch

CreateTimeEQ applies the EQ predicate on the "create_time" field.

func CreateTimeGT

func CreateTimeGT(v time.Time) predicate.SubscriptionMatch

CreateTimeGT applies the GT predicate on the "create_time" field.

func CreateTimeGTE

func CreateTimeGTE(v time.Time) predicate.SubscriptionMatch

CreateTimeGTE applies the GTE predicate on the "create_time" field.

func CreateTimeIn

func CreateTimeIn(vs ...time.Time) predicate.SubscriptionMatch

CreateTimeIn applies the In predicate on the "create_time" field.

func CreateTimeLT

func CreateTimeLT(v time.Time) predicate.SubscriptionMatch

CreateTimeLT applies the LT predicate on the "create_time" field.

func CreateTimeLTE

func CreateTimeLTE(v time.Time) predicate.SubscriptionMatch

CreateTimeLTE applies the LTE predicate on the "create_time" field.

func CreateTimeNEQ

func CreateTimeNEQ(v time.Time) predicate.SubscriptionMatch

CreateTimeNEQ applies the NEQ predicate on the "create_time" field.

func CreateTimeNotIn

func CreateTimeNotIn(vs ...time.Time) predicate.SubscriptionMatch

CreateTimeNotIn applies the NotIn predicate on the "create_time" field.

func Deaths

Deaths applies equality check predicate on the "deaths" field. It's identical to DeathsEQ.

func DeathsEQ

func DeathsEQ(v int) predicate.SubscriptionMatch

DeathsEQ applies the EQ predicate on the "deaths" field.

func DeathsGT

func DeathsGT(v int) predicate.SubscriptionMatch

DeathsGT applies the GT predicate on the "deaths" field.

func DeathsGTE

func DeathsGTE(v int) predicate.SubscriptionMatch

DeathsGTE applies the GTE predicate on the "deaths" field.

func DeathsIn

func DeathsIn(vs ...int) predicate.SubscriptionMatch

DeathsIn applies the In predicate on the "deaths" field.

func DeathsLT

func DeathsLT(v int) predicate.SubscriptionMatch

DeathsLT applies the LT predicate on the "deaths" field.

func DeathsLTE

func DeathsLTE(v int) predicate.SubscriptionMatch

DeathsLTE applies the LTE predicate on the "deaths" field.

func DeathsNEQ

func DeathsNEQ(v int) predicate.SubscriptionMatch

DeathsNEQ applies the NEQ predicate on the "deaths" field.

func DeathsNotIn

func DeathsNotIn(vs ...int) predicate.SubscriptionMatch

DeathsNotIn applies the NotIn predicate on the "deaths" field.

func Duration

func Duration(v int) predicate.SubscriptionMatch

Duration applies equality check predicate on the "duration" field. It's identical to DurationEQ.

func DurationEQ

func DurationEQ(v int) predicate.SubscriptionMatch

DurationEQ applies the EQ predicate on the "duration" field.

func DurationGT

func DurationGT(v int) predicate.SubscriptionMatch

DurationGT applies the GT predicate on the "duration" field.

func DurationGTE

func DurationGTE(v int) predicate.SubscriptionMatch

DurationGTE applies the GTE predicate on the "duration" field.

func DurationIn

func DurationIn(vs ...int) predicate.SubscriptionMatch

DurationIn applies the In predicate on the "duration" field.

func DurationLT

func DurationLT(v int) predicate.SubscriptionMatch

DurationLT applies the LT predicate on the "duration" field.

func DurationLTE

func DurationLTE(v int) predicate.SubscriptionMatch

DurationLTE applies the LTE predicate on the "duration" field.

func DurationNEQ

func DurationNEQ(v int) predicate.SubscriptionMatch

DurationNEQ applies the NEQ predicate on the "duration" field.

func DurationNotIn

func DurationNotIn(vs ...int) predicate.SubscriptionMatch

DurationNotIn applies the NotIn predicate on the "duration" field.

func GameMode

func GameMode(v int) predicate.SubscriptionMatch

GameMode applies equality check predicate on the "game_mode" field. It's identical to GameModeEQ.

func GameModeEQ

func GameModeEQ(v int) predicate.SubscriptionMatch

GameModeEQ applies the EQ predicate on the "game_mode" field.

func GameModeGT

func GameModeGT(v int) predicate.SubscriptionMatch

GameModeGT applies the GT predicate on the "game_mode" field.

func GameModeGTE

func GameModeGTE(v int) predicate.SubscriptionMatch

GameModeGTE applies the GTE predicate on the "game_mode" field.

func GameModeIn

func GameModeIn(vs ...int) predicate.SubscriptionMatch

GameModeIn applies the In predicate on the "game_mode" field.

func GameModeLT

func GameModeLT(v int) predicate.SubscriptionMatch

GameModeLT applies the LT predicate on the "game_mode" field.

func GameModeLTE

func GameModeLTE(v int) predicate.SubscriptionMatch

GameModeLTE applies the LTE predicate on the "game_mode" field.

func GameModeNEQ

func GameModeNEQ(v int) predicate.SubscriptionMatch

GameModeNEQ applies the NEQ predicate on the "game_mode" field.

func GameModeNotIn

func GameModeNotIn(vs ...int) predicate.SubscriptionMatch

GameModeNotIn applies the NotIn predicate on the "game_mode" field.

func HeroID

HeroID applies equality check predicate on the "hero_id" field. It's identical to HeroIDEQ.

func HeroIDEQ

func HeroIDEQ(v int) predicate.SubscriptionMatch

HeroIDEQ applies the EQ predicate on the "hero_id" field.

func HeroIDGT

func HeroIDGT(v int) predicate.SubscriptionMatch

HeroIDGT applies the GT predicate on the "hero_id" field.

func HeroIDGTE

func HeroIDGTE(v int) predicate.SubscriptionMatch

HeroIDGTE applies the GTE predicate on the "hero_id" field.

func HeroIDIn

func HeroIDIn(vs ...int) predicate.SubscriptionMatch

HeroIDIn applies the In predicate on the "hero_id" field.

func HeroIDLT

func HeroIDLT(v int) predicate.SubscriptionMatch

HeroIDLT applies the LT predicate on the "hero_id" field.

func HeroIDLTE

func HeroIDLTE(v int) predicate.SubscriptionMatch

HeroIDLTE applies the LTE predicate on the "hero_id" field.

func HeroIDNEQ

func HeroIDNEQ(v int) predicate.SubscriptionMatch

HeroIDNEQ applies the NEQ predicate on the "hero_id" field.

func HeroIDNotIn

func HeroIDNotIn(vs ...int) predicate.SubscriptionMatch

HeroIDNotIn applies the NotIn predicate on the "hero_id" field.

func ID

ID filters vertices based on their ID field.

func IDEQ

IDEQ applies the EQ predicate on the ID field.

func IDGT

IDGT applies the GT predicate on the ID field.

func IDGTE

IDGTE applies the GTE predicate on the ID field.

func IDIn

func IDIn(ids ...int) predicate.SubscriptionMatch

IDIn applies the In predicate on the ID field.

func IDLT

IDLT applies the LT predicate on the ID field.

func IDLTE

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

func IDNotIn(ids ...int) predicate.SubscriptionMatch

IDNotIn applies the NotIn predicate on the ID field.

func Kills

Kills applies equality check predicate on the "kills" field. It's identical to KillsEQ.

func KillsEQ

func KillsEQ(v int) predicate.SubscriptionMatch

KillsEQ applies the EQ predicate on the "kills" field.

func KillsGT

func KillsGT(v int) predicate.SubscriptionMatch

KillsGT applies the GT predicate on the "kills" field.

func KillsGTE

func KillsGTE(v int) predicate.SubscriptionMatch

KillsGTE applies the GTE predicate on the "kills" field.

func KillsIn

func KillsIn(vs ...int) predicate.SubscriptionMatch

KillsIn applies the In predicate on the "kills" field.

func KillsLT

func KillsLT(v int) predicate.SubscriptionMatch

KillsLT applies the LT predicate on the "kills" field.

func KillsLTE

func KillsLTE(v int) predicate.SubscriptionMatch

KillsLTE applies the LTE predicate on the "kills" field.

func KillsNEQ

func KillsNEQ(v int) predicate.SubscriptionMatch

KillsNEQ applies the NEQ predicate on the "kills" field.

func KillsNotIn

func KillsNotIn(vs ...int) predicate.SubscriptionMatch

KillsNotIn applies the NotIn predicate on the "kills" field.

func LeaverStatus

func LeaverStatus(v int) predicate.SubscriptionMatch

LeaverStatus applies equality check predicate on the "leaver_status" field. It's identical to LeaverStatusEQ.

func LeaverStatusEQ

func LeaverStatusEQ(v int) predicate.SubscriptionMatch

LeaverStatusEQ applies the EQ predicate on the "leaver_status" field.

func LeaverStatusGT

func LeaverStatusGT(v int) predicate.SubscriptionMatch

LeaverStatusGT applies the GT predicate on the "leaver_status" field.

func LeaverStatusGTE

func LeaverStatusGTE(v int) predicate.SubscriptionMatch

LeaverStatusGTE applies the GTE predicate on the "leaver_status" field.

func LeaverStatusIn

func LeaverStatusIn(vs ...int) predicate.SubscriptionMatch

LeaverStatusIn applies the In predicate on the "leaver_status" field.

func LeaverStatusLT

func LeaverStatusLT(v int) predicate.SubscriptionMatch

LeaverStatusLT applies the LT predicate on the "leaver_status" field.

func LeaverStatusLTE

func LeaverStatusLTE(v int) predicate.SubscriptionMatch

LeaverStatusLTE applies the LTE predicate on the "leaver_status" field.

func LeaverStatusNEQ

func LeaverStatusNEQ(v int) predicate.SubscriptionMatch

LeaverStatusNEQ applies the NEQ predicate on the "leaver_status" field.

func LeaverStatusNotIn

func LeaverStatusNotIn(vs ...int) predicate.SubscriptionMatch

LeaverStatusNotIn applies the NotIn predicate on the "leaver_status" field.

func LobbyType

func LobbyType(v int) predicate.SubscriptionMatch

LobbyType applies equality check predicate on the "lobby_type" field. It's identical to LobbyTypeEQ.

func LobbyTypeEQ

func LobbyTypeEQ(v int) predicate.SubscriptionMatch

LobbyTypeEQ applies the EQ predicate on the "lobby_type" field.

func LobbyTypeGT

func LobbyTypeGT(v int) predicate.SubscriptionMatch

LobbyTypeGT applies the GT predicate on the "lobby_type" field.

func LobbyTypeGTE

func LobbyTypeGTE(v int) predicate.SubscriptionMatch

LobbyTypeGTE applies the GTE predicate on the "lobby_type" field.

func LobbyTypeIn

func LobbyTypeIn(vs ...int) predicate.SubscriptionMatch

LobbyTypeIn applies the In predicate on the "lobby_type" field.

func LobbyTypeLT

func LobbyTypeLT(v int) predicate.SubscriptionMatch

LobbyTypeLT applies the LT predicate on the "lobby_type" field.

func LobbyTypeLTE

func LobbyTypeLTE(v int) predicate.SubscriptionMatch

LobbyTypeLTE applies the LTE predicate on the "lobby_type" field.

func LobbyTypeNEQ

func LobbyTypeNEQ(v int) predicate.SubscriptionMatch

LobbyTypeNEQ applies the NEQ predicate on the "lobby_type" field.

func LobbyTypeNotIn

func LobbyTypeNotIn(vs ...int) predicate.SubscriptionMatch

LobbyTypeNotIn applies the NotIn predicate on the "lobby_type" field.

func MatchID

MatchID applies equality check predicate on the "match_id" field. It's identical to MatchIDEQ.

func MatchIDEQ

func MatchIDEQ(v int64) predicate.SubscriptionMatch

MatchIDEQ applies the EQ predicate on the "match_id" field.

func MatchIDGT

func MatchIDGT(v int64) predicate.SubscriptionMatch

MatchIDGT applies the GT predicate on the "match_id" field.

func MatchIDGTE

func MatchIDGTE(v int64) predicate.SubscriptionMatch

MatchIDGTE applies the GTE predicate on the "match_id" field.

func MatchIDIn

func MatchIDIn(vs ...int64) predicate.SubscriptionMatch

MatchIDIn applies the In predicate on the "match_id" field.

func MatchIDLT

func MatchIDLT(v int64) predicate.SubscriptionMatch

MatchIDLT applies the LT predicate on the "match_id" field.

func MatchIDLTE

func MatchIDLTE(v int64) predicate.SubscriptionMatch

MatchIDLTE applies the LTE predicate on the "match_id" field.

func MatchIDNEQ

func MatchIDNEQ(v int64) predicate.SubscriptionMatch

MatchIDNEQ applies the NEQ predicate on the "match_id" field.

func MatchIDNotIn

func MatchIDNotIn(vs ...int64) predicate.SubscriptionMatch

MatchIDNotIn applies the NotIn predicate on the "match_id" field.

func Not

Not applies the not operator on the given predicate.

func Or

Or groups predicates with the OR operator between them.

func PartySize

func PartySize(v int) predicate.SubscriptionMatch

PartySize applies equality check predicate on the "party_size" field. It's identical to PartySizeEQ.

func PartySizeEQ

func PartySizeEQ(v int) predicate.SubscriptionMatch

PartySizeEQ applies the EQ predicate on the "party_size" field.

func PartySizeGT

func PartySizeGT(v int) predicate.SubscriptionMatch

PartySizeGT applies the GT predicate on the "party_size" field.

func PartySizeGTE

func PartySizeGTE(v int) predicate.SubscriptionMatch

PartySizeGTE applies the GTE predicate on the "party_size" field.

func PartySizeIn

func PartySizeIn(vs ...int) predicate.SubscriptionMatch

PartySizeIn applies the In predicate on the "party_size" field.

func PartySizeLT

func PartySizeLT(v int) predicate.SubscriptionMatch

PartySizeLT applies the LT predicate on the "party_size" field.

func PartySizeLTE

func PartySizeLTE(v int) predicate.SubscriptionMatch

PartySizeLTE applies the LTE predicate on the "party_size" field.

func PartySizeNEQ

func PartySizeNEQ(v int) predicate.SubscriptionMatch

PartySizeNEQ applies the NEQ predicate on the "party_size" field.

func PartySizeNotIn

func PartySizeNotIn(vs ...int) predicate.SubscriptionMatch

PartySizeNotIn applies the NotIn predicate on the "party_size" field.

func PlayerID

PlayerID applies equality check predicate on the "player_id" field. It's identical to PlayerIDEQ.

func PlayerIDContains

func PlayerIDContains(v string) predicate.SubscriptionMatch

PlayerIDContains applies the Contains predicate on the "player_id" field.

func PlayerIDContainsFold

func PlayerIDContainsFold(v string) predicate.SubscriptionMatch

PlayerIDContainsFold applies the ContainsFold predicate on the "player_id" field.

func PlayerIDEQ

func PlayerIDEQ(v string) predicate.SubscriptionMatch

PlayerIDEQ applies the EQ predicate on the "player_id" field.

func PlayerIDEqualFold

func PlayerIDEqualFold(v string) predicate.SubscriptionMatch

PlayerIDEqualFold applies the EqualFold predicate on the "player_id" field.

func PlayerIDGT

func PlayerIDGT(v string) predicate.SubscriptionMatch

PlayerIDGT applies the GT predicate on the "player_id" field.

func PlayerIDGTE

func PlayerIDGTE(v string) predicate.SubscriptionMatch

PlayerIDGTE applies the GTE predicate on the "player_id" field.

func PlayerIDHasPrefix

func PlayerIDHasPrefix(v string) predicate.SubscriptionMatch

PlayerIDHasPrefix applies the HasPrefix predicate on the "player_id" field.

func PlayerIDHasSuffix

func PlayerIDHasSuffix(v string) predicate.SubscriptionMatch

PlayerIDHasSuffix applies the HasSuffix predicate on the "player_id" field.

func PlayerIDIn

func PlayerIDIn(vs ...string) predicate.SubscriptionMatch

PlayerIDIn applies the In predicate on the "player_id" field.

func PlayerIDLT

func PlayerIDLT(v string) predicate.SubscriptionMatch

PlayerIDLT applies the LT predicate on the "player_id" field.

func PlayerIDLTE

func PlayerIDLTE(v string) predicate.SubscriptionMatch

PlayerIDLTE applies the LTE predicate on the "player_id" field.

func PlayerIDNEQ

func PlayerIDNEQ(v string) predicate.SubscriptionMatch

PlayerIDNEQ applies the NEQ predicate on the "player_id" field.

func PlayerIDNotIn

func PlayerIDNotIn(vs ...string) predicate.SubscriptionMatch

PlayerIDNotIn applies the NotIn predicate on the "player_id" field.

func PlayerSlot

func PlayerSlot(v int) predicate.SubscriptionMatch

PlayerSlot applies equality check predicate on the "player_slot" field. It's identical to PlayerSlotEQ.

func PlayerSlotEQ

func PlayerSlotEQ(v int) predicate.SubscriptionMatch

PlayerSlotEQ applies the EQ predicate on the "player_slot" field.

func PlayerSlotGT

func PlayerSlotGT(v int) predicate.SubscriptionMatch

PlayerSlotGT applies the GT predicate on the "player_slot" field.

func PlayerSlotGTE

func PlayerSlotGTE(v int) predicate.SubscriptionMatch

PlayerSlotGTE applies the GTE predicate on the "player_slot" field.

func PlayerSlotIn

func PlayerSlotIn(vs ...int) predicate.SubscriptionMatch

PlayerSlotIn applies the In predicate on the "player_slot" field.

func PlayerSlotLT

func PlayerSlotLT(v int) predicate.SubscriptionMatch

PlayerSlotLT applies the LT predicate on the "player_slot" field.

func PlayerSlotLTE

func PlayerSlotLTE(v int) predicate.SubscriptionMatch

PlayerSlotLTE applies the LTE predicate on the "player_slot" field.

func PlayerSlotNEQ

func PlayerSlotNEQ(v int) predicate.SubscriptionMatch

PlayerSlotNEQ applies the NEQ predicate on the "player_slot" field.

func PlayerSlotNotIn

func PlayerSlotNotIn(vs ...int) predicate.SubscriptionMatch

PlayerSlotNotIn applies the NotIn predicate on the "player_slot" field.

func RadiantWin

func RadiantWin(v bool) predicate.SubscriptionMatch

RadiantWin applies equality check predicate on the "radiant_win" field. It's identical to RadiantWinEQ.

func RadiantWinEQ

func RadiantWinEQ(v bool) predicate.SubscriptionMatch

RadiantWinEQ applies the EQ predicate on the "radiant_win" field.

func RadiantWinNEQ

func RadiantWinNEQ(v bool) predicate.SubscriptionMatch

RadiantWinNEQ applies the NEQ predicate on the "radiant_win" field.

func Skill

Skill applies equality check predicate on the "skill" field. It's identical to SkillEQ.

func SkillEQ

func SkillEQ(v int) predicate.SubscriptionMatch

SkillEQ applies the EQ predicate on the "skill" field.

func SkillGT

func SkillGT(v int) predicate.SubscriptionMatch

SkillGT applies the GT predicate on the "skill" field.

func SkillGTE

func SkillGTE(v int) predicate.SubscriptionMatch

SkillGTE applies the GTE predicate on the "skill" field.

func SkillIn

func SkillIn(vs ...int) predicate.SubscriptionMatch

SkillIn applies the In predicate on the "skill" field.

func SkillIsNil

func SkillIsNil() predicate.SubscriptionMatch

SkillIsNil applies the IsNil predicate on the "skill" field.

func SkillLT

func SkillLT(v int) predicate.SubscriptionMatch

SkillLT applies the LT predicate on the "skill" field.

func SkillLTE

func SkillLTE(v int) predicate.SubscriptionMatch

SkillLTE applies the LTE predicate on the "skill" field.

func SkillNEQ

func SkillNEQ(v int) predicate.SubscriptionMatch

SkillNEQ applies the NEQ predicate on the "skill" field.

func SkillNotIn

func SkillNotIn(vs ...int) predicate.SubscriptionMatch

SkillNotIn applies the NotIn predicate on the "skill" field.

func SkillNotNil

func SkillNotNil() predicate.SubscriptionMatch

SkillNotNil applies the NotNil predicate on the "skill" field.

func StartTime

func StartTime(v int) predicate.SubscriptionMatch

StartTime applies equality check predicate on the "start_time" field. It's identical to StartTimeEQ.

func StartTimeEQ

func StartTimeEQ(v int) predicate.SubscriptionMatch

StartTimeEQ applies the EQ predicate on the "start_time" field.

func StartTimeGT

func StartTimeGT(v int) predicate.SubscriptionMatch

StartTimeGT applies the GT predicate on the "start_time" field.

func StartTimeGTE

func StartTimeGTE(v int) predicate.SubscriptionMatch

StartTimeGTE applies the GTE predicate on the "start_time" field.

func StartTimeIn

func StartTimeIn(vs ...int) predicate.SubscriptionMatch

StartTimeIn applies the In predicate on the "start_time" field.

func StartTimeLT

func StartTimeLT(v int) predicate.SubscriptionMatch

StartTimeLT applies the LT predicate on the "start_time" field.

func StartTimeLTE

func StartTimeLTE(v int) predicate.SubscriptionMatch

StartTimeLTE applies the LTE predicate on the "start_time" field.

func StartTimeNEQ

func StartTimeNEQ(v int) predicate.SubscriptionMatch

StartTimeNEQ applies the NEQ predicate on the "start_time" field.

func StartTimeNotIn

func StartTimeNotIn(vs ...int) predicate.SubscriptionMatch

StartTimeNotIn applies the NotIn predicate on the "start_time" field.

func UpdateTime

func UpdateTime(v time.Time) predicate.SubscriptionMatch

UpdateTime applies equality check predicate on the "update_time" field. It's identical to UpdateTimeEQ.

func UpdateTimeEQ

func UpdateTimeEQ(v time.Time) predicate.SubscriptionMatch

UpdateTimeEQ applies the EQ predicate on the "update_time" field.

func UpdateTimeGT

func UpdateTimeGT(v time.Time) predicate.SubscriptionMatch

UpdateTimeGT applies the GT predicate on the "update_time" field.

func UpdateTimeGTE

func UpdateTimeGTE(v time.Time) predicate.SubscriptionMatch

UpdateTimeGTE applies the GTE predicate on the "update_time" field.

func UpdateTimeIn

func UpdateTimeIn(vs ...time.Time) predicate.SubscriptionMatch

UpdateTimeIn applies the In predicate on the "update_time" field.

func UpdateTimeLT

func UpdateTimeLT(v time.Time) predicate.SubscriptionMatch

UpdateTimeLT applies the LT predicate on the "update_time" field.

func UpdateTimeLTE

func UpdateTimeLTE(v time.Time) predicate.SubscriptionMatch

UpdateTimeLTE applies the LTE predicate on the "update_time" field.

func UpdateTimeNEQ

func UpdateTimeNEQ(v time.Time) predicate.SubscriptionMatch

UpdateTimeNEQ applies the NEQ predicate on the "update_time" field.

func UpdateTimeNotIn

func UpdateTimeNotIn(vs ...time.Time) predicate.SubscriptionMatch

UpdateTimeNotIn applies the NotIn predicate on the "update_time" field.

func ValidColumn

func ValidColumn(column string) bool

ValidColumn reports if the column name is valid (part of the table columns).

func Version

func Version(v int) predicate.SubscriptionMatch

Version applies equality check predicate on the "version" field. It's identical to VersionEQ.

func VersionEQ

func VersionEQ(v int) predicate.SubscriptionMatch

VersionEQ applies the EQ predicate on the "version" field.

func VersionGT

func VersionGT(v int) predicate.SubscriptionMatch

VersionGT applies the GT predicate on the "version" field.

func VersionGTE

func VersionGTE(v int) predicate.SubscriptionMatch

VersionGTE applies the GTE predicate on the "version" field.

func VersionIn

func VersionIn(vs ...int) predicate.SubscriptionMatch

VersionIn applies the In predicate on the "version" field.

func VersionLT

func VersionLT(v int) predicate.SubscriptionMatch

VersionLT applies the LT predicate on the "version" field.

func VersionLTE

func VersionLTE(v int) predicate.SubscriptionMatch

VersionLTE applies the LTE predicate on the "version" field.

func VersionNEQ

func VersionNEQ(v int) predicate.SubscriptionMatch

VersionNEQ applies the NEQ predicate on the "version" field.

func VersionNotIn

func VersionNotIn(vs ...int) predicate.SubscriptionMatch

VersionNotIn applies the NotIn predicate on the "version" field.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL