Documentation ¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.User) predicate.User
- func Authentikpkid(v string) predicate.User
- func AuthentikpkidContains(v string) predicate.User
- func AuthentikpkidContainsFold(v string) predicate.User
- func AuthentikpkidEQ(v string) predicate.User
- func AuthentikpkidEqualFold(v string) predicate.User
- func AuthentikpkidGT(v string) predicate.User
- func AuthentikpkidGTE(v string) predicate.User
- func AuthentikpkidHasPrefix(v string) predicate.User
- func AuthentikpkidHasSuffix(v string) predicate.User
- func AuthentikpkidIn(vs ...string) predicate.User
- func AuthentikpkidLT(v string) predicate.User
- func AuthentikpkidLTE(v string) predicate.User
- func AuthentikpkidNEQ(v string) predicate.User
- func AuthentikpkidNotIn(vs ...string) predicate.User
- func Bloopnetid(v string) predicate.User
- func BloopnetidContains(v string) predicate.User
- func BloopnetidContainsFold(v string) predicate.User
- func BloopnetidEQ(v string) predicate.User
- func BloopnetidEqualFold(v string) predicate.User
- func BloopnetidGT(v string) predicate.User
- func BloopnetidGTE(v string) predicate.User
- func BloopnetidHasPrefix(v string) predicate.User
- func BloopnetidHasSuffix(v string) predicate.User
- func BloopnetidIn(vs ...string) predicate.User
- func BloopnetidLT(v string) predicate.User
- func BloopnetidLTE(v string) predicate.User
- func BloopnetidNEQ(v string) predicate.User
- func BloopnetidNotIn(vs ...string) predicate.User
- func BloopyId(v uuid.UUID) predicate.User
- func BloopyIdEQ(v uuid.UUID) predicate.User
- func BloopyIdGT(v uuid.UUID) predicate.User
- func BloopyIdGTE(v uuid.UUID) predicate.User
- func BloopyIdIn(vs ...uuid.UUID) predicate.User
- func BloopyIdLT(v uuid.UUID) predicate.User
- func BloopyIdLTE(v uuid.UUID) predicate.User
- func BloopyIdNEQ(v uuid.UUID) predicate.User
- func BloopyIdNotIn(vs ...uuid.UUID) predicate.User
- func Discordid(v string) predicate.User
- func DiscordidContains(v string) predicate.User
- func DiscordidContainsFold(v string) predicate.User
- func DiscordidEQ(v string) predicate.User
- func DiscordidEqualFold(v string) predicate.User
- func DiscordidGT(v string) predicate.User
- func DiscordidGTE(v string) predicate.User
- func DiscordidHasPrefix(v string) predicate.User
- func DiscordidHasSuffix(v string) predicate.User
- func DiscordidIn(vs ...string) predicate.User
- func DiscordidLT(v string) predicate.User
- func DiscordidLTE(v string) predicate.User
- func DiscordidNEQ(v string) predicate.User
- func DiscordidNotIn(vs ...string) predicate.User
- func HasGroups() predicate.User
- func HasGroupsWith(preds ...predicate.Group) predicate.User
- func HasMediaRequest() predicate.User
- func HasMediaRequestWith(preds ...predicate.MediaRequest) predicate.User
- func ID(id int) predicate.User
- func IDEQ(id int) predicate.User
- func IDGT(id int) predicate.User
- func IDGTE(id int) predicate.User
- func IDIn(ids ...int) predicate.User
- func IDLT(id int) predicate.User
- func IDLTE(id int) predicate.User
- func IDNEQ(id int) predicate.User
- func IDNotIn(ids ...int) predicate.User
- func Not(p predicate.User) predicate.User
- func Or(predicates ...predicate.User) predicate.User
- func Plexid(v string) predicate.User
- func PlexidContains(v string) predicate.User
- func PlexidContainsFold(v string) predicate.User
- func PlexidEQ(v string) predicate.User
- func PlexidEqualFold(v string) predicate.User
- func PlexidGT(v string) predicate.User
- func PlexidGTE(v string) predicate.User
- func PlexidHasPrefix(v string) predicate.User
- func PlexidHasSuffix(v string) predicate.User
- func PlexidIn(vs ...string) predicate.User
- func PlexidLT(v string) predicate.User
- func PlexidLTE(v string) predicate.User
- func PlexidNEQ(v string) predicate.User
- func PlexidNotIn(vs ...string) predicate.User
- func ValidColumn(column string) bool
Constants ¶
const ( // Label holds the string label denoting the user type in the database. Label = "user" // FieldID holds the string denoting the id field in the database. FieldID = "id" // FieldBloopyId holds the string denoting the bloopyid field in the database. FieldBloopyId = "bloopy_id" // FieldDiscordid holds the string denoting the discordid field in the database. FieldDiscordid = "discordid" // FieldPlexid holds the string denoting the plexid field in the database. FieldPlexid = "plexid" // FieldBloopnetid holds the string denoting the bloopnetid field in the database. FieldBloopnetid = "bloopnetid" // FieldAuthentikpkid holds the string denoting the authentikpkid field in the database. FieldAuthentikpkid = "authentikpkid" // EdgeGroups holds the string denoting the groups edge name in mutations. EdgeGroups = "groups" // EdgeMediaRequest holds the string denoting the mediarequest edge name in mutations. EdgeMediaRequest = "mediaRequest" // Table holds the table name of the user in the database. Table = "users" // GroupsTable is the table that holds the groups relation/edge. The primary key declared below. GroupsTable = "group_users" // GroupsInverseTable is the table name for the Group entity. // It exists in this package in order to avoid circular dependency with the "group" package. GroupsInverseTable = "groups" // MediaRequestTable is the table that holds the mediaRequest relation/edge. MediaRequestTable = "media_requests" // MediaRequestInverseTable is the table name for the MediaRequest entity. // It exists in this package in order to avoid circular dependency with the "mediarequest" package. MediaRequestInverseTable = "media_requests" // MediaRequestColumn is the table column denoting the mediaRequest relation/edge. MediaRequestColumn = "user_media_request" )
Variables ¶
var ( // DefaultDiscordid holds the default value on creation for the "discordid" field. DefaultDiscordid string // DefaultPlexid holds the default value on creation for the "Plexid" field. DefaultPlexid string )
var Columns = []string{ FieldID, FieldBloopyId, FieldDiscordid, FieldPlexid, FieldBloopnetid, FieldAuthentikpkid, }
Columns holds all SQL columns for user fields.
var ( // GroupsPrimaryKey and GroupsColumn2 are the table columns denoting the // primary key for the groups relation (M2M). GroupsPrimaryKey = []string{"group_id", "user_id"} )
Functions ¶
func Authentikpkid ¶
Authentikpkid applies equality check predicate on the "authentikpkid" field. It's identical to AuthentikpkidEQ.
func AuthentikpkidContains ¶
AuthentikpkidContains applies the Contains predicate on the "authentikpkid" field.
func AuthentikpkidContainsFold ¶
AuthentikpkidContainsFold applies the ContainsFold predicate on the "authentikpkid" field.
func AuthentikpkidEQ ¶
AuthentikpkidEQ applies the EQ predicate on the "authentikpkid" field.
func AuthentikpkidEqualFold ¶
AuthentikpkidEqualFold applies the EqualFold predicate on the "authentikpkid" field.
func AuthentikpkidGT ¶
AuthentikpkidGT applies the GT predicate on the "authentikpkid" field.
func AuthentikpkidGTE ¶
AuthentikpkidGTE applies the GTE predicate on the "authentikpkid" field.
func AuthentikpkidHasPrefix ¶
AuthentikpkidHasPrefix applies the HasPrefix predicate on the "authentikpkid" field.
func AuthentikpkidHasSuffix ¶
AuthentikpkidHasSuffix applies the HasSuffix predicate on the "authentikpkid" field.
func AuthentikpkidIn ¶
AuthentikpkidIn applies the In predicate on the "authentikpkid" field.
func AuthentikpkidLT ¶
AuthentikpkidLT applies the LT predicate on the "authentikpkid" field.
func AuthentikpkidLTE ¶
AuthentikpkidLTE applies the LTE predicate on the "authentikpkid" field.
func AuthentikpkidNEQ ¶
AuthentikpkidNEQ applies the NEQ predicate on the "authentikpkid" field.
func AuthentikpkidNotIn ¶
AuthentikpkidNotIn applies the NotIn predicate on the "authentikpkid" field.
func Bloopnetid ¶
Bloopnetid applies equality check predicate on the "bloopnetid" field. It's identical to BloopnetidEQ.
func BloopnetidContains ¶
BloopnetidContains applies the Contains predicate on the "bloopnetid" field.
func BloopnetidContainsFold ¶
BloopnetidContainsFold applies the ContainsFold predicate on the "bloopnetid" field.
func BloopnetidEQ ¶
BloopnetidEQ applies the EQ predicate on the "bloopnetid" field.
func BloopnetidEqualFold ¶
BloopnetidEqualFold applies the EqualFold predicate on the "bloopnetid" field.
func BloopnetidGT ¶
BloopnetidGT applies the GT predicate on the "bloopnetid" field.
func BloopnetidGTE ¶
BloopnetidGTE applies the GTE predicate on the "bloopnetid" field.
func BloopnetidHasPrefix ¶
BloopnetidHasPrefix applies the HasPrefix predicate on the "bloopnetid" field.
func BloopnetidHasSuffix ¶
BloopnetidHasSuffix applies the HasSuffix predicate on the "bloopnetid" field.
func BloopnetidIn ¶
BloopnetidIn applies the In predicate on the "bloopnetid" field.
func BloopnetidLT ¶
BloopnetidLT applies the LT predicate on the "bloopnetid" field.
func BloopnetidLTE ¶
BloopnetidLTE applies the LTE predicate on the "bloopnetid" field.
func BloopnetidNEQ ¶
BloopnetidNEQ applies the NEQ predicate on the "bloopnetid" field.
func BloopnetidNotIn ¶
BloopnetidNotIn applies the NotIn predicate on the "bloopnetid" field.
func BloopyId ¶
BloopyId applies equality check predicate on the "bloopyId" field. It's identical to BloopyIdEQ.
func BloopyIdEQ ¶
BloopyIdEQ applies the EQ predicate on the "bloopyId" field.
func BloopyIdGT ¶
BloopyIdGT applies the GT predicate on the "bloopyId" field.
func BloopyIdGTE ¶
BloopyIdGTE applies the GTE predicate on the "bloopyId" field.
func BloopyIdIn ¶
BloopyIdIn applies the In predicate on the "bloopyId" field.
func BloopyIdLT ¶
BloopyIdLT applies the LT predicate on the "bloopyId" field.
func BloopyIdLTE ¶
BloopyIdLTE applies the LTE predicate on the "bloopyId" field.
func BloopyIdNEQ ¶
BloopyIdNEQ applies the NEQ predicate on the "bloopyId" field.
func BloopyIdNotIn ¶
BloopyIdNotIn applies the NotIn predicate on the "bloopyId" field.
func Discordid ¶
Discordid applies equality check predicate on the "discordid" field. It's identical to DiscordidEQ.
func DiscordidContains ¶
DiscordidContains applies the Contains predicate on the "discordid" field.
func DiscordidContainsFold ¶
DiscordidContainsFold applies the ContainsFold predicate on the "discordid" field.
func DiscordidEQ ¶
DiscordidEQ applies the EQ predicate on the "discordid" field.
func DiscordidEqualFold ¶
DiscordidEqualFold applies the EqualFold predicate on the "discordid" field.
func DiscordidGT ¶
DiscordidGT applies the GT predicate on the "discordid" field.
func DiscordidGTE ¶
DiscordidGTE applies the GTE predicate on the "discordid" field.
func DiscordidHasPrefix ¶
DiscordidHasPrefix applies the HasPrefix predicate on the "discordid" field.
func DiscordidHasSuffix ¶
DiscordidHasSuffix applies the HasSuffix predicate on the "discordid" field.
func DiscordidIn ¶
DiscordidIn applies the In predicate on the "discordid" field.
func DiscordidLT ¶
DiscordidLT applies the LT predicate on the "discordid" field.
func DiscordidLTE ¶
DiscordidLTE applies the LTE predicate on the "discordid" field.
func DiscordidNEQ ¶
DiscordidNEQ applies the NEQ predicate on the "discordid" field.
func DiscordidNotIn ¶
DiscordidNotIn applies the NotIn predicate on the "discordid" field.
func HasGroupsWith ¶
HasGroupsWith applies the HasEdge predicate on the "groups" edge with a given conditions (other predicates).
func HasMediaRequest ¶
HasMediaRequest applies the HasEdge predicate on the "mediaRequest" edge.
func HasMediaRequestWith ¶
func HasMediaRequestWith(preds ...predicate.MediaRequest) predicate.User
HasMediaRequestWith applies the HasEdge predicate on the "mediaRequest" edge with a given conditions (other predicates).
func Plexid ¶
Plexid applies equality check predicate on the "Plexid" field. It's identical to PlexidEQ.
func PlexidContains ¶
PlexidContains applies the Contains predicate on the "Plexid" field.
func PlexidContainsFold ¶
PlexidContainsFold applies the ContainsFold predicate on the "Plexid" field.
func PlexidEqualFold ¶
PlexidEqualFold applies the EqualFold predicate on the "Plexid" field.
func PlexidHasPrefix ¶
PlexidHasPrefix applies the HasPrefix predicate on the "Plexid" field.
func PlexidHasSuffix ¶
PlexidHasSuffix applies the HasSuffix predicate on the "Plexid" field.
func PlexidNotIn ¶
PlexidNotIn applies the NotIn predicate on the "Plexid" field.
func ValidColumn ¶
ValidColumn reports if the column name is valid (part of the table columns).
Types ¶
This section is empty.