Documentation ¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.App) predicate.App
- func CreatedAt(v time.Time) predicate.App
- func CreatedAtEQ(v time.Time) predicate.App
- func CreatedAtGT(v time.Time) predicate.App
- func CreatedAtGTE(v time.Time) predicate.App
- func CreatedAtIn(vs ...time.Time) predicate.App
- func CreatedAtLT(v time.Time) predicate.App
- func CreatedAtLTE(v time.Time) predicate.App
- func CreatedAtNEQ(v time.Time) predicate.App
- func CreatedAtNotIn(vs ...time.Time) predicate.App
- func Description(v string) predicate.App
- func DescriptionContains(v string) predicate.App
- func DescriptionContainsFold(v string) predicate.App
- func DescriptionEQ(v string) predicate.App
- func DescriptionEqualFold(v string) predicate.App
- func DescriptionGT(v string) predicate.App
- func DescriptionGTE(v string) predicate.App
- func DescriptionHasPrefix(v string) predicate.App
- func DescriptionHasSuffix(v string) predicate.App
- func DescriptionIn(vs ...string) predicate.App
- func DescriptionLT(v string) predicate.App
- func DescriptionLTE(v string) predicate.App
- func DescriptionNEQ(v string) predicate.App
- func DescriptionNotIn(vs ...string) predicate.App
- func Developer(v string) predicate.App
- func DeveloperContains(v string) predicate.App
- func DeveloperContainsFold(v string) predicate.App
- func DeveloperEQ(v string) predicate.App
- func DeveloperEqualFold(v string) predicate.App
- func DeveloperGT(v string) predicate.App
- func DeveloperGTE(v string) predicate.App
- func DeveloperHasPrefix(v string) predicate.App
- func DeveloperHasSuffix(v string) predicate.App
- func DeveloperIn(vs ...string) predicate.App
- func DeveloperLT(v string) predicate.App
- func DeveloperLTE(v string) predicate.App
- func DeveloperNEQ(v string) predicate.App
- func DeveloperNotIn(vs ...string) predicate.App
- func HasAppPackage() predicate.App
- func HasAppPackageWith(preds ...predicate.AppPackage) predicate.App
- func HasBindExternal() predicate.App
- func HasBindExternalWith(preds ...predicate.App) predicate.App
- func HasBindInternal() predicate.App
- func HasBindInternalWith(preds ...predicate.App) predicate.App
- func HasUser() predicate.App
- func HasUserWith(preds ...predicate.User) predicate.App
- func ID(id model.InternalID) predicate.App
- func IDEQ(id model.InternalID) predicate.App
- func IDGT(id model.InternalID) predicate.App
- func IDGTE(id model.InternalID) predicate.App
- func IDIn(ids ...model.InternalID) predicate.App
- func IDLT(id model.InternalID) predicate.App
- func IDLTE(id model.InternalID) predicate.App
- func IDNEQ(id model.InternalID) predicate.App
- func IDNotIn(ids ...model.InternalID) predicate.App
- func ImageURL(v string) predicate.App
- func ImageURLContains(v string) predicate.App
- func ImageURLContainsFold(v string) predicate.App
- func ImageURLEQ(v string) predicate.App
- func ImageURLEqualFold(v string) predicate.App
- func ImageURLGT(v string) predicate.App
- func ImageURLGTE(v string) predicate.App
- func ImageURLHasPrefix(v string) predicate.App
- func ImageURLHasSuffix(v string) predicate.App
- func ImageURLIn(vs ...string) predicate.App
- func ImageURLLT(v string) predicate.App
- func ImageURLLTE(v string) predicate.App
- func ImageURLNEQ(v string) predicate.App
- func ImageURLNotIn(vs ...string) predicate.App
- func Name(v string) predicate.App
- func NameContains(v string) predicate.App
- func NameContainsFold(v string) predicate.App
- func NameEQ(v string) predicate.App
- func NameEqualFold(v string) predicate.App
- func NameGT(v string) predicate.App
- func NameGTE(v string) predicate.App
- func NameHasPrefix(v string) predicate.App
- func NameHasSuffix(v string) predicate.App
- func NameIn(vs ...string) predicate.App
- func NameLT(v string) predicate.App
- func NameLTE(v string) predicate.App
- func NameNEQ(v string) predicate.App
- func NameNotIn(vs ...string) predicate.App
- func Not(p predicate.App) predicate.App
- func Or(predicates ...predicate.App) predicate.App
- func Publisher(v string) predicate.App
- func PublisherContains(v string) predicate.App
- func PublisherContainsFold(v string) predicate.App
- func PublisherEQ(v string) predicate.App
- func PublisherEqualFold(v string) predicate.App
- func PublisherGT(v string) predicate.App
- func PublisherGTE(v string) predicate.App
- func PublisherHasPrefix(v string) predicate.App
- func PublisherHasSuffix(v string) predicate.App
- func PublisherIn(vs ...string) predicate.App
- func PublisherLT(v string) predicate.App
- func PublisherLTE(v string) predicate.App
- func PublisherNEQ(v string) predicate.App
- func PublisherNotIn(vs ...string) predicate.App
- func ReleaseDate(v string) predicate.App
- func ReleaseDateContains(v string) predicate.App
- func ReleaseDateContainsFold(v string) predicate.App
- func ReleaseDateEQ(v string) predicate.App
- func ReleaseDateEqualFold(v string) predicate.App
- func ReleaseDateGT(v string) predicate.App
- func ReleaseDateGTE(v string) predicate.App
- func ReleaseDateHasPrefix(v string) predicate.App
- func ReleaseDateHasSuffix(v string) predicate.App
- func ReleaseDateIn(vs ...string) predicate.App
- func ReleaseDateLT(v string) predicate.App
- func ReleaseDateLTE(v string) predicate.App
- func ReleaseDateNEQ(v string) predicate.App
- func ReleaseDateNotIn(vs ...string) predicate.App
- func ShortDescription(v string) predicate.App
- func ShortDescriptionContains(v string) predicate.App
- func ShortDescriptionContainsFold(v string) predicate.App
- func ShortDescriptionEQ(v string) predicate.App
- func ShortDescriptionEqualFold(v string) predicate.App
- func ShortDescriptionGT(v string) predicate.App
- func ShortDescriptionGTE(v string) predicate.App
- func ShortDescriptionHasPrefix(v string) predicate.App
- func ShortDescriptionHasSuffix(v string) predicate.App
- func ShortDescriptionIn(vs ...string) predicate.App
- func ShortDescriptionLT(v string) predicate.App
- func ShortDescriptionLTE(v string) predicate.App
- func ShortDescriptionNEQ(v string) predicate.App
- func ShortDescriptionNotIn(vs ...string) predicate.App
- func SourceAppID(v string) predicate.App
- func SourceAppIDContains(v string) predicate.App
- func SourceAppIDContainsFold(v string) predicate.App
- func SourceAppIDEQ(v string) predicate.App
- func SourceAppIDEqualFold(v string) predicate.App
- func SourceAppIDGT(v string) predicate.App
- func SourceAppIDGTE(v string) predicate.App
- func SourceAppIDHasPrefix(v string) predicate.App
- func SourceAppIDHasSuffix(v string) predicate.App
- func SourceAppIDIn(vs ...string) predicate.App
- func SourceAppIDLT(v string) predicate.App
- func SourceAppIDLTE(v string) predicate.App
- func SourceAppIDNEQ(v string) predicate.App
- func SourceAppIDNotIn(vs ...string) predicate.App
- func SourceEQ(v Source) predicate.App
- func SourceIn(vs ...Source) predicate.App
- func SourceNEQ(v Source) predicate.App
- func SourceNotIn(vs ...Source) predicate.App
- func SourceURL(v string) predicate.App
- func SourceURLContains(v string) predicate.App
- func SourceURLContainsFold(v string) predicate.App
- func SourceURLEQ(v string) predicate.App
- func SourceURLEqualFold(v string) predicate.App
- func SourceURLGT(v string) predicate.App
- func SourceURLGTE(v string) predicate.App
- func SourceURLHasPrefix(v string) predicate.App
- func SourceURLHasSuffix(v string) predicate.App
- func SourceURLIn(vs ...string) predicate.App
- func SourceURLLT(v string) predicate.App
- func SourceURLLTE(v string) predicate.App
- func SourceURLNEQ(v string) predicate.App
- func SourceURLNotIn(vs ...string) predicate.App
- func SourceValidator(s Source) error
- func TypeEQ(v Type) predicate.App
- func TypeIn(vs ...Type) predicate.App
- func TypeNEQ(v Type) predicate.App
- func TypeNotIn(vs ...Type) predicate.App
- func TypeValidator(_type Type) error
- func UpdatedAt(v time.Time) predicate.App
- func UpdatedAtEQ(v time.Time) predicate.App
- func UpdatedAtGT(v time.Time) predicate.App
- func UpdatedAtGTE(v time.Time) predicate.App
- func UpdatedAtIn(vs ...time.Time) predicate.App
- func UpdatedAtLT(v time.Time) predicate.App
- func UpdatedAtLTE(v time.Time) predicate.App
- func UpdatedAtNEQ(v time.Time) predicate.App
- func UpdatedAtNotIn(vs ...time.Time) predicate.App
- func ValidColumn(column string) bool
- func Version(v string) predicate.App
- func VersionContains(v string) predicate.App
- func VersionContainsFold(v string) predicate.App
- func VersionEQ(v string) predicate.App
- func VersionEqualFold(v string) predicate.App
- func VersionGT(v string) predicate.App
- func VersionGTE(v string) predicate.App
- func VersionHasPrefix(v string) predicate.App
- func VersionHasSuffix(v string) predicate.App
- func VersionIn(vs ...string) predicate.App
- func VersionLT(v string) predicate.App
- func VersionLTE(v string) predicate.App
- func VersionNEQ(v string) predicate.App
- func VersionNotIn(vs ...string) predicate.App
- type Source
- type Type
Constants ¶
const ( // Label holds the string label denoting the app type in the database. Label = "app" // FieldID holds the string denoting the id field in the database. FieldID = "id" // FieldSource holds the string denoting the source field in the database. FieldSource = "source" // FieldSourceAppID holds the string denoting the source_app_id field in the database. FieldSourceAppID = "source_app_id" // FieldSourceURL holds the string denoting the source_url field in the database. FieldSourceURL = "source_url" // FieldName holds the string denoting the name field in the database. FieldName = "name" // FieldType holds the string denoting the type field in the database. FieldType = "type" // FieldShortDescription holds the string denoting the short_description field in the database. FieldShortDescription = "short_description" // FieldDescription holds the string denoting the description field in the database. FieldDescription = "description" // FieldImageURL holds the string denoting the image_url field in the database. FieldImageURL = "image_url" // FieldReleaseDate holds the string denoting the release_date field in the database. FieldReleaseDate = "release_date" // FieldDeveloper holds the string denoting the developer field in the database. FieldDeveloper = "developer" // FieldPublisher holds the string denoting the publisher field in the database. FieldPublisher = "publisher" // FieldVersion holds the string denoting the version field in the database. FieldVersion = "version" // 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" // EdgeUser holds the string denoting the user edge name in mutations. EdgeUser = "user" // EdgeAppPackage holds the string denoting the app_package edge name in mutations. EdgeAppPackage = "app_package" // EdgeBindInternal holds the string denoting the bind_internal edge name in mutations. EdgeBindInternal = "bind_internal" // EdgeBindExternal holds the string denoting the bind_external edge name in mutations. EdgeBindExternal = "bind_external" // Table holds the table name of the app in the database. Table = "apps" // UserTable is the table that holds the user relation/edge. The primary key declared below. UserTable = "user_app" // UserInverseTable is the table name for the User entity. // It exists in this package in order to avoid circular dependency with the "user" package. UserInverseTable = "users" // AppPackageTable is the table that holds the app_package relation/edge. AppPackageTable = "app_packages" // AppPackageInverseTable is the table name for the AppPackage entity. // It exists in this package in order to avoid circular dependency with the "apppackage" package. AppPackageInverseTable = "app_packages" // AppPackageColumn is the table column denoting the app_package relation/edge. AppPackageColumn = "app_app_package" // BindInternalTable is the table that holds the bind_internal relation/edge. BindInternalTable = "apps" // BindInternalColumn is the table column denoting the bind_internal relation/edge. BindInternalColumn = "app_bind_external" // BindExternalTable is the table that holds the bind_external relation/edge. BindExternalTable = "apps" // BindExternalColumn is the table column denoting the bind_external relation/edge. BindExternalColumn = "app_bind_external" )
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, FieldSource, FieldSourceAppID, FieldSourceURL, FieldName, FieldType, FieldShortDescription, FieldDescription, FieldImageURL, FieldReleaseDate, FieldDeveloper, FieldPublisher, FieldVersion, FieldUpdatedAt, FieldCreatedAt, }
Columns holds all SQL columns for app fields.
var ForeignKeys = []string{
"app_bind_external",
}
ForeignKeys holds the SQL foreign-keys that are owned by the "apps" table and are not defined as standalone fields in the schema.
var ( // UserPrimaryKey and UserColumn2 are the table columns denoting the // primary key for the user relation (M2M). UserPrimaryKey = []string{"user_id", "app_id"} )
Functions ¶
func CreatedAt ¶
CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.
func CreatedAtEQ ¶
CreatedAtEQ applies the EQ predicate on the "created_at" field.
func CreatedAtGT ¶
CreatedAtGT applies the GT predicate on the "created_at" field.
func CreatedAtGTE ¶
CreatedAtGTE applies the GTE predicate on the "created_at" field.
func CreatedAtIn ¶
CreatedAtIn applies the In predicate on the "created_at" field.
func CreatedAtLT ¶
CreatedAtLT applies the LT predicate on the "created_at" field.
func CreatedAtLTE ¶
CreatedAtLTE applies the LTE predicate on the "created_at" field.
func CreatedAtNEQ ¶
CreatedAtNEQ applies the NEQ predicate on the "created_at" field.
func CreatedAtNotIn ¶
CreatedAtNotIn applies the NotIn predicate on the "created_at" field.
func Description ¶
Description applies equality check predicate on the "description" field. It's identical to DescriptionEQ.
func DescriptionContains ¶
DescriptionContains applies the Contains predicate on the "description" field.
func DescriptionContainsFold ¶
DescriptionContainsFold applies the ContainsFold predicate on the "description" field.
func DescriptionEQ ¶
DescriptionEQ applies the EQ predicate on the "description" field.
func DescriptionEqualFold ¶
DescriptionEqualFold applies the EqualFold predicate on the "description" field.
func DescriptionGT ¶
DescriptionGT applies the GT predicate on the "description" field.
func DescriptionGTE ¶
DescriptionGTE applies the GTE predicate on the "description" field.
func DescriptionHasPrefix ¶
DescriptionHasPrefix applies the HasPrefix predicate on the "description" field.
func DescriptionHasSuffix ¶
DescriptionHasSuffix applies the HasSuffix predicate on the "description" field.
func DescriptionIn ¶
DescriptionIn applies the In predicate on the "description" field.
func DescriptionLT ¶
DescriptionLT applies the LT predicate on the "description" field.
func DescriptionLTE ¶
DescriptionLTE applies the LTE predicate on the "description" field.
func DescriptionNEQ ¶
DescriptionNEQ applies the NEQ predicate on the "description" field.
func DescriptionNotIn ¶
DescriptionNotIn applies the NotIn predicate on the "description" field.
func Developer ¶
Developer applies equality check predicate on the "developer" field. It's identical to DeveloperEQ.
func DeveloperContains ¶
DeveloperContains applies the Contains predicate on the "developer" field.
func DeveloperContainsFold ¶
DeveloperContainsFold applies the ContainsFold predicate on the "developer" field.
func DeveloperEQ ¶
DeveloperEQ applies the EQ predicate on the "developer" field.
func DeveloperEqualFold ¶
DeveloperEqualFold applies the EqualFold predicate on the "developer" field.
func DeveloperGT ¶
DeveloperGT applies the GT predicate on the "developer" field.
func DeveloperGTE ¶
DeveloperGTE applies the GTE predicate on the "developer" field.
func DeveloperHasPrefix ¶
DeveloperHasPrefix applies the HasPrefix predicate on the "developer" field.
func DeveloperHasSuffix ¶
DeveloperHasSuffix applies the HasSuffix predicate on the "developer" field.
func DeveloperIn ¶
DeveloperIn applies the In predicate on the "developer" field.
func DeveloperLT ¶
DeveloperLT applies the LT predicate on the "developer" field.
func DeveloperLTE ¶
DeveloperLTE applies the LTE predicate on the "developer" field.
func DeveloperNEQ ¶
DeveloperNEQ applies the NEQ predicate on the "developer" field.
func DeveloperNotIn ¶
DeveloperNotIn applies the NotIn predicate on the "developer" field.
func HasAppPackage ¶ added in v0.0.6
HasAppPackage applies the HasEdge predicate on the "app_package" edge.
func HasAppPackageWith ¶ added in v0.0.6
func HasAppPackageWith(preds ...predicate.AppPackage) predicate.App
HasAppPackageWith applies the HasEdge predicate on the "app_package" edge with a given conditions (other predicates).
func HasBindExternal ¶ added in v0.0.9
HasBindExternal applies the HasEdge predicate on the "bind_external" edge.
func HasBindExternalWith ¶ added in v0.0.9
HasBindExternalWith applies the HasEdge predicate on the "bind_external" edge with a given conditions (other predicates).
func HasBindInternal ¶ added in v0.0.9
HasBindInternal applies the HasEdge predicate on the "bind_internal" edge.
func HasBindInternalWith ¶ added in v0.0.9
HasBindInternalWith applies the HasEdge predicate on the "bind_internal" edge with a given conditions (other predicates).
func HasUserWith ¶ added in v0.0.6
HasUserWith applies the HasEdge predicate on the "user" edge with a given conditions (other predicates).
func IDEQ ¶
func IDEQ(id model.InternalID) predicate.App
IDEQ applies the EQ predicate on the ID field.
func IDGT ¶
func IDGT(id model.InternalID) predicate.App
IDGT applies the GT predicate on the ID field.
func IDGTE ¶
func IDGTE(id model.InternalID) predicate.App
IDGTE applies the GTE predicate on the ID field.
func IDIn ¶
func IDIn(ids ...model.InternalID) predicate.App
IDIn applies the In predicate on the ID field.
func IDLT ¶
func IDLT(id model.InternalID) predicate.App
IDLT applies the LT predicate on the ID field.
func IDLTE ¶
func IDLTE(id model.InternalID) predicate.App
IDLTE applies the LTE predicate on the ID field.
func IDNEQ ¶
func IDNEQ(id model.InternalID) predicate.App
IDNEQ applies the NEQ predicate on the ID field.
func IDNotIn ¶
func IDNotIn(ids ...model.InternalID) predicate.App
IDNotIn applies the NotIn predicate on the ID field.
func ImageURL ¶
ImageURL applies equality check predicate on the "image_url" field. It's identical to ImageURLEQ.
func ImageURLContains ¶
ImageURLContains applies the Contains predicate on the "image_url" field.
func ImageURLContainsFold ¶
ImageURLContainsFold applies the ContainsFold predicate on the "image_url" field.
func ImageURLEQ ¶
ImageURLEQ applies the EQ predicate on the "image_url" field.
func ImageURLEqualFold ¶
ImageURLEqualFold applies the EqualFold predicate on the "image_url" field.
func ImageURLGT ¶
ImageURLGT applies the GT predicate on the "image_url" field.
func ImageURLGTE ¶
ImageURLGTE applies the GTE predicate on the "image_url" field.
func ImageURLHasPrefix ¶
ImageURLHasPrefix applies the HasPrefix predicate on the "image_url" field.
func ImageURLHasSuffix ¶
ImageURLHasSuffix applies the HasSuffix predicate on the "image_url" field.
func ImageURLIn ¶
ImageURLIn applies the In predicate on the "image_url" field.
func ImageURLLT ¶
ImageURLLT applies the LT predicate on the "image_url" field.
func ImageURLLTE ¶
ImageURLLTE applies the LTE predicate on the "image_url" field.
func ImageURLNEQ ¶
ImageURLNEQ applies the NEQ predicate on the "image_url" field.
func ImageURLNotIn ¶
ImageURLNotIn applies the NotIn predicate on the "image_url" field.
func NameContains ¶
NameContains applies the Contains predicate on the "name" field.
func NameContainsFold ¶
NameContainsFold applies the ContainsFold predicate on the "name" field.
func NameEqualFold ¶
NameEqualFold applies the EqualFold predicate on the "name" field.
func NameHasPrefix ¶
NameHasPrefix applies the HasPrefix predicate on the "name" field.
func NameHasSuffix ¶
NameHasSuffix applies the HasSuffix predicate on the "name" field.
func Publisher ¶
Publisher applies equality check predicate on the "publisher" field. It's identical to PublisherEQ.
func PublisherContains ¶
PublisherContains applies the Contains predicate on the "publisher" field.
func PublisherContainsFold ¶
PublisherContainsFold applies the ContainsFold predicate on the "publisher" field.
func PublisherEQ ¶
PublisherEQ applies the EQ predicate on the "publisher" field.
func PublisherEqualFold ¶
PublisherEqualFold applies the EqualFold predicate on the "publisher" field.
func PublisherGT ¶
PublisherGT applies the GT predicate on the "publisher" field.
func PublisherGTE ¶
PublisherGTE applies the GTE predicate on the "publisher" field.
func PublisherHasPrefix ¶
PublisherHasPrefix applies the HasPrefix predicate on the "publisher" field.
func PublisherHasSuffix ¶
PublisherHasSuffix applies the HasSuffix predicate on the "publisher" field.
func PublisherIn ¶
PublisherIn applies the In predicate on the "publisher" field.
func PublisherLT ¶
PublisherLT applies the LT predicate on the "publisher" field.
func PublisherLTE ¶
PublisherLTE applies the LTE predicate on the "publisher" field.
func PublisherNEQ ¶
PublisherNEQ applies the NEQ predicate on the "publisher" field.
func PublisherNotIn ¶
PublisherNotIn applies the NotIn predicate on the "publisher" field.
func ReleaseDate ¶
ReleaseDate applies equality check predicate on the "release_date" field. It's identical to ReleaseDateEQ.
func ReleaseDateContains ¶
ReleaseDateContains applies the Contains predicate on the "release_date" field.
func ReleaseDateContainsFold ¶
ReleaseDateContainsFold applies the ContainsFold predicate on the "release_date" field.
func ReleaseDateEQ ¶
ReleaseDateEQ applies the EQ predicate on the "release_date" field.
func ReleaseDateEqualFold ¶
ReleaseDateEqualFold applies the EqualFold predicate on the "release_date" field.
func ReleaseDateGT ¶
ReleaseDateGT applies the GT predicate on the "release_date" field.
func ReleaseDateGTE ¶
ReleaseDateGTE applies the GTE predicate on the "release_date" field.
func ReleaseDateHasPrefix ¶
ReleaseDateHasPrefix applies the HasPrefix predicate on the "release_date" field.
func ReleaseDateHasSuffix ¶
ReleaseDateHasSuffix applies the HasSuffix predicate on the "release_date" field.
func ReleaseDateIn ¶
ReleaseDateIn applies the In predicate on the "release_date" field.
func ReleaseDateLT ¶
ReleaseDateLT applies the LT predicate on the "release_date" field.
func ReleaseDateLTE ¶
ReleaseDateLTE applies the LTE predicate on the "release_date" field.
func ReleaseDateNEQ ¶
ReleaseDateNEQ applies the NEQ predicate on the "release_date" field.
func ReleaseDateNotIn ¶
ReleaseDateNotIn applies the NotIn predicate on the "release_date" field.
func ShortDescription ¶
ShortDescription applies equality check predicate on the "short_description" field. It's identical to ShortDescriptionEQ.
func ShortDescriptionContains ¶
ShortDescriptionContains applies the Contains predicate on the "short_description" field.
func ShortDescriptionContainsFold ¶
ShortDescriptionContainsFold applies the ContainsFold predicate on the "short_description" field.
func ShortDescriptionEQ ¶
ShortDescriptionEQ applies the EQ predicate on the "short_description" field.
func ShortDescriptionEqualFold ¶
ShortDescriptionEqualFold applies the EqualFold predicate on the "short_description" field.
func ShortDescriptionGT ¶
ShortDescriptionGT applies the GT predicate on the "short_description" field.
func ShortDescriptionGTE ¶
ShortDescriptionGTE applies the GTE predicate on the "short_description" field.
func ShortDescriptionHasPrefix ¶
ShortDescriptionHasPrefix applies the HasPrefix predicate on the "short_description" field.
func ShortDescriptionHasSuffix ¶
ShortDescriptionHasSuffix applies the HasSuffix predicate on the "short_description" field.
func ShortDescriptionIn ¶
ShortDescriptionIn applies the In predicate on the "short_description" field.
func ShortDescriptionLT ¶
ShortDescriptionLT applies the LT predicate on the "short_description" field.
func ShortDescriptionLTE ¶
ShortDescriptionLTE applies the LTE predicate on the "short_description" field.
func ShortDescriptionNEQ ¶
ShortDescriptionNEQ applies the NEQ predicate on the "short_description" field.
func ShortDescriptionNotIn ¶
ShortDescriptionNotIn applies the NotIn predicate on the "short_description" field.
func SourceAppID ¶
SourceAppID applies equality check predicate on the "source_app_id" field. It's identical to SourceAppIDEQ.
func SourceAppIDContains ¶
SourceAppIDContains applies the Contains predicate on the "source_app_id" field.
func SourceAppIDContainsFold ¶
SourceAppIDContainsFold applies the ContainsFold predicate on the "source_app_id" field.
func SourceAppIDEQ ¶
SourceAppIDEQ applies the EQ predicate on the "source_app_id" field.
func SourceAppIDEqualFold ¶
SourceAppIDEqualFold applies the EqualFold predicate on the "source_app_id" field.
func SourceAppIDGT ¶
SourceAppIDGT applies the GT predicate on the "source_app_id" field.
func SourceAppIDGTE ¶
SourceAppIDGTE applies the GTE predicate on the "source_app_id" field.
func SourceAppIDHasPrefix ¶
SourceAppIDHasPrefix applies the HasPrefix predicate on the "source_app_id" field.
func SourceAppIDHasSuffix ¶
SourceAppIDHasSuffix applies the HasSuffix predicate on the "source_app_id" field.
func SourceAppIDIn ¶
SourceAppIDIn applies the In predicate on the "source_app_id" field.
func SourceAppIDLT ¶
SourceAppIDLT applies the LT predicate on the "source_app_id" field.
func SourceAppIDLTE ¶
SourceAppIDLTE applies the LTE predicate on the "source_app_id" field.
func SourceAppIDNEQ ¶
SourceAppIDNEQ applies the NEQ predicate on the "source_app_id" field.
func SourceAppIDNotIn ¶
SourceAppIDNotIn applies the NotIn predicate on the "source_app_id" field.
func SourceNotIn ¶
SourceNotIn applies the NotIn predicate on the "source" field.
func SourceURL ¶
SourceURL applies equality check predicate on the "source_url" field. It's identical to SourceURLEQ.
func SourceURLContains ¶
SourceURLContains applies the Contains predicate on the "source_url" field.
func SourceURLContainsFold ¶
SourceURLContainsFold applies the ContainsFold predicate on the "source_url" field.
func SourceURLEQ ¶
SourceURLEQ applies the EQ predicate on the "source_url" field.
func SourceURLEqualFold ¶
SourceURLEqualFold applies the EqualFold predicate on the "source_url" field.
func SourceURLGT ¶
SourceURLGT applies the GT predicate on the "source_url" field.
func SourceURLGTE ¶
SourceURLGTE applies the GTE predicate on the "source_url" field.
func SourceURLHasPrefix ¶
SourceURLHasPrefix applies the HasPrefix predicate on the "source_url" field.
func SourceURLHasSuffix ¶
SourceURLHasSuffix applies the HasSuffix predicate on the "source_url" field.
func SourceURLIn ¶
SourceURLIn applies the In predicate on the "source_url" field.
func SourceURLLT ¶
SourceURLLT applies the LT predicate on the "source_url" field.
func SourceURLLTE ¶
SourceURLLTE applies the LTE predicate on the "source_url" field.
func SourceURLNEQ ¶
SourceURLNEQ applies the NEQ predicate on the "source_url" field.
func SourceURLNotIn ¶
SourceURLNotIn applies the NotIn predicate on the "source_url" field.
func SourceValidator ¶
SourceValidator is a validator for the "source" field enum values. It is called by the builders before save.
func TypeValidator ¶
TypeValidator is a validator for the "type" field enum values. It is called by the builders before save.
func UpdatedAt ¶ added in v0.0.5
UpdatedAt applies equality check predicate on the "updated_at" field. It's identical to UpdatedAtEQ.
func UpdatedAtEQ ¶ added in v0.0.5
UpdatedAtEQ applies the EQ predicate on the "updated_at" field.
func UpdatedAtGT ¶ added in v0.0.5
UpdatedAtGT applies the GT predicate on the "updated_at" field.
func UpdatedAtGTE ¶ added in v0.0.5
UpdatedAtGTE applies the GTE predicate on the "updated_at" field.
func UpdatedAtIn ¶ added in v0.0.5
UpdatedAtIn applies the In predicate on the "updated_at" field.
func UpdatedAtLT ¶ added in v0.0.5
UpdatedAtLT applies the LT predicate on the "updated_at" field.
func UpdatedAtLTE ¶ added in v0.0.5
UpdatedAtLTE applies the LTE predicate on the "updated_at" field.
func UpdatedAtNEQ ¶ added in v0.0.5
UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.
func UpdatedAtNotIn ¶ added in v0.0.5
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).
func Version ¶ added in v0.0.5
Version applies equality check predicate on the "version" field. It's identical to VersionEQ.
func VersionContains ¶ added in v0.0.5
VersionContains applies the Contains predicate on the "version" field.
func VersionContainsFold ¶ added in v0.0.5
VersionContainsFold applies the ContainsFold predicate on the "version" field.
func VersionEqualFold ¶ added in v0.0.5
VersionEqualFold applies the EqualFold predicate on the "version" field.
func VersionGTE ¶ added in v0.0.5
VersionGTE applies the GTE predicate on the "version" field.
func VersionHasPrefix ¶ added in v0.0.5
VersionHasPrefix applies the HasPrefix predicate on the "version" field.
func VersionHasSuffix ¶ added in v0.0.5
VersionHasSuffix applies the HasSuffix predicate on the "version" field.
func VersionLTE ¶ added in v0.0.5
VersionLTE applies the LTE predicate on the "version" field.
func VersionNEQ ¶ added in v0.0.5
VersionNEQ applies the NEQ predicate on the "version" field.
func VersionNotIn ¶ added in v0.0.5
VersionNotIn applies the NotIn predicate on the "version" field.