Documentation
¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.TwitchCategory) predicate.TwitchCategory
- func BoxArtURL(v string) predicate.TwitchCategory
- func BoxArtURLContains(v string) predicate.TwitchCategory
- func BoxArtURLContainsFold(v string) predicate.TwitchCategory
- func BoxArtURLEQ(v string) predicate.TwitchCategory
- func BoxArtURLEqualFold(v string) predicate.TwitchCategory
- func BoxArtURLGT(v string) predicate.TwitchCategory
- func BoxArtURLGTE(v string) predicate.TwitchCategory
- func BoxArtURLHasPrefix(v string) predicate.TwitchCategory
- func BoxArtURLHasSuffix(v string) predicate.TwitchCategory
- func BoxArtURLIn(vs ...string) predicate.TwitchCategory
- func BoxArtURLIsNil() predicate.TwitchCategory
- func BoxArtURLLT(v string) predicate.TwitchCategory
- func BoxArtURLLTE(v string) predicate.TwitchCategory
- func BoxArtURLNEQ(v string) predicate.TwitchCategory
- func BoxArtURLNotIn(vs ...string) predicate.TwitchCategory
- func BoxArtURLNotNil() predicate.TwitchCategory
- func CreatedAt(v time.Time) predicate.TwitchCategory
- func CreatedAtEQ(v time.Time) predicate.TwitchCategory
- func CreatedAtGT(v time.Time) predicate.TwitchCategory
- func CreatedAtGTE(v time.Time) predicate.TwitchCategory
- func CreatedAtIn(vs ...time.Time) predicate.TwitchCategory
- func CreatedAtLT(v time.Time) predicate.TwitchCategory
- func CreatedAtLTE(v time.Time) predicate.TwitchCategory
- func CreatedAtNEQ(v time.Time) predicate.TwitchCategory
- func CreatedAtNotIn(vs ...time.Time) predicate.TwitchCategory
- func ID(id string) predicate.TwitchCategory
- func IDEQ(id string) predicate.TwitchCategory
- func IDGT(id string) predicate.TwitchCategory
- func IDGTE(id string) predicate.TwitchCategory
- func IDIn(ids ...string) predicate.TwitchCategory
- func IDLT(id string) predicate.TwitchCategory
- func IDLTE(id string) predicate.TwitchCategory
- func IDNEQ(id string) predicate.TwitchCategory
- func IDNotIn(ids ...string) predicate.TwitchCategory
- func IgdbID(v string) predicate.TwitchCategory
- func IgdbIDContains(v string) predicate.TwitchCategory
- func IgdbIDContainsFold(v string) predicate.TwitchCategory
- func IgdbIDEQ(v string) predicate.TwitchCategory
- func IgdbIDEqualFold(v string) predicate.TwitchCategory
- func IgdbIDGT(v string) predicate.TwitchCategory
- func IgdbIDGTE(v string) predicate.TwitchCategory
- func IgdbIDHasPrefix(v string) predicate.TwitchCategory
- func IgdbIDHasSuffix(v string) predicate.TwitchCategory
- func IgdbIDIn(vs ...string) predicate.TwitchCategory
- func IgdbIDIsNil() predicate.TwitchCategory
- func IgdbIDLT(v string) predicate.TwitchCategory
- func IgdbIDLTE(v string) predicate.TwitchCategory
- func IgdbIDNEQ(v string) predicate.TwitchCategory
- func IgdbIDNotIn(vs ...string) predicate.TwitchCategory
- func IgdbIDNotNil() predicate.TwitchCategory
- func Name(v string) predicate.TwitchCategory
- func NameContains(v string) predicate.TwitchCategory
- func NameContainsFold(v string) predicate.TwitchCategory
- func NameEQ(v string) predicate.TwitchCategory
- func NameEqualFold(v string) predicate.TwitchCategory
- func NameGT(v string) predicate.TwitchCategory
- func NameGTE(v string) predicate.TwitchCategory
- func NameHasPrefix(v string) predicate.TwitchCategory
- func NameHasSuffix(v string) predicate.TwitchCategory
- func NameIn(vs ...string) predicate.TwitchCategory
- func NameLT(v string) predicate.TwitchCategory
- func NameLTE(v string) predicate.TwitchCategory
- func NameNEQ(v string) predicate.TwitchCategory
- func NameNotIn(vs ...string) predicate.TwitchCategory
- func Not(p predicate.TwitchCategory) predicate.TwitchCategory
- func Or(predicates ...predicate.TwitchCategory) predicate.TwitchCategory
- func UpdatedAt(v time.Time) predicate.TwitchCategory
- func UpdatedAtEQ(v time.Time) predicate.TwitchCategory
- func UpdatedAtGT(v time.Time) predicate.TwitchCategory
- func UpdatedAtGTE(v time.Time) predicate.TwitchCategory
- func UpdatedAtIn(vs ...time.Time) predicate.TwitchCategory
- func UpdatedAtLT(v time.Time) predicate.TwitchCategory
- func UpdatedAtLTE(v time.Time) predicate.TwitchCategory
- func UpdatedAtNEQ(v time.Time) predicate.TwitchCategory
- func UpdatedAtNotIn(vs ...time.Time) predicate.TwitchCategory
- func ValidColumn(column string) bool
Constants ¶
const ( // Label holds the string label denoting the twitchcategory type in the database. Label = "twitch_category" // FieldID holds the string denoting the id field in the database. FieldID = "id" // FieldName holds the string denoting the name field in the database. FieldName = "name" // FieldBoxArtURL holds the string denoting the box_art_url field in the database. FieldBoxArtURL = "box_art_url" // FieldIgdbID holds the string denoting the igdb_id field in the database. FieldIgdbID = "igdb_id" // FieldUpdatedAt holds the string denoting the updated_at field in the database. FieldUpdatedAt = "updated_at" // FieldCreatedAt holds the string denoting the created_at field in the database. FieldCreatedAt = "created_at" // Table holds the table name of the twitchcategory in the database. Table = "twitch_categories" )
Variables ¶
var ( // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. UpdateDefaultUpdatedAt func() time.Time // DefaultCreatedAt holds the default value on creation for the "created_at" field. DefaultCreatedAt func() time.Time )
var Columns = []string{ FieldID, FieldName, FieldBoxArtURL, FieldIgdbID, FieldUpdatedAt, FieldCreatedAt, }
Columns holds all SQL columns for twitchcategory fields.
Functions ¶
func And ¶
func And(predicates ...predicate.TwitchCategory) predicate.TwitchCategory
And groups predicates with the AND operator between them.
func BoxArtURL ¶
func BoxArtURL(v string) predicate.TwitchCategory
BoxArtURL applies equality check predicate on the "box_art_url" field. It's identical to BoxArtURLEQ.
func BoxArtURLContains ¶
func BoxArtURLContains(v string) predicate.TwitchCategory
BoxArtURLContains applies the Contains predicate on the "box_art_url" field.
func BoxArtURLContainsFold ¶
func BoxArtURLContainsFold(v string) predicate.TwitchCategory
BoxArtURLContainsFold applies the ContainsFold predicate on the "box_art_url" field.
func BoxArtURLEQ ¶
func BoxArtURLEQ(v string) predicate.TwitchCategory
BoxArtURLEQ applies the EQ predicate on the "box_art_url" field.
func BoxArtURLEqualFold ¶
func BoxArtURLEqualFold(v string) predicate.TwitchCategory
BoxArtURLEqualFold applies the EqualFold predicate on the "box_art_url" field.
func BoxArtURLGT ¶
func BoxArtURLGT(v string) predicate.TwitchCategory
BoxArtURLGT applies the GT predicate on the "box_art_url" field.
func BoxArtURLGTE ¶
func BoxArtURLGTE(v string) predicate.TwitchCategory
BoxArtURLGTE applies the GTE predicate on the "box_art_url" field.
func BoxArtURLHasPrefix ¶
func BoxArtURLHasPrefix(v string) predicate.TwitchCategory
BoxArtURLHasPrefix applies the HasPrefix predicate on the "box_art_url" field.
func BoxArtURLHasSuffix ¶
func BoxArtURLHasSuffix(v string) predicate.TwitchCategory
BoxArtURLHasSuffix applies the HasSuffix predicate on the "box_art_url" field.
func BoxArtURLIn ¶
func BoxArtURLIn(vs ...string) predicate.TwitchCategory
BoxArtURLIn applies the In predicate on the "box_art_url" field.
func BoxArtURLIsNil ¶
func BoxArtURLIsNil() predicate.TwitchCategory
BoxArtURLIsNil applies the IsNil predicate on the "box_art_url" field.
func BoxArtURLLT ¶
func BoxArtURLLT(v string) predicate.TwitchCategory
BoxArtURLLT applies the LT predicate on the "box_art_url" field.
func BoxArtURLLTE ¶
func BoxArtURLLTE(v string) predicate.TwitchCategory
BoxArtURLLTE applies the LTE predicate on the "box_art_url" field.
func BoxArtURLNEQ ¶
func BoxArtURLNEQ(v string) predicate.TwitchCategory
BoxArtURLNEQ applies the NEQ predicate on the "box_art_url" field.
func BoxArtURLNotIn ¶
func BoxArtURLNotIn(vs ...string) predicate.TwitchCategory
BoxArtURLNotIn applies the NotIn predicate on the "box_art_url" field.
func BoxArtURLNotNil ¶
func BoxArtURLNotNil() predicate.TwitchCategory
BoxArtURLNotNil applies the NotNil predicate on the "box_art_url" field.
func CreatedAt ¶
func CreatedAt(v time.Time) predicate.TwitchCategory
CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.
func CreatedAtEQ ¶
func CreatedAtEQ(v time.Time) predicate.TwitchCategory
CreatedAtEQ applies the EQ predicate on the "created_at" field.
func CreatedAtGT ¶
func CreatedAtGT(v time.Time) predicate.TwitchCategory
CreatedAtGT applies the GT predicate on the "created_at" field.
func CreatedAtGTE ¶
func CreatedAtGTE(v time.Time) predicate.TwitchCategory
CreatedAtGTE applies the GTE predicate on the "created_at" field.
func CreatedAtIn ¶
func CreatedAtIn(vs ...time.Time) predicate.TwitchCategory
CreatedAtIn applies the In predicate on the "created_at" field.
func CreatedAtLT ¶
func CreatedAtLT(v time.Time) predicate.TwitchCategory
CreatedAtLT applies the LT predicate on the "created_at" field.
func CreatedAtLTE ¶
func CreatedAtLTE(v time.Time) predicate.TwitchCategory
CreatedAtLTE applies the LTE predicate on the "created_at" field.
func CreatedAtNEQ ¶
func CreatedAtNEQ(v time.Time) predicate.TwitchCategory
CreatedAtNEQ applies the NEQ predicate on the "created_at" field.
func CreatedAtNotIn ¶
func CreatedAtNotIn(vs ...time.Time) predicate.TwitchCategory
CreatedAtNotIn applies the NotIn predicate on the "created_at" field.
func IDEQ ¶
func IDEQ(id string) predicate.TwitchCategory
IDEQ applies the EQ predicate on the ID field.
func IDGT ¶
func IDGT(id string) predicate.TwitchCategory
IDGT applies the GT predicate on the ID field.
func IDGTE ¶
func IDGTE(id string) predicate.TwitchCategory
IDGTE applies the GTE predicate on the ID field.
func IDIn ¶
func IDIn(ids ...string) predicate.TwitchCategory
IDIn applies the In predicate on the ID field.
func IDLT ¶
func IDLT(id string) predicate.TwitchCategory
IDLT applies the LT predicate on the ID field.
func IDLTE ¶
func IDLTE(id string) predicate.TwitchCategory
IDLTE applies the LTE predicate on the ID field.
func IDNEQ ¶
func IDNEQ(id string) predicate.TwitchCategory
IDNEQ applies the NEQ predicate on the ID field.
func IDNotIn ¶
func IDNotIn(ids ...string) predicate.TwitchCategory
IDNotIn applies the NotIn predicate on the ID field.
func IgdbID ¶
func IgdbID(v string) predicate.TwitchCategory
IgdbID applies equality check predicate on the "igdb_id" field. It's identical to IgdbIDEQ.
func IgdbIDContains ¶
func IgdbIDContains(v string) predicate.TwitchCategory
IgdbIDContains applies the Contains predicate on the "igdb_id" field.
func IgdbIDContainsFold ¶
func IgdbIDContainsFold(v string) predicate.TwitchCategory
IgdbIDContainsFold applies the ContainsFold predicate on the "igdb_id" field.
func IgdbIDEQ ¶
func IgdbIDEQ(v string) predicate.TwitchCategory
IgdbIDEQ applies the EQ predicate on the "igdb_id" field.
func IgdbIDEqualFold ¶
func IgdbIDEqualFold(v string) predicate.TwitchCategory
IgdbIDEqualFold applies the EqualFold predicate on the "igdb_id" field.
func IgdbIDGT ¶
func IgdbIDGT(v string) predicate.TwitchCategory
IgdbIDGT applies the GT predicate on the "igdb_id" field.
func IgdbIDGTE ¶
func IgdbIDGTE(v string) predicate.TwitchCategory
IgdbIDGTE applies the GTE predicate on the "igdb_id" field.
func IgdbIDHasPrefix ¶
func IgdbIDHasPrefix(v string) predicate.TwitchCategory
IgdbIDHasPrefix applies the HasPrefix predicate on the "igdb_id" field.
func IgdbIDHasSuffix ¶
func IgdbIDHasSuffix(v string) predicate.TwitchCategory
IgdbIDHasSuffix applies the HasSuffix predicate on the "igdb_id" field.
func IgdbIDIn ¶
func IgdbIDIn(vs ...string) predicate.TwitchCategory
IgdbIDIn applies the In predicate on the "igdb_id" field.
func IgdbIDIsNil ¶
func IgdbIDIsNil() predicate.TwitchCategory
IgdbIDIsNil applies the IsNil predicate on the "igdb_id" field.
func IgdbIDLT ¶
func IgdbIDLT(v string) predicate.TwitchCategory
IgdbIDLT applies the LT predicate on the "igdb_id" field.
func IgdbIDLTE ¶
func IgdbIDLTE(v string) predicate.TwitchCategory
IgdbIDLTE applies the LTE predicate on the "igdb_id" field.
func IgdbIDNEQ ¶
func IgdbIDNEQ(v string) predicate.TwitchCategory
IgdbIDNEQ applies the NEQ predicate on the "igdb_id" field.
func IgdbIDNotIn ¶
func IgdbIDNotIn(vs ...string) predicate.TwitchCategory
IgdbIDNotIn applies the NotIn predicate on the "igdb_id" field.
func IgdbIDNotNil ¶
func IgdbIDNotNil() predicate.TwitchCategory
IgdbIDNotNil applies the NotNil predicate on the "igdb_id" field.
func Name ¶
func Name(v string) predicate.TwitchCategory
Name applies equality check predicate on the "name" field. It's identical to NameEQ.
func NameContains ¶
func NameContains(v string) predicate.TwitchCategory
NameContains applies the Contains predicate on the "name" field.
func NameContainsFold ¶
func NameContainsFold(v string) predicate.TwitchCategory
NameContainsFold applies the ContainsFold predicate on the "name" field.
func NameEQ ¶
func NameEQ(v string) predicate.TwitchCategory
NameEQ applies the EQ predicate on the "name" field.
func NameEqualFold ¶
func NameEqualFold(v string) predicate.TwitchCategory
NameEqualFold applies the EqualFold predicate on the "name" field.
func NameGT ¶
func NameGT(v string) predicate.TwitchCategory
NameGT applies the GT predicate on the "name" field.
func NameGTE ¶
func NameGTE(v string) predicate.TwitchCategory
NameGTE applies the GTE predicate on the "name" field.
func NameHasPrefix ¶
func NameHasPrefix(v string) predicate.TwitchCategory
NameHasPrefix applies the HasPrefix predicate on the "name" field.
func NameHasSuffix ¶
func NameHasSuffix(v string) predicate.TwitchCategory
NameHasSuffix applies the HasSuffix predicate on the "name" field.
func NameIn ¶
func NameIn(vs ...string) predicate.TwitchCategory
NameIn applies the In predicate on the "name" field.
func NameLT ¶
func NameLT(v string) predicate.TwitchCategory
NameLT applies the LT predicate on the "name" field.
func NameLTE ¶
func NameLTE(v string) predicate.TwitchCategory
NameLTE applies the LTE predicate on the "name" field.
func NameNEQ ¶
func NameNEQ(v string) predicate.TwitchCategory
NameNEQ applies the NEQ predicate on the "name" field.
func NameNotIn ¶
func NameNotIn(vs ...string) predicate.TwitchCategory
NameNotIn applies the NotIn predicate on the "name" field.
func Not ¶
func Not(p predicate.TwitchCategory) predicate.TwitchCategory
Not applies the not operator on the given predicate.
func Or ¶
func Or(predicates ...predicate.TwitchCategory) predicate.TwitchCategory
Or groups predicates with the OR operator between them.
func UpdatedAt ¶
func UpdatedAt(v time.Time) predicate.TwitchCategory
UpdatedAt applies equality check predicate on the "updated_at" field. It's identical to UpdatedAtEQ.
func UpdatedAtEQ ¶
func UpdatedAtEQ(v time.Time) predicate.TwitchCategory
UpdatedAtEQ applies the EQ predicate on the "updated_at" field.
func UpdatedAtGT ¶
func UpdatedAtGT(v time.Time) predicate.TwitchCategory
UpdatedAtGT applies the GT predicate on the "updated_at" field.
func UpdatedAtGTE ¶
func UpdatedAtGTE(v time.Time) predicate.TwitchCategory
UpdatedAtGTE applies the GTE predicate on the "updated_at" field.
func UpdatedAtIn ¶
func UpdatedAtIn(vs ...time.Time) predicate.TwitchCategory
UpdatedAtIn applies the In predicate on the "updated_at" field.
func UpdatedAtLT ¶
func UpdatedAtLT(v time.Time) predicate.TwitchCategory
UpdatedAtLT applies the LT predicate on the "updated_at" field.
func UpdatedAtLTE ¶
func UpdatedAtLTE(v time.Time) predicate.TwitchCategory
UpdatedAtLTE applies the LTE predicate on the "updated_at" field.
func UpdatedAtNEQ ¶
func UpdatedAtNEQ(v time.Time) predicate.TwitchCategory
UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.
func UpdatedAtNotIn ¶
func UpdatedAtNotIn(vs ...time.Time) predicate.TwitchCategory
UpdatedAtNotIn applies the NotIn predicate on the "updated_at" field.
func ValidColumn ¶
ValidColumn reports if the column name is valid (part of the table columns).
Types ¶
This section is empty.