Documentation ¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.AppInfo) predicate.AppInfo
- func BackgroundImageURL(v string) predicate.AppInfo
- func BackgroundImageURLContains(v string) predicate.AppInfo
- func BackgroundImageURLContainsFold(v string) predicate.AppInfo
- func BackgroundImageURLEQ(v string) predicate.AppInfo
- func BackgroundImageURLEqualFold(v string) predicate.AppInfo
- func BackgroundImageURLGT(v string) predicate.AppInfo
- func BackgroundImageURLGTE(v string) predicate.AppInfo
- func BackgroundImageURLHasPrefix(v string) predicate.AppInfo
- func BackgroundImageURLHasSuffix(v string) predicate.AppInfo
- func BackgroundImageURLIn(vs ...string) predicate.AppInfo
- func BackgroundImageURLIsNil() predicate.AppInfo
- func BackgroundImageURLLT(v string) predicate.AppInfo
- func BackgroundImageURLLTE(v string) predicate.AppInfo
- func BackgroundImageURLNEQ(v string) predicate.AppInfo
- func BackgroundImageURLNotIn(vs ...string) predicate.AppInfo
- func BackgroundImageURLNotNil() predicate.AppInfo
- func CoverImageURL(v string) predicate.AppInfo
- func CoverImageURLContains(v string) predicate.AppInfo
- func CoverImageURLContainsFold(v string) predicate.AppInfo
- func CoverImageURLEQ(v string) predicate.AppInfo
- func CoverImageURLEqualFold(v string) predicate.AppInfo
- func CoverImageURLGT(v string) predicate.AppInfo
- func CoverImageURLGTE(v string) predicate.AppInfo
- func CoverImageURLHasPrefix(v string) predicate.AppInfo
- func CoverImageURLHasSuffix(v string) predicate.AppInfo
- func CoverImageURLIn(vs ...string) predicate.AppInfo
- func CoverImageURLIsNil() predicate.AppInfo
- func CoverImageURLLT(v string) predicate.AppInfo
- func CoverImageURLLTE(v string) predicate.AppInfo
- func CoverImageURLNEQ(v string) predicate.AppInfo
- func CoverImageURLNotIn(vs ...string) predicate.AppInfo
- func CoverImageURLNotNil() predicate.AppInfo
- func CreatedAt(v time.Time) predicate.AppInfo
- func CreatedAtEQ(v time.Time) predicate.AppInfo
- func CreatedAtGT(v time.Time) predicate.AppInfo
- func CreatedAtGTE(v time.Time) predicate.AppInfo
- func CreatedAtIn(vs ...time.Time) predicate.AppInfo
- func CreatedAtLT(v time.Time) predicate.AppInfo
- func CreatedAtLTE(v time.Time) predicate.AppInfo
- func CreatedAtNEQ(v time.Time) predicate.AppInfo
- func CreatedAtNotIn(vs ...time.Time) predicate.AppInfo
- func Description(v string) predicate.AppInfo
- func DescriptionContains(v string) predicate.AppInfo
- func DescriptionContainsFold(v string) predicate.AppInfo
- func DescriptionEQ(v string) predicate.AppInfo
- func DescriptionEqualFold(v string) predicate.AppInfo
- func DescriptionGT(v string) predicate.AppInfo
- func DescriptionGTE(v string) predicate.AppInfo
- func DescriptionHasPrefix(v string) predicate.AppInfo
- func DescriptionHasSuffix(v string) predicate.AppInfo
- func DescriptionIn(vs ...string) predicate.AppInfo
- func DescriptionIsNil() predicate.AppInfo
- func DescriptionLT(v string) predicate.AppInfo
- func DescriptionLTE(v string) predicate.AppInfo
- func DescriptionNEQ(v string) predicate.AppInfo
- func DescriptionNotIn(vs ...string) predicate.AppInfo
- func DescriptionNotNil() predicate.AppInfo
- func Developer(v string) predicate.AppInfo
- func DeveloperContains(v string) predicate.AppInfo
- func DeveloperContainsFold(v string) predicate.AppInfo
- func DeveloperEQ(v string) predicate.AppInfo
- func DeveloperEqualFold(v string) predicate.AppInfo
- func DeveloperGT(v string) predicate.AppInfo
- func DeveloperGTE(v string) predicate.AppInfo
- func DeveloperHasPrefix(v string) predicate.AppInfo
- func DeveloperHasSuffix(v string) predicate.AppInfo
- func DeveloperIn(vs ...string) predicate.AppInfo
- func DeveloperIsNil() predicate.AppInfo
- func DeveloperLT(v string) predicate.AppInfo
- func DeveloperLTE(v string) predicate.AppInfo
- func DeveloperNEQ(v string) predicate.AppInfo
- func DeveloperNotIn(vs ...string) predicate.AppInfo
- func DeveloperNotNil() predicate.AppInfo
- func HasApp() predicate.AppInfo
- func HasAppBinary() predicate.AppInfo
- func HasAppBinaryWith(preds ...predicate.AppBinary) predicate.AppInfo
- func HasAppWith(preds ...predicate.App) predicate.AppInfo
- func HasBindExternal() predicate.AppInfo
- func HasBindExternalWith(preds ...predicate.AppInfo) predicate.AppInfo
- func HasBindInternal() predicate.AppInfo
- func HasBindInternalWith(preds ...predicate.AppInfo) predicate.AppInfo
- func HasPurchasedByAccount() predicate.AppInfo
- func HasPurchasedByAccountWith(preds ...predicate.Account) predicate.AppInfo
- func HasPurchasedByUser() predicate.AppInfo
- func HasPurchasedByUserWith(preds ...predicate.User) predicate.AppInfo
- func ID(id model.InternalID) predicate.AppInfo
- func IDEQ(id model.InternalID) predicate.AppInfo
- func IDGT(id model.InternalID) predicate.AppInfo
- func IDGTE(id model.InternalID) predicate.AppInfo
- func IDIn(ids ...model.InternalID) predicate.AppInfo
- func IDLT(id model.InternalID) predicate.AppInfo
- func IDLTE(id model.InternalID) predicate.AppInfo
- func IDNEQ(id model.InternalID) predicate.AppInfo
- func IDNotIn(ids ...model.InternalID) predicate.AppInfo
- func IconImageURL(v string) predicate.AppInfo
- func IconImageURLContains(v string) predicate.AppInfo
- func IconImageURLContainsFold(v string) predicate.AppInfo
- func IconImageURLEQ(v string) predicate.AppInfo
- func IconImageURLEqualFold(v string) predicate.AppInfo
- func IconImageURLGT(v string) predicate.AppInfo
- func IconImageURLGTE(v string) predicate.AppInfo
- func IconImageURLHasPrefix(v string) predicate.AppInfo
- func IconImageURLHasSuffix(v string) predicate.AppInfo
- func IconImageURLIn(vs ...string) predicate.AppInfo
- func IconImageURLIsNil() predicate.AppInfo
- func IconImageURLLT(v string) predicate.AppInfo
- func IconImageURLLTE(v string) predicate.AppInfo
- func IconImageURLNEQ(v string) predicate.AppInfo
- func IconImageURLNotIn(vs ...string) predicate.AppInfo
- func IconImageURLNotNil() predicate.AppInfo
- func Internal(v bool) predicate.AppInfo
- func InternalEQ(v bool) predicate.AppInfo
- func InternalNEQ(v bool) predicate.AppInfo
- func Name(v string) predicate.AppInfo
- func NameContains(v string) predicate.AppInfo
- func NameContainsFold(v string) predicate.AppInfo
- func NameEQ(v string) predicate.AppInfo
- func NameEqualFold(v string) predicate.AppInfo
- func NameGT(v string) predicate.AppInfo
- func NameGTE(v string) predicate.AppInfo
- func NameHasPrefix(v string) predicate.AppInfo
- func NameHasSuffix(v string) predicate.AppInfo
- func NameIn(vs ...string) predicate.AppInfo
- func NameLT(v string) predicate.AppInfo
- func NameLTE(v string) predicate.AppInfo
- func NameNEQ(v string) predicate.AppInfo
- func NameNotIn(vs ...string) predicate.AppInfo
- func Not(p predicate.AppInfo) predicate.AppInfo
- func Or(predicates ...predicate.AppInfo) predicate.AppInfo
- func Publisher(v string) predicate.AppInfo
- func PublisherContains(v string) predicate.AppInfo
- func PublisherContainsFold(v string) predicate.AppInfo
- func PublisherEQ(v string) predicate.AppInfo
- func PublisherEqualFold(v string) predicate.AppInfo
- func PublisherGT(v string) predicate.AppInfo
- func PublisherGTE(v string) predicate.AppInfo
- func PublisherHasPrefix(v string) predicate.AppInfo
- func PublisherHasSuffix(v string) predicate.AppInfo
- func PublisherIn(vs ...string) predicate.AppInfo
- func PublisherIsNil() predicate.AppInfo
- func PublisherLT(v string) predicate.AppInfo
- func PublisherLTE(v string) predicate.AppInfo
- func PublisherNEQ(v string) predicate.AppInfo
- func PublisherNotIn(vs ...string) predicate.AppInfo
- func PublisherNotNil() predicate.AppInfo
- func ReleaseDate(v string) predicate.AppInfo
- func ReleaseDateContains(v string) predicate.AppInfo
- func ReleaseDateContainsFold(v string) predicate.AppInfo
- func ReleaseDateEQ(v string) predicate.AppInfo
- func ReleaseDateEqualFold(v string) predicate.AppInfo
- func ReleaseDateGT(v string) predicate.AppInfo
- func ReleaseDateGTE(v string) predicate.AppInfo
- func ReleaseDateHasPrefix(v string) predicate.AppInfo
- func ReleaseDateHasSuffix(v string) predicate.AppInfo
- func ReleaseDateIn(vs ...string) predicate.AppInfo
- func ReleaseDateIsNil() predicate.AppInfo
- func ReleaseDateLT(v string) predicate.AppInfo
- func ReleaseDateLTE(v string) predicate.AppInfo
- func ReleaseDateNEQ(v string) predicate.AppInfo
- func ReleaseDateNotIn(vs ...string) predicate.AppInfo
- func ReleaseDateNotNil() predicate.AppInfo
- func ShortDescription(v string) predicate.AppInfo
- func ShortDescriptionContains(v string) predicate.AppInfo
- func ShortDescriptionContainsFold(v string) predicate.AppInfo
- func ShortDescriptionEQ(v string) predicate.AppInfo
- func ShortDescriptionEqualFold(v string) predicate.AppInfo
- func ShortDescriptionGT(v string) predicate.AppInfo
- func ShortDescriptionGTE(v string) predicate.AppInfo
- func ShortDescriptionHasPrefix(v string) predicate.AppInfo
- func ShortDescriptionHasSuffix(v string) predicate.AppInfo
- func ShortDescriptionIn(vs ...string) predicate.AppInfo
- func ShortDescriptionIsNil() predicate.AppInfo
- func ShortDescriptionLT(v string) predicate.AppInfo
- func ShortDescriptionLTE(v string) predicate.AppInfo
- func ShortDescriptionNEQ(v string) predicate.AppInfo
- func ShortDescriptionNotIn(vs ...string) predicate.AppInfo
- func ShortDescriptionNotNil() predicate.AppInfo
- func Source(v string) predicate.AppInfo
- func SourceAppID(v string) predicate.AppInfo
- func SourceAppIDContains(v string) predicate.AppInfo
- func SourceAppIDContainsFold(v string) predicate.AppInfo
- func SourceAppIDEQ(v string) predicate.AppInfo
- func SourceAppIDEqualFold(v string) predicate.AppInfo
- func SourceAppIDGT(v string) predicate.AppInfo
- func SourceAppIDGTE(v string) predicate.AppInfo
- func SourceAppIDHasPrefix(v string) predicate.AppInfo
- func SourceAppIDHasSuffix(v string) predicate.AppInfo
- func SourceAppIDIn(vs ...string) predicate.AppInfo
- func SourceAppIDLT(v string) predicate.AppInfo
- func SourceAppIDLTE(v string) predicate.AppInfo
- func SourceAppIDNEQ(v string) predicate.AppInfo
- func SourceAppIDNotIn(vs ...string) predicate.AppInfo
- func SourceContains(v string) predicate.AppInfo
- func SourceContainsFold(v string) predicate.AppInfo
- func SourceEQ(v string) predicate.AppInfo
- func SourceEqualFold(v string) predicate.AppInfo
- func SourceGT(v string) predicate.AppInfo
- func SourceGTE(v string) predicate.AppInfo
- func SourceHasPrefix(v string) predicate.AppInfo
- func SourceHasSuffix(v string) predicate.AppInfo
- func SourceIn(vs ...string) predicate.AppInfo
- func SourceLT(v string) predicate.AppInfo
- func SourceLTE(v string) predicate.AppInfo
- func SourceNEQ(v string) predicate.AppInfo
- func SourceNotIn(vs ...string) predicate.AppInfo
- func SourceURL(v string) predicate.AppInfo
- func SourceURLContains(v string) predicate.AppInfo
- func SourceURLContainsFold(v string) predicate.AppInfo
- func SourceURLEQ(v string) predicate.AppInfo
- func SourceURLEqualFold(v string) predicate.AppInfo
- func SourceURLGT(v string) predicate.AppInfo
- func SourceURLGTE(v string) predicate.AppInfo
- func SourceURLHasPrefix(v string) predicate.AppInfo
- func SourceURLHasSuffix(v string) predicate.AppInfo
- func SourceURLIn(vs ...string) predicate.AppInfo
- func SourceURLIsNil() predicate.AppInfo
- func SourceURLLT(v string) predicate.AppInfo
- func SourceURLLTE(v string) predicate.AppInfo
- func SourceURLNEQ(v string) predicate.AppInfo
- func SourceURLNotIn(vs ...string) predicate.AppInfo
- func SourceURLNotNil() predicate.AppInfo
- func TypeEQ(v Type) predicate.AppInfo
- func TypeIn(vs ...Type) predicate.AppInfo
- func TypeNEQ(v Type) predicate.AppInfo
- func TypeNotIn(vs ...Type) predicate.AppInfo
- func TypeValidator(_type Type) error
- func UpdatedAt(v time.Time) predicate.AppInfo
- func UpdatedAtEQ(v time.Time) predicate.AppInfo
- func UpdatedAtGT(v time.Time) predicate.AppInfo
- func UpdatedAtGTE(v time.Time) predicate.AppInfo
- func UpdatedAtIn(vs ...time.Time) predicate.AppInfo
- func UpdatedAtLT(v time.Time) predicate.AppInfo
- func UpdatedAtLTE(v time.Time) predicate.AppInfo
- func UpdatedAtNEQ(v time.Time) predicate.AppInfo
- func UpdatedAtNotIn(vs ...time.Time) predicate.AppInfo
- func ValidColumn(column string) bool
- func Version(v string) predicate.AppInfo
- func VersionContains(v string) predicate.AppInfo
- func VersionContainsFold(v string) predicate.AppInfo
- func VersionEQ(v string) predicate.AppInfo
- func VersionEqualFold(v string) predicate.AppInfo
- func VersionGT(v string) predicate.AppInfo
- func VersionGTE(v string) predicate.AppInfo
- func VersionHasPrefix(v string) predicate.AppInfo
- func VersionHasSuffix(v string) predicate.AppInfo
- func VersionIn(vs ...string) predicate.AppInfo
- func VersionIsNil() predicate.AppInfo
- func VersionLT(v string) predicate.AppInfo
- func VersionLTE(v string) predicate.AppInfo
- func VersionNEQ(v string) predicate.AppInfo
- func VersionNotIn(vs ...string) predicate.AppInfo
- func VersionNotNil() predicate.AppInfo
- type OrderOption
- func ByApp(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByAppBinary(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByAppBinaryCount(opts ...sql.OrderTermOption) OrderOption
- func ByAppCount(opts ...sql.OrderTermOption) OrderOption
- func ByBackgroundImageURL(opts ...sql.OrderTermOption) OrderOption
- func ByBindExternal(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByBindExternalCount(opts ...sql.OrderTermOption) OrderOption
- func ByBindInternalField(field string, opts ...sql.OrderTermOption) OrderOption
- func ByCoverImageURL(opts ...sql.OrderTermOption) OrderOption
- func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption
- func ByDescription(opts ...sql.OrderTermOption) OrderOption
- func ByDeveloper(opts ...sql.OrderTermOption) OrderOption
- func ByID(opts ...sql.OrderTermOption) OrderOption
- func ByIconImageURL(opts ...sql.OrderTermOption) OrderOption
- func ByInternal(opts ...sql.OrderTermOption) OrderOption
- func ByName(opts ...sql.OrderTermOption) OrderOption
- func ByPublisher(opts ...sql.OrderTermOption) OrderOption
- func ByPurchasedByAccount(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByPurchasedByAccountCount(opts ...sql.OrderTermOption) OrderOption
- func ByPurchasedByUser(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByPurchasedByUserCount(opts ...sql.OrderTermOption) OrderOption
- func ByReleaseDate(opts ...sql.OrderTermOption) OrderOption
- func ByShortDescription(opts ...sql.OrderTermOption) OrderOption
- func BySource(opts ...sql.OrderTermOption) OrderOption
- func BySourceAppID(opts ...sql.OrderTermOption) OrderOption
- func BySourceURL(opts ...sql.OrderTermOption) OrderOption
- func ByType(opts ...sql.OrderTermOption) OrderOption
- func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption
- func ByVersion(opts ...sql.OrderTermOption) OrderOption
- type Type
Constants ¶
const ( // Label holds the string label denoting the appinfo type in the database. Label = "app_info" // FieldID holds the string denoting the id field in the database. FieldID = "id" // FieldInternal holds the string denoting the internal field in the database. FieldInternal = "internal" // 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" // FieldIconImageURL holds the string denoting the icon_image_url field in the database. FieldIconImageURL = "icon_image_url" // FieldBackgroundImageURL holds the string denoting the background_image_url field in the database. FieldBackgroundImageURL = "background_image_url" // FieldCoverImageURL holds the string denoting the cover_image_url field in the database. FieldCoverImageURL = "cover_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" // EdgePurchasedByAccount holds the string denoting the purchased_by_account edge name in mutations. EdgePurchasedByAccount = "purchased_by_account" // EdgePurchasedByUser holds the string denoting the purchased_by_user edge name in mutations. EdgePurchasedByUser = "purchased_by_user" // EdgeApp holds the string denoting the app edge name in mutations. EdgeApp = "app" // EdgeAppBinary holds the string denoting the app_binary edge name in mutations. EdgeAppBinary = "app_binary" // 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 appinfo in the database. Table = "app_infos" // PurchasedByAccountTable is the table that holds the purchased_by_account relation/edge. The primary key declared below. PurchasedByAccountTable = "account_purchased_app" // PurchasedByAccountInverseTable is the table name for the Account entity. // It exists in this package in order to avoid circular dependency with the "account" package. PurchasedByAccountInverseTable = "accounts" // PurchasedByUserTable is the table that holds the purchased_by_user relation/edge. The primary key declared below. PurchasedByUserTable = "user_purchased_app" // PurchasedByUserInverseTable is the table name for the User entity. // It exists in this package in order to avoid circular dependency with the "user" package. PurchasedByUserInverseTable = "users" // AppTable is the table that holds the app relation/edge. AppTable = "apps" // AppInverseTable is the table name for the App entity. // It exists in this package in order to avoid circular dependency with the "app" package. AppInverseTable = "apps" // AppColumn is the table column denoting the app relation/edge. AppColumn = "app_info_app" // AppBinaryTable is the table that holds the app_binary relation/edge. AppBinaryTable = "app_binaries" // AppBinaryInverseTable is the table name for the AppBinary entity. // It exists in this package in order to avoid circular dependency with the "appbinary" package. AppBinaryInverseTable = "app_binaries" // AppBinaryColumn is the table column denoting the app_binary relation/edge. AppBinaryColumn = "app_info_app_binary" // BindInternalTable is the table that holds the bind_internal relation/edge. BindInternalTable = "app_infos" // BindInternalColumn is the table column denoting the bind_internal relation/edge. BindInternalColumn = "app_info_bind_external" // BindExternalTable is the table that holds the bind_external relation/edge. BindExternalTable = "app_infos" // BindExternalColumn is the table column denoting the bind_external relation/edge. BindExternalColumn = "app_info_bind_external" )
Variables ¶
var ( // PurchasedByAccountPrimaryKey and PurchasedByAccountColumn2 are the table columns denoting the // primary key for the purchased_by_account relation (M2M). PurchasedByAccountPrimaryKey = []string{"account_id", "app_info_id"} // PurchasedByUserPrimaryKey and PurchasedByUserColumn2 are the table columns denoting the // primary key for the purchased_by_user relation (M2M). PurchasedByUserPrimaryKey = []string{"user_id", "app_info_id"} )
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, FieldInternal, FieldSource, FieldSourceAppID, FieldSourceURL, FieldName, FieldType, FieldShortDescription, FieldDescription, FieldIconImageURL, FieldBackgroundImageURL, FieldCoverImageURL, FieldReleaseDate, FieldDeveloper, FieldPublisher, FieldVersion, FieldUpdatedAt, FieldCreatedAt, }
Columns holds all SQL columns for appinfo fields.
var ForeignKeys = []string{
"app_info_bind_external",
}
ForeignKeys holds the SQL foreign-keys that are owned by the "app_infos" table and are not defined as standalone fields in the schema.
Functions ¶
func BackgroundImageURL ¶
BackgroundImageURL applies equality check predicate on the "background_image_url" field. It's identical to BackgroundImageURLEQ.
func BackgroundImageURLContains ¶
BackgroundImageURLContains applies the Contains predicate on the "background_image_url" field.
func BackgroundImageURLContainsFold ¶
BackgroundImageURLContainsFold applies the ContainsFold predicate on the "background_image_url" field.
func BackgroundImageURLEQ ¶
BackgroundImageURLEQ applies the EQ predicate on the "background_image_url" field.
func BackgroundImageURLEqualFold ¶
BackgroundImageURLEqualFold applies the EqualFold predicate on the "background_image_url" field.
func BackgroundImageURLGT ¶
BackgroundImageURLGT applies the GT predicate on the "background_image_url" field.
func BackgroundImageURLGTE ¶
BackgroundImageURLGTE applies the GTE predicate on the "background_image_url" field.
func BackgroundImageURLHasPrefix ¶
BackgroundImageURLHasPrefix applies the HasPrefix predicate on the "background_image_url" field.
func BackgroundImageURLHasSuffix ¶
BackgroundImageURLHasSuffix applies the HasSuffix predicate on the "background_image_url" field.
func BackgroundImageURLIn ¶
BackgroundImageURLIn applies the In predicate on the "background_image_url" field.
func BackgroundImageURLIsNil ¶
BackgroundImageURLIsNil applies the IsNil predicate on the "background_image_url" field.
func BackgroundImageURLLT ¶
BackgroundImageURLLT applies the LT predicate on the "background_image_url" field.
func BackgroundImageURLLTE ¶
BackgroundImageURLLTE applies the LTE predicate on the "background_image_url" field.
func BackgroundImageURLNEQ ¶
BackgroundImageURLNEQ applies the NEQ predicate on the "background_image_url" field.
func BackgroundImageURLNotIn ¶
BackgroundImageURLNotIn applies the NotIn predicate on the "background_image_url" field.
func BackgroundImageURLNotNil ¶
BackgroundImageURLNotNil applies the NotNil predicate on the "background_image_url" field.
func CoverImageURL ¶
CoverImageURL applies equality check predicate on the "cover_image_url" field. It's identical to CoverImageURLEQ.
func CoverImageURLContains ¶
CoverImageURLContains applies the Contains predicate on the "cover_image_url" field.
func CoverImageURLContainsFold ¶
CoverImageURLContainsFold applies the ContainsFold predicate on the "cover_image_url" field.
func CoverImageURLEQ ¶
CoverImageURLEQ applies the EQ predicate on the "cover_image_url" field.
func CoverImageURLEqualFold ¶
CoverImageURLEqualFold applies the EqualFold predicate on the "cover_image_url" field.
func CoverImageURLGT ¶
CoverImageURLGT applies the GT predicate on the "cover_image_url" field.
func CoverImageURLGTE ¶
CoverImageURLGTE applies the GTE predicate on the "cover_image_url" field.
func CoverImageURLHasPrefix ¶
CoverImageURLHasPrefix applies the HasPrefix predicate on the "cover_image_url" field.
func CoverImageURLHasSuffix ¶
CoverImageURLHasSuffix applies the HasSuffix predicate on the "cover_image_url" field.
func CoverImageURLIn ¶
CoverImageURLIn applies the In predicate on the "cover_image_url" field.
func CoverImageURLIsNil ¶
CoverImageURLIsNil applies the IsNil predicate on the "cover_image_url" field.
func CoverImageURLLT ¶
CoverImageURLLT applies the LT predicate on the "cover_image_url" field.
func CoverImageURLLTE ¶
CoverImageURLLTE applies the LTE predicate on the "cover_image_url" field.
func CoverImageURLNEQ ¶
CoverImageURLNEQ applies the NEQ predicate on the "cover_image_url" field.
func CoverImageURLNotIn ¶
CoverImageURLNotIn applies the NotIn predicate on the "cover_image_url" field.
func CoverImageURLNotNil ¶
CoverImageURLNotNil applies the NotNil predicate on the "cover_image_url" field.
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 DescriptionIsNil ¶
DescriptionIsNil applies the IsNil 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 DescriptionNotNil ¶
DescriptionNotNil applies the NotNil 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 DeveloperIsNil ¶
DeveloperIsNil applies the IsNil 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 DeveloperNotNil ¶
DeveloperNotNil applies the NotNil predicate on the "developer" field.
func HasAppBinary ¶
HasAppBinary applies the HasEdge predicate on the "app_binary" edge.
func HasAppBinaryWith ¶
HasAppBinaryWith applies the HasEdge predicate on the "app_binary" edge with a given conditions (other predicates).
func HasAppWith ¶
HasAppWith applies the HasEdge predicate on the "app" edge with a given conditions (other predicates).
func HasBindExternal ¶
HasBindExternal applies the HasEdge predicate on the "bind_external" edge.
func HasBindExternalWith ¶
HasBindExternalWith applies the HasEdge predicate on the "bind_external" edge with a given conditions (other predicates).
func HasBindInternal ¶
HasBindInternal applies the HasEdge predicate on the "bind_internal" edge.
func HasBindInternalWith ¶
HasBindInternalWith applies the HasEdge predicate on the "bind_internal" edge with a given conditions (other predicates).
func HasPurchasedByAccount ¶
HasPurchasedByAccount applies the HasEdge predicate on the "purchased_by_account" edge.
func HasPurchasedByAccountWith ¶
HasPurchasedByAccountWith applies the HasEdge predicate on the "purchased_by_account" edge with a given conditions (other predicates).
func HasPurchasedByUser ¶
HasPurchasedByUser applies the HasEdge predicate on the "purchased_by_user" edge.
func HasPurchasedByUserWith ¶
HasPurchasedByUserWith applies the HasEdge predicate on the "purchased_by_user" edge with a given conditions (other predicates).
func ID ¶
func ID(id model.InternalID) predicate.AppInfo
ID filters vertices based on their ID field.
func IDEQ ¶
func IDEQ(id model.InternalID) predicate.AppInfo
IDEQ applies the EQ predicate on the ID field.
func IDGT ¶
func IDGT(id model.InternalID) predicate.AppInfo
IDGT applies the GT predicate on the ID field.
func IDGTE ¶
func IDGTE(id model.InternalID) predicate.AppInfo
IDGTE applies the GTE predicate on the ID field.
func IDIn ¶
func IDIn(ids ...model.InternalID) predicate.AppInfo
IDIn applies the In predicate on the ID field.
func IDLT ¶
func IDLT(id model.InternalID) predicate.AppInfo
IDLT applies the LT predicate on the ID field.
func IDLTE ¶
func IDLTE(id model.InternalID) predicate.AppInfo
IDLTE applies the LTE predicate on the ID field.
func IDNEQ ¶
func IDNEQ(id model.InternalID) predicate.AppInfo
IDNEQ applies the NEQ predicate on the ID field.
func IDNotIn ¶
func IDNotIn(ids ...model.InternalID) predicate.AppInfo
IDNotIn applies the NotIn predicate on the ID field.
func IconImageURL ¶
IconImageURL applies equality check predicate on the "icon_image_url" field. It's identical to IconImageURLEQ.
func IconImageURLContains ¶
IconImageURLContains applies the Contains predicate on the "icon_image_url" field.
func IconImageURLContainsFold ¶
IconImageURLContainsFold applies the ContainsFold predicate on the "icon_image_url" field.
func IconImageURLEQ ¶
IconImageURLEQ applies the EQ predicate on the "icon_image_url" field.
func IconImageURLEqualFold ¶
IconImageURLEqualFold applies the EqualFold predicate on the "icon_image_url" field.
func IconImageURLGT ¶
IconImageURLGT applies the GT predicate on the "icon_image_url" field.
func IconImageURLGTE ¶
IconImageURLGTE applies the GTE predicate on the "icon_image_url" field.
func IconImageURLHasPrefix ¶
IconImageURLHasPrefix applies the HasPrefix predicate on the "icon_image_url" field.
func IconImageURLHasSuffix ¶
IconImageURLHasSuffix applies the HasSuffix predicate on the "icon_image_url" field.
func IconImageURLIn ¶
IconImageURLIn applies the In predicate on the "icon_image_url" field.
func IconImageURLIsNil ¶
IconImageURLIsNil applies the IsNil predicate on the "icon_image_url" field.
func IconImageURLLT ¶
IconImageURLLT applies the LT predicate on the "icon_image_url" field.
func IconImageURLLTE ¶
IconImageURLLTE applies the LTE predicate on the "icon_image_url" field.
func IconImageURLNEQ ¶
IconImageURLNEQ applies the NEQ predicate on the "icon_image_url" field.
func IconImageURLNotIn ¶
IconImageURLNotIn applies the NotIn predicate on the "icon_image_url" field.
func IconImageURLNotNil ¶
IconImageURLNotNil applies the NotNil predicate on the "icon_image_url" field.
func Internal ¶
Internal applies equality check predicate on the "internal" field. It's identical to InternalEQ.
func InternalEQ ¶
InternalEQ applies the EQ predicate on the "internal" field.
func InternalNEQ ¶
InternalNEQ applies the NEQ predicate on the "internal" 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 PublisherIsNil ¶
PublisherIsNil applies the IsNil 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 PublisherNotNil ¶
PublisherNotNil applies the NotNil 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 ReleaseDateIsNil ¶
ReleaseDateIsNil applies the IsNil 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 ReleaseDateNotNil ¶
ReleaseDateNotNil applies the NotNil 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 ShortDescriptionIsNil ¶
ShortDescriptionIsNil applies the IsNil 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 ShortDescriptionNotNil ¶
ShortDescriptionNotNil applies the NotNil predicate on the "short_description" field.
func Source ¶
Source applies equality check predicate on the "source" field. It's identical to SourceEQ.
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 SourceContains ¶
SourceContains applies the Contains predicate on the "source" field.
func SourceContainsFold ¶
SourceContainsFold applies the ContainsFold predicate on the "source" field.
func SourceEqualFold ¶
SourceEqualFold applies the EqualFold predicate on the "source" field.
func SourceHasPrefix ¶
SourceHasPrefix applies the HasPrefix predicate on the "source" field.
func SourceHasSuffix ¶
SourceHasSuffix applies the HasSuffix predicate on the "source" 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 SourceURLIsNil ¶
SourceURLIsNil applies the IsNil 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 SourceURLNotNil ¶
SourceURLNotNil applies the NotNil predicate on the "source_url" field.
func TypeValidator ¶
TypeValidator is a validator for the "type" field enum values. It is called by the builders before save.
func UpdatedAt ¶
UpdatedAt applies equality check predicate on the "updated_at" field. It's identical to UpdatedAtEQ.
func UpdatedAtEQ ¶
UpdatedAtEQ applies the EQ predicate on the "updated_at" field.
func UpdatedAtGT ¶
UpdatedAtGT applies the GT predicate on the "updated_at" field.
func UpdatedAtGTE ¶
UpdatedAtGTE applies the GTE predicate on the "updated_at" field.
func UpdatedAtIn ¶
UpdatedAtIn applies the In predicate on the "updated_at" field.
func UpdatedAtLT ¶
UpdatedAtLT applies the LT predicate on the "updated_at" field.
func UpdatedAtLTE ¶
UpdatedAtLTE applies the LTE predicate on the "updated_at" field.
func UpdatedAtNEQ ¶
UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.
func UpdatedAtNotIn ¶
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 ¶
Version applies equality check predicate on the "version" field. It's identical to VersionEQ.
func VersionContains ¶
VersionContains applies the Contains predicate on the "version" field.
func VersionContainsFold ¶
VersionContainsFold applies the ContainsFold predicate on the "version" field.
func VersionEqualFold ¶
VersionEqualFold applies the EqualFold predicate on the "version" field.
func VersionGTE ¶
VersionGTE applies the GTE predicate on the "version" field.
func VersionHasPrefix ¶
VersionHasPrefix applies the HasPrefix predicate on the "version" field.
func VersionHasSuffix ¶
VersionHasSuffix applies the HasSuffix predicate on the "version" field.
func VersionIsNil ¶
VersionIsNil applies the IsNil predicate on the "version" field.
func VersionLTE ¶
VersionLTE applies the LTE predicate on the "version" field.
func VersionNEQ ¶
VersionNEQ applies the NEQ predicate on the "version" field.
func VersionNotIn ¶
VersionNotIn applies the NotIn predicate on the "version" field.
func VersionNotNil ¶
VersionNotNil applies the NotNil predicate on the "version" field.
Types ¶
type OrderOption ¶
OrderOption defines the ordering options for the AppInfo queries.
func ByApp ¶
func ByApp(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
ByApp orders the results by app terms.
func ByAppBinary ¶
func ByAppBinary(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
ByAppBinary orders the results by app_binary terms.
func ByAppBinaryCount ¶
func ByAppBinaryCount(opts ...sql.OrderTermOption) OrderOption
ByAppBinaryCount orders the results by app_binary count.
func ByAppCount ¶
func ByAppCount(opts ...sql.OrderTermOption) OrderOption
ByAppCount orders the results by app count.
func ByBackgroundImageURL ¶
func ByBackgroundImageURL(opts ...sql.OrderTermOption) OrderOption
ByBackgroundImageURL orders the results by the background_image_url field.
func ByBindExternal ¶
func ByBindExternal(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
ByBindExternal orders the results by bind_external terms.
func ByBindExternalCount ¶
func ByBindExternalCount(opts ...sql.OrderTermOption) OrderOption
ByBindExternalCount orders the results by bind_external count.
func ByBindInternalField ¶
func ByBindInternalField(field string, opts ...sql.OrderTermOption) OrderOption
ByBindInternalField orders the results by bind_internal field.
func ByCoverImageURL ¶
func ByCoverImageURL(opts ...sql.OrderTermOption) OrderOption
ByCoverImageURL orders the results by the cover_image_url field.
func ByCreatedAt ¶
func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption
ByCreatedAt orders the results by the created_at field.
func ByDescription ¶
func ByDescription(opts ...sql.OrderTermOption) OrderOption
ByDescription orders the results by the description field.
func ByDeveloper ¶
func ByDeveloper(opts ...sql.OrderTermOption) OrderOption
ByDeveloper orders the results by the developer field.
func ByID ¶
func ByID(opts ...sql.OrderTermOption) OrderOption
ByID orders the results by the id field.
func ByIconImageURL ¶
func ByIconImageURL(opts ...sql.OrderTermOption) OrderOption
ByIconImageURL orders the results by the icon_image_url field.
func ByInternal ¶
func ByInternal(opts ...sql.OrderTermOption) OrderOption
ByInternal orders the results by the internal field.
func ByName ¶
func ByName(opts ...sql.OrderTermOption) OrderOption
ByName orders the results by the name field.
func ByPublisher ¶
func ByPublisher(opts ...sql.OrderTermOption) OrderOption
ByPublisher orders the results by the publisher field.
func ByPurchasedByAccount ¶
func ByPurchasedByAccount(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
ByPurchasedByAccount orders the results by purchased_by_account terms.
func ByPurchasedByAccountCount ¶
func ByPurchasedByAccountCount(opts ...sql.OrderTermOption) OrderOption
ByPurchasedByAccountCount orders the results by purchased_by_account count.
func ByPurchasedByUser ¶
func ByPurchasedByUser(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
ByPurchasedByUser orders the results by purchased_by_user terms.
func ByPurchasedByUserCount ¶
func ByPurchasedByUserCount(opts ...sql.OrderTermOption) OrderOption
ByPurchasedByUserCount orders the results by purchased_by_user count.
func ByReleaseDate ¶
func ByReleaseDate(opts ...sql.OrderTermOption) OrderOption
ByReleaseDate orders the results by the release_date field.
func ByShortDescription ¶
func ByShortDescription(opts ...sql.OrderTermOption) OrderOption
ByShortDescription orders the results by the short_description field.
func BySource ¶
func BySource(opts ...sql.OrderTermOption) OrderOption
BySource orders the results by the source field.
func BySourceAppID ¶
func BySourceAppID(opts ...sql.OrderTermOption) OrderOption
BySourceAppID orders the results by the source_app_id field.
func BySourceURL ¶
func BySourceURL(opts ...sql.OrderTermOption) OrderOption
BySourceURL orders the results by the source_url field.
func ByType ¶
func ByType(opts ...sql.OrderTermOption) OrderOption
ByType orders the results by the type field.
func ByUpdatedAt ¶
func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption
ByUpdatedAt orders the results by the updated_at field.
func ByVersion ¶
func ByVersion(opts ...sql.OrderTermOption) OrderOption
ByVersion orders the results by the version field.