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 DeletedAt(v time.Time) predicate.App
- func DeletedAtEQ(v time.Time) predicate.App
- func DeletedAtGT(v time.Time) predicate.App
- func DeletedAtGTE(v time.Time) predicate.App
- func DeletedAtIn(vs ...time.Time) predicate.App
- func DeletedAtIsNil() predicate.App
- func DeletedAtLT(v time.Time) predicate.App
- func DeletedAtLTE(v time.Time) predicate.App
- func DeletedAtNEQ(v time.Time) predicate.App
- func DeletedAtNotIn(vs ...time.Time) predicate.App
- func DeletedAtNotNil() 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 DescriptionIsNil() 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 DescriptionNotNil() predicate.App
- func HasBillingInvoiceInvoicingApp() predicate.App
- func HasBillingInvoiceInvoicingAppWith(preds ...predicate.BillingInvoice) predicate.App
- func HasBillingInvoicePaymentApp() predicate.App
- func HasBillingInvoicePaymentAppWith(preds ...predicate.BillingInvoice) predicate.App
- func HasBillingInvoiceTaxApp() predicate.App
- func HasBillingInvoiceTaxAppWith(preds ...predicate.BillingInvoice) predicate.App
- func HasBillingProfileInvoicingApp() predicate.App
- func HasBillingProfileInvoicingAppWith(preds ...predicate.BillingProfile) predicate.App
- func HasBillingProfilePaymentApp() predicate.App
- func HasBillingProfilePaymentAppWith(preds ...predicate.BillingProfile) predicate.App
- func HasBillingProfileTaxApp() predicate.App
- func HasBillingProfileTaxAppWith(preds ...predicate.BillingProfile) predicate.App
- func HasCustomerApps() predicate.App
- func HasCustomerAppsWith(preds ...predicate.AppCustomer) predicate.App
- func ID(id string) predicate.App
- func IDContainsFold(id string) predicate.App
- func IDEQ(id string) predicate.App
- func IDEqualFold(id string) predicate.App
- func IDGT(id string) predicate.App
- func IDGTE(id string) predicate.App
- func IDIn(ids ...string) predicate.App
- func IDLT(id string) predicate.App
- func IDLTE(id string) predicate.App
- func IDNEQ(id string) predicate.App
- func IDNotIn(ids ...string) predicate.App
- func IsDefault(v bool) predicate.App
- func IsDefaultEQ(v bool) predicate.App
- func IsDefaultNEQ(v bool) predicate.App
- func MetadataIsNil() predicate.App
- func MetadataNotNil() 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 Namespace(v string) predicate.App
- func NamespaceContains(v string) predicate.App
- func NamespaceContainsFold(v string) predicate.App
- func NamespaceEQ(v string) predicate.App
- func NamespaceEqualFold(v string) predicate.App
- func NamespaceGT(v string) predicate.App
- func NamespaceGTE(v string) predicate.App
- func NamespaceHasPrefix(v string) predicate.App
- func NamespaceHasSuffix(v string) predicate.App
- func NamespaceIn(vs ...string) predicate.App
- func NamespaceLT(v string) predicate.App
- func NamespaceLTE(v string) predicate.App
- func NamespaceNEQ(v string) predicate.App
- func NamespaceNotIn(vs ...string) predicate.App
- func Not(p predicate.App) predicate.App
- func Or(predicates ...predicate.App) predicate.App
- func Status(v app.AppStatus) predicate.App
- func StatusContains(v app.AppStatus) predicate.App
- func StatusContainsFold(v app.AppStatus) predicate.App
- func StatusEQ(v app.AppStatus) predicate.App
- func StatusEqualFold(v app.AppStatus) predicate.App
- func StatusGT(v app.AppStatus) predicate.App
- func StatusGTE(v app.AppStatus) predicate.App
- func StatusHasPrefix(v app.AppStatus) predicate.App
- func StatusHasSuffix(v app.AppStatus) predicate.App
- func StatusIn(vs ...app.AppStatus) predicate.App
- func StatusLT(v app.AppStatus) predicate.App
- func StatusLTE(v app.AppStatus) predicate.App
- func StatusNEQ(v app.AppStatus) predicate.App
- func StatusNotIn(vs ...app.AppStatus) predicate.App
- func Type(v app.AppType) predicate.App
- func TypeContains(v app.AppType) predicate.App
- func TypeContainsFold(v app.AppType) predicate.App
- func TypeEQ(v app.AppType) predicate.App
- func TypeEqualFold(v app.AppType) predicate.App
- func TypeGT(v app.AppType) predicate.App
- func TypeGTE(v app.AppType) predicate.App
- func TypeHasPrefix(v app.AppType) predicate.App
- func TypeHasSuffix(v app.AppType) predicate.App
- func TypeIn(vs ...app.AppType) predicate.App
- func TypeLT(v app.AppType) predicate.App
- func TypeLTE(v app.AppType) predicate.App
- func TypeNEQ(v app.AppType) predicate.App
- func TypeNotIn(vs ...app.AppType) predicate.App
- 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
- type OrderOption
- func ByBillingInvoiceInvoicingApp(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByBillingInvoiceInvoicingAppCount(opts ...sql.OrderTermOption) OrderOption
- func ByBillingInvoicePaymentApp(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByBillingInvoicePaymentAppCount(opts ...sql.OrderTermOption) OrderOption
- func ByBillingInvoiceTaxApp(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByBillingInvoiceTaxAppCount(opts ...sql.OrderTermOption) OrderOption
- func ByBillingProfileInvoicingApp(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByBillingProfileInvoicingAppCount(opts ...sql.OrderTermOption) OrderOption
- func ByBillingProfilePaymentApp(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByBillingProfilePaymentAppCount(opts ...sql.OrderTermOption) OrderOption
- func ByBillingProfileTaxApp(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByBillingProfileTaxAppCount(opts ...sql.OrderTermOption) OrderOption
- func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption
- func ByCustomerApps(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByCustomerAppsCount(opts ...sql.OrderTermOption) OrderOption
- func ByDeletedAt(opts ...sql.OrderTermOption) OrderOption
- func ByDescription(opts ...sql.OrderTermOption) OrderOption
- func ByID(opts ...sql.OrderTermOption) OrderOption
- func ByIsDefault(opts ...sql.OrderTermOption) OrderOption
- func ByName(opts ...sql.OrderTermOption) OrderOption
- func ByNamespace(opts ...sql.OrderTermOption) OrderOption
- func ByStatus(opts ...sql.OrderTermOption) OrderOption
- func ByType(opts ...sql.OrderTermOption) OrderOption
- func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption
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" // FieldNamespace holds the string denoting the namespace field in the database. FieldNamespace = "namespace" // FieldMetadata holds the string denoting the metadata field in the database. FieldMetadata = "metadata" // FieldCreatedAt holds the string denoting the created_at field in the database. FieldCreatedAt = "created_at" // FieldUpdatedAt holds the string denoting the updated_at field in the database. FieldUpdatedAt = "updated_at" // FieldDeletedAt holds the string denoting the deleted_at field in the database. FieldDeletedAt = "deleted_at" // FieldName holds the string denoting the name field in the database. FieldName = "name" // FieldDescription holds the string denoting the description field in the database. FieldDescription = "description" // FieldType holds the string denoting the type field in the database. FieldType = "type" // FieldStatus holds the string denoting the status field in the database. FieldStatus = "status" // FieldIsDefault holds the string denoting the is_default field in the database. FieldIsDefault = "is_default" // EdgeCustomerApps holds the string denoting the customer_apps edge name in mutations. EdgeCustomerApps = "customer_apps" // EdgeBillingProfileTaxApp holds the string denoting the billing_profile_tax_app edge name in mutations. EdgeBillingProfileTaxApp = "billing_profile_tax_app" // EdgeBillingProfileInvoicingApp holds the string denoting the billing_profile_invoicing_app edge name in mutations. EdgeBillingProfileInvoicingApp = "billing_profile_invoicing_app" // EdgeBillingProfilePaymentApp holds the string denoting the billing_profile_payment_app edge name in mutations. EdgeBillingProfilePaymentApp = "billing_profile_payment_app" // EdgeBillingInvoiceTaxApp holds the string denoting the billing_invoice_tax_app edge name in mutations. EdgeBillingInvoiceTaxApp = "billing_invoice_tax_app" // EdgeBillingInvoiceInvoicingApp holds the string denoting the billing_invoice_invoicing_app edge name in mutations. EdgeBillingInvoiceInvoicingApp = "billing_invoice_invoicing_app" // EdgeBillingInvoicePaymentApp holds the string denoting the billing_invoice_payment_app edge name in mutations. EdgeBillingInvoicePaymentApp = "billing_invoice_payment_app" // Table holds the table name of the app in the database. Table = "apps" // CustomerAppsTable is the table that holds the customer_apps relation/edge. CustomerAppsTable = "app_customers" // CustomerAppsInverseTable is the table name for the AppCustomer entity. // It exists in this package in order to avoid circular dependency with the "appcustomer" package. CustomerAppsInverseTable = "app_customers" // CustomerAppsColumn is the table column denoting the customer_apps relation/edge. CustomerAppsColumn = "app_id" // BillingProfileTaxAppTable is the table that holds the billing_profile_tax_app relation/edge. BillingProfileTaxAppTable = "billing_profiles" // BillingProfileTaxAppInverseTable is the table name for the BillingProfile entity. // It exists in this package in order to avoid circular dependency with the "billingprofile" package. BillingProfileTaxAppInverseTable = "billing_profiles" // BillingProfileTaxAppColumn is the table column denoting the billing_profile_tax_app relation/edge. BillingProfileTaxAppColumn = "tax_app_id" // BillingProfileInvoicingAppTable is the table that holds the billing_profile_invoicing_app relation/edge. BillingProfileInvoicingAppTable = "billing_profiles" // BillingProfileInvoicingAppInverseTable is the table name for the BillingProfile entity. // It exists in this package in order to avoid circular dependency with the "billingprofile" package. BillingProfileInvoicingAppInverseTable = "billing_profiles" // BillingProfileInvoicingAppColumn is the table column denoting the billing_profile_invoicing_app relation/edge. BillingProfileInvoicingAppColumn = "invoicing_app_id" // BillingProfilePaymentAppTable is the table that holds the billing_profile_payment_app relation/edge. BillingProfilePaymentAppTable = "billing_profiles" // BillingProfilePaymentAppInverseTable is the table name for the BillingProfile entity. // It exists in this package in order to avoid circular dependency with the "billingprofile" package. BillingProfilePaymentAppInverseTable = "billing_profiles" // BillingProfilePaymentAppColumn is the table column denoting the billing_profile_payment_app relation/edge. BillingProfilePaymentAppColumn = "payment_app_id" // BillingInvoiceTaxAppTable is the table that holds the billing_invoice_tax_app relation/edge. BillingInvoiceTaxAppTable = "billing_invoices" // BillingInvoiceTaxAppInverseTable is the table name for the BillingInvoice entity. // It exists in this package in order to avoid circular dependency with the "billinginvoice" package. BillingInvoiceTaxAppInverseTable = "billing_invoices" // BillingInvoiceTaxAppColumn is the table column denoting the billing_invoice_tax_app relation/edge. BillingInvoiceTaxAppColumn = "tax_app_id" // BillingInvoiceInvoicingAppTable is the table that holds the billing_invoice_invoicing_app relation/edge. BillingInvoiceInvoicingAppTable = "billing_invoices" // BillingInvoiceInvoicingAppInverseTable is the table name for the BillingInvoice entity. // It exists in this package in order to avoid circular dependency with the "billinginvoice" package. BillingInvoiceInvoicingAppInverseTable = "billing_invoices" // BillingInvoiceInvoicingAppColumn is the table column denoting the billing_invoice_invoicing_app relation/edge. BillingInvoiceInvoicingAppColumn = "invoicing_app_id" // BillingInvoicePaymentAppTable is the table that holds the billing_invoice_payment_app relation/edge. BillingInvoicePaymentAppTable = "billing_invoices" // BillingInvoicePaymentAppInverseTable is the table name for the BillingInvoice entity. // It exists in this package in order to avoid circular dependency with the "billinginvoice" package. BillingInvoicePaymentAppInverseTable = "billing_invoices" // BillingInvoicePaymentAppColumn is the table column denoting the billing_invoice_payment_app relation/edge. BillingInvoicePaymentAppColumn = "payment_app_id" )
Variables ¶
var ( // NamespaceValidator is a validator for the "namespace" field. It is called by the builders before save. NamespaceValidator func(string) error // DefaultCreatedAt holds the default value on creation for the "created_at" field. DefaultCreatedAt func() time.Time // 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 // DefaultIsDefault holds the default value on creation for the "is_default" field. DefaultIsDefault bool // DefaultID holds the default value on creation for the "id" field. DefaultID func() string )
var Columns = []string{ FieldID, FieldNamespace, FieldMetadata, FieldCreatedAt, FieldUpdatedAt, FieldDeletedAt, FieldName, FieldDescription, FieldType, FieldStatus, FieldIsDefault, }
Columns holds all SQL columns for app fields.
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 DeletedAt ¶
DeletedAt applies equality check predicate on the "deleted_at" field. It's identical to DeletedAtEQ.
func DeletedAtEQ ¶
DeletedAtEQ applies the EQ predicate on the "deleted_at" field.
func DeletedAtGT ¶
DeletedAtGT applies the GT predicate on the "deleted_at" field.
func DeletedAtGTE ¶
DeletedAtGTE applies the GTE predicate on the "deleted_at" field.
func DeletedAtIn ¶
DeletedAtIn applies the In predicate on the "deleted_at" field.
func DeletedAtIsNil ¶
DeletedAtIsNil applies the IsNil predicate on the "deleted_at" field.
func DeletedAtLT ¶
DeletedAtLT applies the LT predicate on the "deleted_at" field.
func DeletedAtLTE ¶
DeletedAtLTE applies the LTE predicate on the "deleted_at" field.
func DeletedAtNEQ ¶
DeletedAtNEQ applies the NEQ predicate on the "deleted_at" field.
func DeletedAtNotIn ¶
DeletedAtNotIn applies the NotIn predicate on the "deleted_at" field.
func DeletedAtNotNil ¶
DeletedAtNotNil applies the NotNil predicate on the "deleted_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 HasBillingInvoiceInvoicingApp ¶
HasBillingInvoiceInvoicingApp applies the HasEdge predicate on the "billing_invoice_invoicing_app" edge.
func HasBillingInvoiceInvoicingAppWith ¶
func HasBillingInvoiceInvoicingAppWith(preds ...predicate.BillingInvoice) predicate.App
HasBillingInvoiceInvoicingAppWith applies the HasEdge predicate on the "billing_invoice_invoicing_app" edge with a given conditions (other predicates).
func HasBillingInvoicePaymentApp ¶
HasBillingInvoicePaymentApp applies the HasEdge predicate on the "billing_invoice_payment_app" edge.
func HasBillingInvoicePaymentAppWith ¶
func HasBillingInvoicePaymentAppWith(preds ...predicate.BillingInvoice) predicate.App
HasBillingInvoicePaymentAppWith applies the HasEdge predicate on the "billing_invoice_payment_app" edge with a given conditions (other predicates).
func HasBillingInvoiceTaxApp ¶
HasBillingInvoiceTaxApp applies the HasEdge predicate on the "billing_invoice_tax_app" edge.
func HasBillingInvoiceTaxAppWith ¶
func HasBillingInvoiceTaxAppWith(preds ...predicate.BillingInvoice) predicate.App
HasBillingInvoiceTaxAppWith applies the HasEdge predicate on the "billing_invoice_tax_app" edge with a given conditions (other predicates).
func HasBillingProfileInvoicingApp ¶
HasBillingProfileInvoicingApp applies the HasEdge predicate on the "billing_profile_invoicing_app" edge.
func HasBillingProfileInvoicingAppWith ¶
func HasBillingProfileInvoicingAppWith(preds ...predicate.BillingProfile) predicate.App
HasBillingProfileInvoicingAppWith applies the HasEdge predicate on the "billing_profile_invoicing_app" edge with a given conditions (other predicates).
func HasBillingProfilePaymentApp ¶
HasBillingProfilePaymentApp applies the HasEdge predicate on the "billing_profile_payment_app" edge.
func HasBillingProfilePaymentAppWith ¶
func HasBillingProfilePaymentAppWith(preds ...predicate.BillingProfile) predicate.App
HasBillingProfilePaymentAppWith applies the HasEdge predicate on the "billing_profile_payment_app" edge with a given conditions (other predicates).
func HasBillingProfileTaxApp ¶
HasBillingProfileTaxApp applies the HasEdge predicate on the "billing_profile_tax_app" edge.
func HasBillingProfileTaxAppWith ¶
func HasBillingProfileTaxAppWith(preds ...predicate.BillingProfile) predicate.App
HasBillingProfileTaxAppWith applies the HasEdge predicate on the "billing_profile_tax_app" edge with a given conditions (other predicates).
func HasCustomerApps ¶
HasCustomerApps applies the HasEdge predicate on the "customer_apps" edge.
func HasCustomerAppsWith ¶
func HasCustomerAppsWith(preds ...predicate.AppCustomer) predicate.App
HasCustomerAppsWith applies the HasEdge predicate on the "customer_apps" edge with a given conditions (other predicates).
func IDContainsFold ¶
IDContainsFold applies the ContainsFold predicate on the ID field.
func IDEqualFold ¶
IDEqualFold applies the EqualFold predicate on the ID field.
func IsDefault ¶
IsDefault applies equality check predicate on the "is_default" field. It's identical to IsDefaultEQ.
func IsDefaultEQ ¶
IsDefaultEQ applies the EQ predicate on the "is_default" field.
func IsDefaultNEQ ¶
IsDefaultNEQ applies the NEQ predicate on the "is_default" field.
func MetadataIsNil ¶
MetadataIsNil applies the IsNil predicate on the "metadata" field.
func MetadataNotNil ¶
MetadataNotNil applies the NotNil predicate on the "metadata" 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 Namespace ¶
Namespace applies equality check predicate on the "namespace" field. It's identical to NamespaceEQ.
func NamespaceContains ¶
NamespaceContains applies the Contains predicate on the "namespace" field.
func NamespaceContainsFold ¶
NamespaceContainsFold applies the ContainsFold predicate on the "namespace" field.
func NamespaceEQ ¶
NamespaceEQ applies the EQ predicate on the "namespace" field.
func NamespaceEqualFold ¶
NamespaceEqualFold applies the EqualFold predicate on the "namespace" field.
func NamespaceGT ¶
NamespaceGT applies the GT predicate on the "namespace" field.
func NamespaceGTE ¶
NamespaceGTE applies the GTE predicate on the "namespace" field.
func NamespaceHasPrefix ¶
NamespaceHasPrefix applies the HasPrefix predicate on the "namespace" field.
func NamespaceHasSuffix ¶
NamespaceHasSuffix applies the HasSuffix predicate on the "namespace" field.
func NamespaceIn ¶
NamespaceIn applies the In predicate on the "namespace" field.
func NamespaceLT ¶
NamespaceLT applies the LT predicate on the "namespace" field.
func NamespaceLTE ¶
NamespaceLTE applies the LTE predicate on the "namespace" field.
func NamespaceNEQ ¶
NamespaceNEQ applies the NEQ predicate on the "namespace" field.
func NamespaceNotIn ¶
NamespaceNotIn applies the NotIn predicate on the "namespace" field.
func Status ¶
Status applies equality check predicate on the "status" field. It's identical to StatusEQ.
func StatusContains ¶
StatusContains applies the Contains predicate on the "status" field.
func StatusContainsFold ¶
StatusContainsFold applies the ContainsFold predicate on the "status" field.
func StatusEqualFold ¶
StatusEqualFold applies the EqualFold predicate on the "status" field.
func StatusHasPrefix ¶
StatusHasPrefix applies the HasPrefix predicate on the "status" field.
func StatusHasSuffix ¶
StatusHasSuffix applies the HasSuffix predicate on the "status" field.
func StatusNotIn ¶
StatusNotIn applies the NotIn predicate on the "status" field.
func TypeContains ¶
TypeContains applies the Contains predicate on the "type" field.
func TypeContainsFold ¶
TypeContainsFold applies the ContainsFold predicate on the "type" field.
func TypeEqualFold ¶
TypeEqualFold applies the EqualFold predicate on the "type" field.
func TypeHasPrefix ¶
TypeHasPrefix applies the HasPrefix predicate on the "type" field.
func TypeHasSuffix ¶
TypeHasSuffix applies the HasSuffix predicate on the "type" field.
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).
Types ¶
type OrderOption ¶
OrderOption defines the ordering options for the App queries.
func ByBillingInvoiceInvoicingApp ¶
func ByBillingInvoiceInvoicingApp(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
ByBillingInvoiceInvoicingApp orders the results by billing_invoice_invoicing_app terms.
func ByBillingInvoiceInvoicingAppCount ¶
func ByBillingInvoiceInvoicingAppCount(opts ...sql.OrderTermOption) OrderOption
ByBillingInvoiceInvoicingAppCount orders the results by billing_invoice_invoicing_app count.
func ByBillingInvoicePaymentApp ¶
func ByBillingInvoicePaymentApp(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
ByBillingInvoicePaymentApp orders the results by billing_invoice_payment_app terms.
func ByBillingInvoicePaymentAppCount ¶
func ByBillingInvoicePaymentAppCount(opts ...sql.OrderTermOption) OrderOption
ByBillingInvoicePaymentAppCount orders the results by billing_invoice_payment_app count.
func ByBillingInvoiceTaxApp ¶
func ByBillingInvoiceTaxApp(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
ByBillingInvoiceTaxApp orders the results by billing_invoice_tax_app terms.
func ByBillingInvoiceTaxAppCount ¶
func ByBillingInvoiceTaxAppCount(opts ...sql.OrderTermOption) OrderOption
ByBillingInvoiceTaxAppCount orders the results by billing_invoice_tax_app count.
func ByBillingProfileInvoicingApp ¶
func ByBillingProfileInvoicingApp(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
ByBillingProfileInvoicingApp orders the results by billing_profile_invoicing_app terms.
func ByBillingProfileInvoicingAppCount ¶
func ByBillingProfileInvoicingAppCount(opts ...sql.OrderTermOption) OrderOption
ByBillingProfileInvoicingAppCount orders the results by billing_profile_invoicing_app count.
func ByBillingProfilePaymentApp ¶
func ByBillingProfilePaymentApp(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
ByBillingProfilePaymentApp orders the results by billing_profile_payment_app terms.
func ByBillingProfilePaymentAppCount ¶
func ByBillingProfilePaymentAppCount(opts ...sql.OrderTermOption) OrderOption
ByBillingProfilePaymentAppCount orders the results by billing_profile_payment_app count.
func ByBillingProfileTaxApp ¶
func ByBillingProfileTaxApp(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
ByBillingProfileTaxApp orders the results by billing_profile_tax_app terms.
func ByBillingProfileTaxAppCount ¶
func ByBillingProfileTaxAppCount(opts ...sql.OrderTermOption) OrderOption
ByBillingProfileTaxAppCount orders the results by billing_profile_tax_app count.
func ByCreatedAt ¶
func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption
ByCreatedAt orders the results by the created_at field.
func ByCustomerApps ¶
func ByCustomerApps(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
ByCustomerApps orders the results by customer_apps terms.
func ByCustomerAppsCount ¶
func ByCustomerAppsCount(opts ...sql.OrderTermOption) OrderOption
ByCustomerAppsCount orders the results by customer_apps count.
func ByDeletedAt ¶
func ByDeletedAt(opts ...sql.OrderTermOption) OrderOption
ByDeletedAt orders the results by the deleted_at field.
func ByDescription ¶
func ByDescription(opts ...sql.OrderTermOption) OrderOption
ByDescription orders the results by the description field.
func ByID ¶
func ByID(opts ...sql.OrderTermOption) OrderOption
ByID orders the results by the id field.
func ByIsDefault ¶
func ByIsDefault(opts ...sql.OrderTermOption) OrderOption
ByIsDefault orders the results by the is_default field.
func ByName ¶
func ByName(opts ...sql.OrderTermOption) OrderOption
ByName orders the results by the name field.
func ByNamespace ¶
func ByNamespace(opts ...sql.OrderTermOption) OrderOption
ByNamespace orders the results by the namespace field.
func ByStatus ¶
func ByStatus(opts ...sql.OrderTermOption) OrderOption
ByStatus orders the results by the status 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.