creditgrantapplication

package
v1.0.21 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 13, 2025 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the creditgrantapplication type in the database.
	Label = "credit_grant_application"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldTenantID holds the string denoting the tenant_id field in the database.
	FieldTenantID = "tenant_id"
	// FieldStatus holds the string denoting the status field in the database.
	FieldStatus = "status"
	// 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"
	// FieldCreatedBy holds the string denoting the created_by field in the database.
	FieldCreatedBy = "created_by"
	// FieldUpdatedBy holds the string denoting the updated_by field in the database.
	FieldUpdatedBy = "updated_by"
	// FieldEnvironmentID holds the string denoting the environment_id field in the database.
	FieldEnvironmentID = "environment_id"
	// FieldCreditGrantID holds the string denoting the credit_grant_id field in the database.
	FieldCreditGrantID = "credit_grant_id"
	// FieldSubscriptionID holds the string denoting the subscription_id field in the database.
	FieldSubscriptionID = "subscription_id"
	// FieldScheduledFor holds the string denoting the scheduled_for field in the database.
	FieldScheduledFor = "scheduled_for"
	// FieldAppliedAt holds the string denoting the applied_at field in the database.
	FieldAppliedAt = "applied_at"
	// FieldPeriodStart holds the string denoting the period_start field in the database.
	FieldPeriodStart = "period_start"
	// FieldPeriodEnd holds the string denoting the period_end field in the database.
	FieldPeriodEnd = "period_end"
	// FieldApplicationStatus holds the string denoting the application_status field in the database.
	FieldApplicationStatus = "application_status"
	// FieldCredits holds the string denoting the credits field in the database.
	FieldCredits = "credits"
	// FieldApplicationReason holds the string denoting the application_reason field in the database.
	FieldApplicationReason = "application_reason"
	// FieldSubscriptionStatusAtApplication holds the string denoting the subscription_status_at_application field in the database.
	FieldSubscriptionStatusAtApplication = "subscription_status_at_application"
	// FieldRetryCount holds the string denoting the retry_count field in the database.
	FieldRetryCount = "retry_count"
	// FieldFailureReason holds the string denoting the failure_reason field in the database.
	FieldFailureReason = "failure_reason"
	// FieldMetadata holds the string denoting the metadata field in the database.
	FieldMetadata = "metadata"
	// FieldIdempotencyKey holds the string denoting the idempotency_key field in the database.
	FieldIdempotencyKey = "idempotency_key"
	// Table holds the table name of the creditgrantapplication in the database.
	Table = "credit_grant_applications"
)

Variables

View Source
var (
	// TenantIDValidator is a validator for the "tenant_id" field. It is called by the builders before save.
	TenantIDValidator func(string) error
	// DefaultStatus holds the default value on creation for the "status" field.
	DefaultStatus string
	// 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
	// DefaultEnvironmentID holds the default value on creation for the "environment_id" field.
	DefaultEnvironmentID string
	// CreditGrantIDValidator is a validator for the "credit_grant_id" field. It is called by the builders before save.
	CreditGrantIDValidator func(string) error
	// SubscriptionIDValidator is a validator for the "subscription_id" field. It is called by the builders before save.
	SubscriptionIDValidator func(string) error
	// DefaultApplicationStatus holds the default value on creation for the "application_status" field.
	DefaultApplicationStatus types.ApplicationStatus
	// DefaultCredits holds the default value on creation for the "credits" field.
	DefaultCredits decimal.Decimal
	// ApplicationReasonValidator is a validator for the "application_reason" field. It is called by the builders before save.
	ApplicationReasonValidator func(string) error
	// SubscriptionStatusAtApplicationValidator is a validator for the "subscription_status_at_application" field. It is called by the builders before save.
	SubscriptionStatusAtApplicationValidator func(string) error
	// DefaultRetryCount holds the default value on creation for the "retry_count" field.
	DefaultRetryCount int
)

Columns holds all SQL columns for creditgrantapplication fields.

Functions

func And

And groups predicates with the AND operator between them.

func ApplicationReason

ApplicationReason applies equality check predicate on the "application_reason" field. It's identical to ApplicationReasonEQ.

func ApplicationReasonContains

ApplicationReasonContains applies the Contains predicate on the "application_reason" field.

func ApplicationReasonContainsFold

func ApplicationReasonContainsFold(v types.CreditGrantApplicationReason) predicate.CreditGrantApplication

ApplicationReasonContainsFold applies the ContainsFold predicate on the "application_reason" field.

func ApplicationReasonEQ

ApplicationReasonEQ applies the EQ predicate on the "application_reason" field.

func ApplicationReasonEqualFold

ApplicationReasonEqualFold applies the EqualFold predicate on the "application_reason" field.

func ApplicationReasonGT

ApplicationReasonGT applies the GT predicate on the "application_reason" field.

func ApplicationReasonGTE

ApplicationReasonGTE applies the GTE predicate on the "application_reason" field.

func ApplicationReasonHasPrefix

ApplicationReasonHasPrefix applies the HasPrefix predicate on the "application_reason" field.

func ApplicationReasonHasSuffix

ApplicationReasonHasSuffix applies the HasSuffix predicate on the "application_reason" field.

func ApplicationReasonIn

ApplicationReasonIn applies the In predicate on the "application_reason" field.

func ApplicationReasonLT

ApplicationReasonLT applies the LT predicate on the "application_reason" field.

func ApplicationReasonLTE

ApplicationReasonLTE applies the LTE predicate on the "application_reason" field.

func ApplicationReasonNEQ

ApplicationReasonNEQ applies the NEQ predicate on the "application_reason" field.

func ApplicationReasonNotIn

ApplicationReasonNotIn applies the NotIn predicate on the "application_reason" field.

func ApplicationStatus

ApplicationStatus applies equality check predicate on the "application_status" field. It's identical to ApplicationStatusEQ.

func ApplicationStatusContains

func ApplicationStatusContains(v types.ApplicationStatus) predicate.CreditGrantApplication

ApplicationStatusContains applies the Contains predicate on the "application_status" field.

func ApplicationStatusContainsFold

func ApplicationStatusContainsFold(v types.ApplicationStatus) predicate.CreditGrantApplication

ApplicationStatusContainsFold applies the ContainsFold predicate on the "application_status" field.

func ApplicationStatusEQ

ApplicationStatusEQ applies the EQ predicate on the "application_status" field.

func ApplicationStatusEqualFold

func ApplicationStatusEqualFold(v types.ApplicationStatus) predicate.CreditGrantApplication

ApplicationStatusEqualFold applies the EqualFold predicate on the "application_status" field.

func ApplicationStatusGT

ApplicationStatusGT applies the GT predicate on the "application_status" field.

func ApplicationStatusGTE

ApplicationStatusGTE applies the GTE predicate on the "application_status" field.

func ApplicationStatusHasPrefix

func ApplicationStatusHasPrefix(v types.ApplicationStatus) predicate.CreditGrantApplication

ApplicationStatusHasPrefix applies the HasPrefix predicate on the "application_status" field.

func ApplicationStatusHasSuffix

func ApplicationStatusHasSuffix(v types.ApplicationStatus) predicate.CreditGrantApplication

ApplicationStatusHasSuffix applies the HasSuffix predicate on the "application_status" field.

func ApplicationStatusIn

func ApplicationStatusIn(vs ...types.ApplicationStatus) predicate.CreditGrantApplication

ApplicationStatusIn applies the In predicate on the "application_status" field.

func ApplicationStatusLT

ApplicationStatusLT applies the LT predicate on the "application_status" field.

func ApplicationStatusLTE

ApplicationStatusLTE applies the LTE predicate on the "application_status" field.

func ApplicationStatusNEQ

ApplicationStatusNEQ applies the NEQ predicate on the "application_status" field.

func ApplicationStatusNotIn

func ApplicationStatusNotIn(vs ...types.ApplicationStatus) predicate.CreditGrantApplication

ApplicationStatusNotIn applies the NotIn predicate on the "application_status" field.

func AppliedAt

AppliedAt applies equality check predicate on the "applied_at" field. It's identical to AppliedAtEQ.

func AppliedAtEQ

AppliedAtEQ applies the EQ predicate on the "applied_at" field.

func AppliedAtGT

AppliedAtGT applies the GT predicate on the "applied_at" field.

func AppliedAtGTE

func AppliedAtGTE(v time.Time) predicate.CreditGrantApplication

AppliedAtGTE applies the GTE predicate on the "applied_at" field.

func AppliedAtIn

func AppliedAtIn(vs ...time.Time) predicate.CreditGrantApplication

AppliedAtIn applies the In predicate on the "applied_at" field.

func AppliedAtIsNil

func AppliedAtIsNil() predicate.CreditGrantApplication

AppliedAtIsNil applies the IsNil predicate on the "applied_at" field.

func AppliedAtLT

AppliedAtLT applies the LT predicate on the "applied_at" field.

func AppliedAtLTE

func AppliedAtLTE(v time.Time) predicate.CreditGrantApplication

AppliedAtLTE applies the LTE predicate on the "applied_at" field.

func AppliedAtNEQ

func AppliedAtNEQ(v time.Time) predicate.CreditGrantApplication

AppliedAtNEQ applies the NEQ predicate on the "applied_at" field.

func AppliedAtNotIn

func AppliedAtNotIn(vs ...time.Time) predicate.CreditGrantApplication

AppliedAtNotIn applies the NotIn predicate on the "applied_at" field.

func AppliedAtNotNil

func AppliedAtNotNil() predicate.CreditGrantApplication

AppliedAtNotNil applies the NotNil predicate on the "applied_at" 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

func CreatedAtGTE(v time.Time) predicate.CreditGrantApplication

CreatedAtGTE applies the GTE predicate on the "created_at" field.

func CreatedAtIn

func CreatedAtIn(vs ...time.Time) predicate.CreditGrantApplication

CreatedAtIn applies the In predicate on the "created_at" field.

func CreatedAtLT

CreatedAtLT applies the LT predicate on the "created_at" field.

func CreatedAtLTE

func CreatedAtLTE(v time.Time) predicate.CreditGrantApplication

CreatedAtLTE applies the LTE predicate on the "created_at" field.

func CreatedAtNEQ

func CreatedAtNEQ(v time.Time) predicate.CreditGrantApplication

CreatedAtNEQ applies the NEQ predicate on the "created_at" field.

func CreatedAtNotIn

func CreatedAtNotIn(vs ...time.Time) predicate.CreditGrantApplication

CreatedAtNotIn applies the NotIn predicate on the "created_at" field.

func CreatedBy

CreatedBy applies equality check predicate on the "created_by" field. It's identical to CreatedByEQ.

func CreatedByContains

func CreatedByContains(v string) predicate.CreditGrantApplication

CreatedByContains applies the Contains predicate on the "created_by" field.

func CreatedByContainsFold

func CreatedByContainsFold(v string) predicate.CreditGrantApplication

CreatedByContainsFold applies the ContainsFold predicate on the "created_by" field.

func CreatedByEQ

CreatedByEQ applies the EQ predicate on the "created_by" field.

func CreatedByEqualFold

func CreatedByEqualFold(v string) predicate.CreditGrantApplication

CreatedByEqualFold applies the EqualFold predicate on the "created_by" field.

func CreatedByGT

CreatedByGT applies the GT predicate on the "created_by" field.

func CreatedByGTE

func CreatedByGTE(v string) predicate.CreditGrantApplication

CreatedByGTE applies the GTE predicate on the "created_by" field.

func CreatedByHasPrefix

func CreatedByHasPrefix(v string) predicate.CreditGrantApplication

CreatedByHasPrefix applies the HasPrefix predicate on the "created_by" field.

func CreatedByHasSuffix

func CreatedByHasSuffix(v string) predicate.CreditGrantApplication

CreatedByHasSuffix applies the HasSuffix predicate on the "created_by" field.

func CreatedByIn

func CreatedByIn(vs ...string) predicate.CreditGrantApplication

CreatedByIn applies the In predicate on the "created_by" field.

func CreatedByIsNil

func CreatedByIsNil() predicate.CreditGrantApplication

CreatedByIsNil applies the IsNil predicate on the "created_by" field.

func CreatedByLT

CreatedByLT applies the LT predicate on the "created_by" field.

func CreatedByLTE

func CreatedByLTE(v string) predicate.CreditGrantApplication

CreatedByLTE applies the LTE predicate on the "created_by" field.

func CreatedByNEQ

func CreatedByNEQ(v string) predicate.CreditGrantApplication

CreatedByNEQ applies the NEQ predicate on the "created_by" field.

func CreatedByNotIn

func CreatedByNotIn(vs ...string) predicate.CreditGrantApplication

CreatedByNotIn applies the NotIn predicate on the "created_by" field.

func CreatedByNotNil

func CreatedByNotNil() predicate.CreditGrantApplication

CreatedByNotNil applies the NotNil predicate on the "created_by" field.

func CreditGrantID

func CreditGrantID(v string) predicate.CreditGrantApplication

CreditGrantID applies equality check predicate on the "credit_grant_id" field. It's identical to CreditGrantIDEQ.

func CreditGrantIDContains

func CreditGrantIDContains(v string) predicate.CreditGrantApplication

CreditGrantIDContains applies the Contains predicate on the "credit_grant_id" field.

func CreditGrantIDContainsFold

func CreditGrantIDContainsFold(v string) predicate.CreditGrantApplication

CreditGrantIDContainsFold applies the ContainsFold predicate on the "credit_grant_id" field.

func CreditGrantIDEQ

func CreditGrantIDEQ(v string) predicate.CreditGrantApplication

CreditGrantIDEQ applies the EQ predicate on the "credit_grant_id" field.

func CreditGrantIDEqualFold

func CreditGrantIDEqualFold(v string) predicate.CreditGrantApplication

CreditGrantIDEqualFold applies the EqualFold predicate on the "credit_grant_id" field.

func CreditGrantIDGT

func CreditGrantIDGT(v string) predicate.CreditGrantApplication

CreditGrantIDGT applies the GT predicate on the "credit_grant_id" field.

func CreditGrantIDGTE

func CreditGrantIDGTE(v string) predicate.CreditGrantApplication

CreditGrantIDGTE applies the GTE predicate on the "credit_grant_id" field.

func CreditGrantIDHasPrefix

func CreditGrantIDHasPrefix(v string) predicate.CreditGrantApplication

CreditGrantIDHasPrefix applies the HasPrefix predicate on the "credit_grant_id" field.

func CreditGrantIDHasSuffix

func CreditGrantIDHasSuffix(v string) predicate.CreditGrantApplication

CreditGrantIDHasSuffix applies the HasSuffix predicate on the "credit_grant_id" field.

func CreditGrantIDIn

func CreditGrantIDIn(vs ...string) predicate.CreditGrantApplication

CreditGrantIDIn applies the In predicate on the "credit_grant_id" field.

func CreditGrantIDLT

func CreditGrantIDLT(v string) predicate.CreditGrantApplication

CreditGrantIDLT applies the LT predicate on the "credit_grant_id" field.

func CreditGrantIDLTE

func CreditGrantIDLTE(v string) predicate.CreditGrantApplication

CreditGrantIDLTE applies the LTE predicate on the "credit_grant_id" field.

func CreditGrantIDNEQ

func CreditGrantIDNEQ(v string) predicate.CreditGrantApplication

CreditGrantIDNEQ applies the NEQ predicate on the "credit_grant_id" field.

func CreditGrantIDNotIn

func CreditGrantIDNotIn(vs ...string) predicate.CreditGrantApplication

CreditGrantIDNotIn applies the NotIn predicate on the "credit_grant_id" field.

func Credits

Credits applies equality check predicate on the "credits" field. It's identical to CreditsEQ.

func CreditsEQ

CreditsEQ applies the EQ predicate on the "credits" field.

func CreditsGT

CreditsGT applies the GT predicate on the "credits" field.

func CreditsGTE

CreditsGTE applies the GTE predicate on the "credits" field.

func CreditsIn

CreditsIn applies the In predicate on the "credits" field.

func CreditsLT

CreditsLT applies the LT predicate on the "credits" field.

func CreditsLTE

CreditsLTE applies the LTE predicate on the "credits" field.

func CreditsNEQ

CreditsNEQ applies the NEQ predicate on the "credits" field.

func CreditsNotIn

func CreditsNotIn(vs ...decimal.Decimal) predicate.CreditGrantApplication

CreditsNotIn applies the NotIn predicate on the "credits" field.

func EnvironmentID

func EnvironmentID(v string) predicate.CreditGrantApplication

EnvironmentID applies equality check predicate on the "environment_id" field. It's identical to EnvironmentIDEQ.

func EnvironmentIDContains

func EnvironmentIDContains(v string) predicate.CreditGrantApplication

EnvironmentIDContains applies the Contains predicate on the "environment_id" field.

func EnvironmentIDContainsFold

func EnvironmentIDContainsFold(v string) predicate.CreditGrantApplication

EnvironmentIDContainsFold applies the ContainsFold predicate on the "environment_id" field.

func EnvironmentIDEQ

func EnvironmentIDEQ(v string) predicate.CreditGrantApplication

EnvironmentIDEQ applies the EQ predicate on the "environment_id" field.

func EnvironmentIDEqualFold

func EnvironmentIDEqualFold(v string) predicate.CreditGrantApplication

EnvironmentIDEqualFold applies the EqualFold predicate on the "environment_id" field.

func EnvironmentIDGT

func EnvironmentIDGT(v string) predicate.CreditGrantApplication

EnvironmentIDGT applies the GT predicate on the "environment_id" field.

func EnvironmentIDGTE

func EnvironmentIDGTE(v string) predicate.CreditGrantApplication

EnvironmentIDGTE applies the GTE predicate on the "environment_id" field.

func EnvironmentIDHasPrefix

func EnvironmentIDHasPrefix(v string) predicate.CreditGrantApplication

EnvironmentIDHasPrefix applies the HasPrefix predicate on the "environment_id" field.

func EnvironmentIDHasSuffix

func EnvironmentIDHasSuffix(v string) predicate.CreditGrantApplication

EnvironmentIDHasSuffix applies the HasSuffix predicate on the "environment_id" field.

func EnvironmentIDIn

func EnvironmentIDIn(vs ...string) predicate.CreditGrantApplication

EnvironmentIDIn applies the In predicate on the "environment_id" field.

func EnvironmentIDIsNil

func EnvironmentIDIsNil() predicate.CreditGrantApplication

EnvironmentIDIsNil applies the IsNil predicate on the "environment_id" field.

func EnvironmentIDLT

func EnvironmentIDLT(v string) predicate.CreditGrantApplication

EnvironmentIDLT applies the LT predicate on the "environment_id" field.

func EnvironmentIDLTE

func EnvironmentIDLTE(v string) predicate.CreditGrantApplication

EnvironmentIDLTE applies the LTE predicate on the "environment_id" field.

func EnvironmentIDNEQ

func EnvironmentIDNEQ(v string) predicate.CreditGrantApplication

EnvironmentIDNEQ applies the NEQ predicate on the "environment_id" field.

func EnvironmentIDNotIn

func EnvironmentIDNotIn(vs ...string) predicate.CreditGrantApplication

EnvironmentIDNotIn applies the NotIn predicate on the "environment_id" field.

func EnvironmentIDNotNil

func EnvironmentIDNotNil() predicate.CreditGrantApplication

EnvironmentIDNotNil applies the NotNil predicate on the "environment_id" field.

func FailureReason

func FailureReason(v string) predicate.CreditGrantApplication

FailureReason applies equality check predicate on the "failure_reason" field. It's identical to FailureReasonEQ.

func FailureReasonContains

func FailureReasonContains(v string) predicate.CreditGrantApplication

FailureReasonContains applies the Contains predicate on the "failure_reason" field.

func FailureReasonContainsFold

func FailureReasonContainsFold(v string) predicate.CreditGrantApplication

FailureReasonContainsFold applies the ContainsFold predicate on the "failure_reason" field.

func FailureReasonEQ

func FailureReasonEQ(v string) predicate.CreditGrantApplication

FailureReasonEQ applies the EQ predicate on the "failure_reason" field.

func FailureReasonEqualFold

func FailureReasonEqualFold(v string) predicate.CreditGrantApplication

FailureReasonEqualFold applies the EqualFold predicate on the "failure_reason" field.

func FailureReasonGT

func FailureReasonGT(v string) predicate.CreditGrantApplication

FailureReasonGT applies the GT predicate on the "failure_reason" field.

func FailureReasonGTE

func FailureReasonGTE(v string) predicate.CreditGrantApplication

FailureReasonGTE applies the GTE predicate on the "failure_reason" field.

func FailureReasonHasPrefix

func FailureReasonHasPrefix(v string) predicate.CreditGrantApplication

FailureReasonHasPrefix applies the HasPrefix predicate on the "failure_reason" field.

func FailureReasonHasSuffix

func FailureReasonHasSuffix(v string) predicate.CreditGrantApplication

FailureReasonHasSuffix applies the HasSuffix predicate on the "failure_reason" field.

func FailureReasonIn

func FailureReasonIn(vs ...string) predicate.CreditGrantApplication

FailureReasonIn applies the In predicate on the "failure_reason" field.

func FailureReasonIsNil

func FailureReasonIsNil() predicate.CreditGrantApplication

FailureReasonIsNil applies the IsNil predicate on the "failure_reason" field.

func FailureReasonLT

func FailureReasonLT(v string) predicate.CreditGrantApplication

FailureReasonLT applies the LT predicate on the "failure_reason" field.

func FailureReasonLTE

func FailureReasonLTE(v string) predicate.CreditGrantApplication

FailureReasonLTE applies the LTE predicate on the "failure_reason" field.

func FailureReasonNEQ

func FailureReasonNEQ(v string) predicate.CreditGrantApplication

FailureReasonNEQ applies the NEQ predicate on the "failure_reason" field.

func FailureReasonNotIn

func FailureReasonNotIn(vs ...string) predicate.CreditGrantApplication

FailureReasonNotIn applies the NotIn predicate on the "failure_reason" field.

func FailureReasonNotNil

func FailureReasonNotNil() predicate.CreditGrantApplication

FailureReasonNotNil applies the NotNil predicate on the "failure_reason" field.

func ID

ID filters vertices based on their ID field.

func IDContainsFold

func IDContainsFold(id string) predicate.CreditGrantApplication

IDContainsFold applies the ContainsFold predicate on the ID field.

func IDEQ

IDEQ applies the EQ predicate on the ID field.

func IDEqualFold

func IDEqualFold(id string) predicate.CreditGrantApplication

IDEqualFold applies the EqualFold predicate on the ID field.

func IDGT

IDGT applies the GT predicate on the ID field.

func IDGTE

IDGTE applies the GTE predicate on the ID field.

func IDIn

IDIn applies the In predicate on the ID field.

func IDLT

IDLT applies the LT predicate on the ID field.

func IDLTE

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

func IDNotIn(ids ...string) predicate.CreditGrantApplication

IDNotIn applies the NotIn predicate on the ID field.

func IdempotencyKey

func IdempotencyKey(v string) predicate.CreditGrantApplication

IdempotencyKey applies equality check predicate on the "idempotency_key" field. It's identical to IdempotencyKeyEQ.

func IdempotencyKeyContains

func IdempotencyKeyContains(v string) predicate.CreditGrantApplication

IdempotencyKeyContains applies the Contains predicate on the "idempotency_key" field.

func IdempotencyKeyContainsFold

func IdempotencyKeyContainsFold(v string) predicate.CreditGrantApplication

IdempotencyKeyContainsFold applies the ContainsFold predicate on the "idempotency_key" field.

func IdempotencyKeyEQ

func IdempotencyKeyEQ(v string) predicate.CreditGrantApplication

IdempotencyKeyEQ applies the EQ predicate on the "idempotency_key" field.

func IdempotencyKeyEqualFold

func IdempotencyKeyEqualFold(v string) predicate.CreditGrantApplication

IdempotencyKeyEqualFold applies the EqualFold predicate on the "idempotency_key" field.

func IdempotencyKeyGT

func IdempotencyKeyGT(v string) predicate.CreditGrantApplication

IdempotencyKeyGT applies the GT predicate on the "idempotency_key" field.

func IdempotencyKeyGTE

func IdempotencyKeyGTE(v string) predicate.CreditGrantApplication

IdempotencyKeyGTE applies the GTE predicate on the "idempotency_key" field.

func IdempotencyKeyHasPrefix

func IdempotencyKeyHasPrefix(v string) predicate.CreditGrantApplication

IdempotencyKeyHasPrefix applies the HasPrefix predicate on the "idempotency_key" field.

func IdempotencyKeyHasSuffix

func IdempotencyKeyHasSuffix(v string) predicate.CreditGrantApplication

IdempotencyKeyHasSuffix applies the HasSuffix predicate on the "idempotency_key" field.

func IdempotencyKeyIn

func IdempotencyKeyIn(vs ...string) predicate.CreditGrantApplication

IdempotencyKeyIn applies the In predicate on the "idempotency_key" field.

func IdempotencyKeyLT

func IdempotencyKeyLT(v string) predicate.CreditGrantApplication

IdempotencyKeyLT applies the LT predicate on the "idempotency_key" field.

func IdempotencyKeyLTE

func IdempotencyKeyLTE(v string) predicate.CreditGrantApplication

IdempotencyKeyLTE applies the LTE predicate on the "idempotency_key" field.

func IdempotencyKeyNEQ

func IdempotencyKeyNEQ(v string) predicate.CreditGrantApplication

IdempotencyKeyNEQ applies the NEQ predicate on the "idempotency_key" field.

func IdempotencyKeyNotIn

func IdempotencyKeyNotIn(vs ...string) predicate.CreditGrantApplication

IdempotencyKeyNotIn applies the NotIn predicate on the "idempotency_key" field.

func Metadata

Metadata applies equality check predicate on the "metadata" field. It's identical to MetadataEQ.

func MetadataEQ

MetadataEQ applies the EQ predicate on the "metadata" field.

func MetadataGT

MetadataGT applies the GT predicate on the "metadata" field.

func MetadataGTE

MetadataGTE applies the GTE predicate on the "metadata" field.

func MetadataIn

MetadataIn applies the In predicate on the "metadata" field.

func MetadataIsNil

func MetadataIsNil() predicate.CreditGrantApplication

MetadataIsNil applies the IsNil predicate on the "metadata" field.

func MetadataLT

MetadataLT applies the LT predicate on the "metadata" field.

func MetadataLTE

MetadataLTE applies the LTE predicate on the "metadata" field.

func MetadataNEQ

MetadataNEQ applies the NEQ predicate on the "metadata" field.

func MetadataNotIn

func MetadataNotIn(vs ...types.Metadata) predicate.CreditGrantApplication

MetadataNotIn applies the NotIn predicate on the "metadata" field.

func MetadataNotNil

func MetadataNotNil() predicate.CreditGrantApplication

MetadataNotNil applies the NotNil predicate on the "metadata" field.

func Not

Not applies the not operator on the given predicate.

func Or

Or groups predicates with the OR operator between them.

func PeriodEnd

PeriodEnd applies equality check predicate on the "period_end" field. It's identical to PeriodEndEQ.

func PeriodEndEQ

PeriodEndEQ applies the EQ predicate on the "period_end" field.

func PeriodEndGT

PeriodEndGT applies the GT predicate on the "period_end" field.

func PeriodEndGTE

func PeriodEndGTE(v time.Time) predicate.CreditGrantApplication

PeriodEndGTE applies the GTE predicate on the "period_end" field.

func PeriodEndIn

func PeriodEndIn(vs ...time.Time) predicate.CreditGrantApplication

PeriodEndIn applies the In predicate on the "period_end" field.

func PeriodEndIsNil

func PeriodEndIsNil() predicate.CreditGrantApplication

PeriodEndIsNil applies the IsNil predicate on the "period_end" field.

func PeriodEndLT

PeriodEndLT applies the LT predicate on the "period_end" field.

func PeriodEndLTE

func PeriodEndLTE(v time.Time) predicate.CreditGrantApplication

PeriodEndLTE applies the LTE predicate on the "period_end" field.

func PeriodEndNEQ

func PeriodEndNEQ(v time.Time) predicate.CreditGrantApplication

PeriodEndNEQ applies the NEQ predicate on the "period_end" field.

func PeriodEndNotIn

func PeriodEndNotIn(vs ...time.Time) predicate.CreditGrantApplication

PeriodEndNotIn applies the NotIn predicate on the "period_end" field.

func PeriodEndNotNil

func PeriodEndNotNil() predicate.CreditGrantApplication

PeriodEndNotNil applies the NotNil predicate on the "period_end" field.

func PeriodStart

PeriodStart applies equality check predicate on the "period_start" field. It's identical to PeriodStartEQ.

func PeriodStartEQ

func PeriodStartEQ(v time.Time) predicate.CreditGrantApplication

PeriodStartEQ applies the EQ predicate on the "period_start" field.

func PeriodStartGT

func PeriodStartGT(v time.Time) predicate.CreditGrantApplication

PeriodStartGT applies the GT predicate on the "period_start" field.

func PeriodStartGTE

func PeriodStartGTE(v time.Time) predicate.CreditGrantApplication

PeriodStartGTE applies the GTE predicate on the "period_start" field.

func PeriodStartIn

func PeriodStartIn(vs ...time.Time) predicate.CreditGrantApplication

PeriodStartIn applies the In predicate on the "period_start" field.

func PeriodStartIsNil

func PeriodStartIsNil() predicate.CreditGrantApplication

PeriodStartIsNil applies the IsNil predicate on the "period_start" field.

func PeriodStartLT

func PeriodStartLT(v time.Time) predicate.CreditGrantApplication

PeriodStartLT applies the LT predicate on the "period_start" field.

func PeriodStartLTE

func PeriodStartLTE(v time.Time) predicate.CreditGrantApplication

PeriodStartLTE applies the LTE predicate on the "period_start" field.

func PeriodStartNEQ

func PeriodStartNEQ(v time.Time) predicate.CreditGrantApplication

PeriodStartNEQ applies the NEQ predicate on the "period_start" field.

func PeriodStartNotIn

func PeriodStartNotIn(vs ...time.Time) predicate.CreditGrantApplication

PeriodStartNotIn applies the NotIn predicate on the "period_start" field.

func PeriodStartNotNil

func PeriodStartNotNil() predicate.CreditGrantApplication

PeriodStartNotNil applies the NotNil predicate on the "period_start" field.

func RetryCount

func RetryCount(v int) predicate.CreditGrantApplication

RetryCount applies equality check predicate on the "retry_count" field. It's identical to RetryCountEQ.

func RetryCountEQ

func RetryCountEQ(v int) predicate.CreditGrantApplication

RetryCountEQ applies the EQ predicate on the "retry_count" field.

func RetryCountGT

func RetryCountGT(v int) predicate.CreditGrantApplication

RetryCountGT applies the GT predicate on the "retry_count" field.

func RetryCountGTE

func RetryCountGTE(v int) predicate.CreditGrantApplication

RetryCountGTE applies the GTE predicate on the "retry_count" field.

func RetryCountIn

func RetryCountIn(vs ...int) predicate.CreditGrantApplication

RetryCountIn applies the In predicate on the "retry_count" field.

func RetryCountLT

func RetryCountLT(v int) predicate.CreditGrantApplication

RetryCountLT applies the LT predicate on the "retry_count" field.

func RetryCountLTE

func RetryCountLTE(v int) predicate.CreditGrantApplication

RetryCountLTE applies the LTE predicate on the "retry_count" field.

func RetryCountNEQ

func RetryCountNEQ(v int) predicate.CreditGrantApplication

RetryCountNEQ applies the NEQ predicate on the "retry_count" field.

func RetryCountNotIn

func RetryCountNotIn(vs ...int) predicate.CreditGrantApplication

RetryCountNotIn applies the NotIn predicate on the "retry_count" field.

func ScheduledFor

func ScheduledFor(v time.Time) predicate.CreditGrantApplication

ScheduledFor applies equality check predicate on the "scheduled_for" field. It's identical to ScheduledForEQ.

func ScheduledForEQ

func ScheduledForEQ(v time.Time) predicate.CreditGrantApplication

ScheduledForEQ applies the EQ predicate on the "scheduled_for" field.

func ScheduledForGT

func ScheduledForGT(v time.Time) predicate.CreditGrantApplication

ScheduledForGT applies the GT predicate on the "scheduled_for" field.

func ScheduledForGTE

func ScheduledForGTE(v time.Time) predicate.CreditGrantApplication

ScheduledForGTE applies the GTE predicate on the "scheduled_for" field.

func ScheduledForIn

func ScheduledForIn(vs ...time.Time) predicate.CreditGrantApplication

ScheduledForIn applies the In predicate on the "scheduled_for" field.

func ScheduledForLT

func ScheduledForLT(v time.Time) predicate.CreditGrantApplication

ScheduledForLT applies the LT predicate on the "scheduled_for" field.

func ScheduledForLTE

func ScheduledForLTE(v time.Time) predicate.CreditGrantApplication

ScheduledForLTE applies the LTE predicate on the "scheduled_for" field.

func ScheduledForNEQ

func ScheduledForNEQ(v time.Time) predicate.CreditGrantApplication

ScheduledForNEQ applies the NEQ predicate on the "scheduled_for" field.

func ScheduledForNotIn

func ScheduledForNotIn(vs ...time.Time) predicate.CreditGrantApplication

ScheduledForNotIn applies the NotIn predicate on the "scheduled_for" field.

func Status

Status applies equality check predicate on the "status" field. It's identical to StatusEQ.

func StatusContains

func StatusContains(v string) predicate.CreditGrantApplication

StatusContains applies the Contains predicate on the "status" field.

func StatusContainsFold

func StatusContainsFold(v string) predicate.CreditGrantApplication

StatusContainsFold applies the ContainsFold predicate on the "status" field.

func StatusEQ

StatusEQ applies the EQ predicate on the "status" field.

func StatusEqualFold

func StatusEqualFold(v string) predicate.CreditGrantApplication

StatusEqualFold applies the EqualFold predicate on the "status" field.

func StatusGT

StatusGT applies the GT predicate on the "status" field.

func StatusGTE

StatusGTE applies the GTE predicate on the "status" field.

func StatusHasPrefix

func StatusHasPrefix(v string) predicate.CreditGrantApplication

StatusHasPrefix applies the HasPrefix predicate on the "status" field.

func StatusHasSuffix

func StatusHasSuffix(v string) predicate.CreditGrantApplication

StatusHasSuffix applies the HasSuffix predicate on the "status" field.

func StatusIn

func StatusIn(vs ...string) predicate.CreditGrantApplication

StatusIn applies the In predicate on the "status" field.

func StatusLT

StatusLT applies the LT predicate on the "status" field.

func StatusLTE

StatusLTE applies the LTE predicate on the "status" field.

func StatusNEQ

StatusNEQ applies the NEQ predicate on the "status" field.

func StatusNotIn

func StatusNotIn(vs ...string) predicate.CreditGrantApplication

StatusNotIn applies the NotIn predicate on the "status" field.

func SubscriptionID

func SubscriptionID(v string) predicate.CreditGrantApplication

SubscriptionID applies equality check predicate on the "subscription_id" field. It's identical to SubscriptionIDEQ.

func SubscriptionIDContains

func SubscriptionIDContains(v string) predicate.CreditGrantApplication

SubscriptionIDContains applies the Contains predicate on the "subscription_id" field.

func SubscriptionIDContainsFold

func SubscriptionIDContainsFold(v string) predicate.CreditGrantApplication

SubscriptionIDContainsFold applies the ContainsFold predicate on the "subscription_id" field.

func SubscriptionIDEQ

func SubscriptionIDEQ(v string) predicate.CreditGrantApplication

SubscriptionIDEQ applies the EQ predicate on the "subscription_id" field.

func SubscriptionIDEqualFold

func SubscriptionIDEqualFold(v string) predicate.CreditGrantApplication

SubscriptionIDEqualFold applies the EqualFold predicate on the "subscription_id" field.

func SubscriptionIDGT

func SubscriptionIDGT(v string) predicate.CreditGrantApplication

SubscriptionIDGT applies the GT predicate on the "subscription_id" field.

func SubscriptionIDGTE

func SubscriptionIDGTE(v string) predicate.CreditGrantApplication

SubscriptionIDGTE applies the GTE predicate on the "subscription_id" field.

func SubscriptionIDHasPrefix

func SubscriptionIDHasPrefix(v string) predicate.CreditGrantApplication

SubscriptionIDHasPrefix applies the HasPrefix predicate on the "subscription_id" field.

func SubscriptionIDHasSuffix

func SubscriptionIDHasSuffix(v string) predicate.CreditGrantApplication

SubscriptionIDHasSuffix applies the HasSuffix predicate on the "subscription_id" field.

func SubscriptionIDIn

func SubscriptionIDIn(vs ...string) predicate.CreditGrantApplication

SubscriptionIDIn applies the In predicate on the "subscription_id" field.

func SubscriptionIDLT

func SubscriptionIDLT(v string) predicate.CreditGrantApplication

SubscriptionIDLT applies the LT predicate on the "subscription_id" field.

func SubscriptionIDLTE

func SubscriptionIDLTE(v string) predicate.CreditGrantApplication

SubscriptionIDLTE applies the LTE predicate on the "subscription_id" field.

func SubscriptionIDNEQ

func SubscriptionIDNEQ(v string) predicate.CreditGrantApplication

SubscriptionIDNEQ applies the NEQ predicate on the "subscription_id" field.

func SubscriptionIDNotIn

func SubscriptionIDNotIn(vs ...string) predicate.CreditGrantApplication

SubscriptionIDNotIn applies the NotIn predicate on the "subscription_id" field.

func SubscriptionStatusAtApplication

func SubscriptionStatusAtApplication(v types.SubscriptionStatus) predicate.CreditGrantApplication

SubscriptionStatusAtApplication applies equality check predicate on the "subscription_status_at_application" field. It's identical to SubscriptionStatusAtApplicationEQ.

func SubscriptionStatusAtApplicationContains

func SubscriptionStatusAtApplicationContains(v types.SubscriptionStatus) predicate.CreditGrantApplication

SubscriptionStatusAtApplicationContains applies the Contains predicate on the "subscription_status_at_application" field.

func SubscriptionStatusAtApplicationContainsFold

func SubscriptionStatusAtApplicationContainsFold(v types.SubscriptionStatus) predicate.CreditGrantApplication

SubscriptionStatusAtApplicationContainsFold applies the ContainsFold predicate on the "subscription_status_at_application" field.

func SubscriptionStatusAtApplicationEQ

func SubscriptionStatusAtApplicationEQ(v types.SubscriptionStatus) predicate.CreditGrantApplication

SubscriptionStatusAtApplicationEQ applies the EQ predicate on the "subscription_status_at_application" field.

func SubscriptionStatusAtApplicationEqualFold

func SubscriptionStatusAtApplicationEqualFold(v types.SubscriptionStatus) predicate.CreditGrantApplication

SubscriptionStatusAtApplicationEqualFold applies the EqualFold predicate on the "subscription_status_at_application" field.

func SubscriptionStatusAtApplicationGT

func SubscriptionStatusAtApplicationGT(v types.SubscriptionStatus) predicate.CreditGrantApplication

SubscriptionStatusAtApplicationGT applies the GT predicate on the "subscription_status_at_application" field.

func SubscriptionStatusAtApplicationGTE

func SubscriptionStatusAtApplicationGTE(v types.SubscriptionStatus) predicate.CreditGrantApplication

SubscriptionStatusAtApplicationGTE applies the GTE predicate on the "subscription_status_at_application" field.

func SubscriptionStatusAtApplicationHasPrefix

func SubscriptionStatusAtApplicationHasPrefix(v types.SubscriptionStatus) predicate.CreditGrantApplication

SubscriptionStatusAtApplicationHasPrefix applies the HasPrefix predicate on the "subscription_status_at_application" field.

func SubscriptionStatusAtApplicationHasSuffix

func SubscriptionStatusAtApplicationHasSuffix(v types.SubscriptionStatus) predicate.CreditGrantApplication

SubscriptionStatusAtApplicationHasSuffix applies the HasSuffix predicate on the "subscription_status_at_application" field.

func SubscriptionStatusAtApplicationIn

func SubscriptionStatusAtApplicationIn(vs ...types.SubscriptionStatus) predicate.CreditGrantApplication

SubscriptionStatusAtApplicationIn applies the In predicate on the "subscription_status_at_application" field.

func SubscriptionStatusAtApplicationLT

func SubscriptionStatusAtApplicationLT(v types.SubscriptionStatus) predicate.CreditGrantApplication

SubscriptionStatusAtApplicationLT applies the LT predicate on the "subscription_status_at_application" field.

func SubscriptionStatusAtApplicationLTE

func SubscriptionStatusAtApplicationLTE(v types.SubscriptionStatus) predicate.CreditGrantApplication

SubscriptionStatusAtApplicationLTE applies the LTE predicate on the "subscription_status_at_application" field.

func SubscriptionStatusAtApplicationNEQ

func SubscriptionStatusAtApplicationNEQ(v types.SubscriptionStatus) predicate.CreditGrantApplication

SubscriptionStatusAtApplicationNEQ applies the NEQ predicate on the "subscription_status_at_application" field.

func SubscriptionStatusAtApplicationNotIn

func SubscriptionStatusAtApplicationNotIn(vs ...types.SubscriptionStatus) predicate.CreditGrantApplication

SubscriptionStatusAtApplicationNotIn applies the NotIn predicate on the "subscription_status_at_application" field.

func TenantID

TenantID applies equality check predicate on the "tenant_id" field. It's identical to TenantIDEQ.

func TenantIDContains

func TenantIDContains(v string) predicate.CreditGrantApplication

TenantIDContains applies the Contains predicate on the "tenant_id" field.

func TenantIDContainsFold

func TenantIDContainsFold(v string) predicate.CreditGrantApplication

TenantIDContainsFold applies the ContainsFold predicate on the "tenant_id" field.

func TenantIDEQ

TenantIDEQ applies the EQ predicate on the "tenant_id" field.

func TenantIDEqualFold

func TenantIDEqualFold(v string) predicate.CreditGrantApplication

TenantIDEqualFold applies the EqualFold predicate on the "tenant_id" field.

func TenantIDGT

TenantIDGT applies the GT predicate on the "tenant_id" field.

func TenantIDGTE

TenantIDGTE applies the GTE predicate on the "tenant_id" field.

func TenantIDHasPrefix

func TenantIDHasPrefix(v string) predicate.CreditGrantApplication

TenantIDHasPrefix applies the HasPrefix predicate on the "tenant_id" field.

func TenantIDHasSuffix

func TenantIDHasSuffix(v string) predicate.CreditGrantApplication

TenantIDHasSuffix applies the HasSuffix predicate on the "tenant_id" field.

func TenantIDIn

func TenantIDIn(vs ...string) predicate.CreditGrantApplication

TenantIDIn applies the In predicate on the "tenant_id" field.

func TenantIDLT

TenantIDLT applies the LT predicate on the "tenant_id" field.

func TenantIDLTE

TenantIDLTE applies the LTE predicate on the "tenant_id" field.

func TenantIDNEQ

TenantIDNEQ applies the NEQ predicate on the "tenant_id" field.

func TenantIDNotIn

func TenantIDNotIn(vs ...string) predicate.CreditGrantApplication

TenantIDNotIn applies the NotIn predicate on the "tenant_id" 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

func UpdatedAtGTE(v time.Time) predicate.CreditGrantApplication

UpdatedAtGTE applies the GTE predicate on the "updated_at" field.

func UpdatedAtIn

func UpdatedAtIn(vs ...time.Time) predicate.CreditGrantApplication

UpdatedAtIn applies the In predicate on the "updated_at" field.

func UpdatedAtLT

UpdatedAtLT applies the LT predicate on the "updated_at" field.

func UpdatedAtLTE

func UpdatedAtLTE(v time.Time) predicate.CreditGrantApplication

UpdatedAtLTE applies the LTE predicate on the "updated_at" field.

func UpdatedAtNEQ

func UpdatedAtNEQ(v time.Time) predicate.CreditGrantApplication

UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.

func UpdatedAtNotIn

func UpdatedAtNotIn(vs ...time.Time) predicate.CreditGrantApplication

UpdatedAtNotIn applies the NotIn predicate on the "updated_at" field.

func UpdatedBy

UpdatedBy applies equality check predicate on the "updated_by" field. It's identical to UpdatedByEQ.

func UpdatedByContains

func UpdatedByContains(v string) predicate.CreditGrantApplication

UpdatedByContains applies the Contains predicate on the "updated_by" field.

func UpdatedByContainsFold

func UpdatedByContainsFold(v string) predicate.CreditGrantApplication

UpdatedByContainsFold applies the ContainsFold predicate on the "updated_by" field.

func UpdatedByEQ

UpdatedByEQ applies the EQ predicate on the "updated_by" field.

func UpdatedByEqualFold

func UpdatedByEqualFold(v string) predicate.CreditGrantApplication

UpdatedByEqualFold applies the EqualFold predicate on the "updated_by" field.

func UpdatedByGT

UpdatedByGT applies the GT predicate on the "updated_by" field.

func UpdatedByGTE

func UpdatedByGTE(v string) predicate.CreditGrantApplication

UpdatedByGTE applies the GTE predicate on the "updated_by" field.

func UpdatedByHasPrefix

func UpdatedByHasPrefix(v string) predicate.CreditGrantApplication

UpdatedByHasPrefix applies the HasPrefix predicate on the "updated_by" field.

func UpdatedByHasSuffix

func UpdatedByHasSuffix(v string) predicate.CreditGrantApplication

UpdatedByHasSuffix applies the HasSuffix predicate on the "updated_by" field.

func UpdatedByIn

func UpdatedByIn(vs ...string) predicate.CreditGrantApplication

UpdatedByIn applies the In predicate on the "updated_by" field.

func UpdatedByIsNil

func UpdatedByIsNil() predicate.CreditGrantApplication

UpdatedByIsNil applies the IsNil predicate on the "updated_by" field.

func UpdatedByLT

UpdatedByLT applies the LT predicate on the "updated_by" field.

func UpdatedByLTE

func UpdatedByLTE(v string) predicate.CreditGrantApplication

UpdatedByLTE applies the LTE predicate on the "updated_by" field.

func UpdatedByNEQ

func UpdatedByNEQ(v string) predicate.CreditGrantApplication

UpdatedByNEQ applies the NEQ predicate on the "updated_by" field.

func UpdatedByNotIn

func UpdatedByNotIn(vs ...string) predicate.CreditGrantApplication

UpdatedByNotIn applies the NotIn predicate on the "updated_by" field.

func UpdatedByNotNil

func UpdatedByNotNil() predicate.CreditGrantApplication

UpdatedByNotNil applies the NotNil predicate on the "updated_by" field.

func ValidColumn

func ValidColumn(column string) bool

ValidColumn reports if the column name is valid (part of the table columns).

Types

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the CreditGrantApplication queries.

func ByApplicationReason

func ByApplicationReason(opts ...sql.OrderTermOption) OrderOption

ByApplicationReason orders the results by the application_reason field.

func ByApplicationStatus

func ByApplicationStatus(opts ...sql.OrderTermOption) OrderOption

ByApplicationStatus orders the results by the application_status field.

func ByAppliedAt

func ByAppliedAt(opts ...sql.OrderTermOption) OrderOption

ByAppliedAt orders the results by the applied_at field.

func ByCreatedAt

func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption

ByCreatedAt orders the results by the created_at field.

func ByCreatedBy

func ByCreatedBy(opts ...sql.OrderTermOption) OrderOption

ByCreatedBy orders the results by the created_by field.

func ByCreditGrantID

func ByCreditGrantID(opts ...sql.OrderTermOption) OrderOption

ByCreditGrantID orders the results by the credit_grant_id field.

func ByCredits

func ByCredits(opts ...sql.OrderTermOption) OrderOption

ByCredits orders the results by the credits field.

func ByEnvironmentID

func ByEnvironmentID(opts ...sql.OrderTermOption) OrderOption

ByEnvironmentID orders the results by the environment_id field.

func ByFailureReason

func ByFailureReason(opts ...sql.OrderTermOption) OrderOption

ByFailureReason orders the results by the failure_reason field.

func ByID

func ByID(opts ...sql.OrderTermOption) OrderOption

ByID orders the results by the id field.

func ByIdempotencyKey

func ByIdempotencyKey(opts ...sql.OrderTermOption) OrderOption

ByIdempotencyKey orders the results by the idempotency_key field.

func ByMetadata

func ByMetadata(opts ...sql.OrderTermOption) OrderOption

ByMetadata orders the results by the metadata field.

func ByPeriodEnd

func ByPeriodEnd(opts ...sql.OrderTermOption) OrderOption

ByPeriodEnd orders the results by the period_end field.

func ByPeriodStart

func ByPeriodStart(opts ...sql.OrderTermOption) OrderOption

ByPeriodStart orders the results by the period_start field.

func ByRetryCount

func ByRetryCount(opts ...sql.OrderTermOption) OrderOption

ByRetryCount orders the results by the retry_count field.

func ByScheduledFor

func ByScheduledFor(opts ...sql.OrderTermOption) OrderOption

ByScheduledFor orders the results by the scheduled_for field.

func ByStatus

func ByStatus(opts ...sql.OrderTermOption) OrderOption

ByStatus orders the results by the status field.

func BySubscriptionID

func BySubscriptionID(opts ...sql.OrderTermOption) OrderOption

BySubscriptionID orders the results by the subscription_id field.

func BySubscriptionStatusAtApplication

func BySubscriptionStatusAtApplication(opts ...sql.OrderTermOption) OrderOption

BySubscriptionStatusAtApplication orders the results by the subscription_status_at_application field.

func ByTenantID

func ByTenantID(opts ...sql.OrderTermOption) OrderOption

ByTenantID orders the results by the tenant_id field.

func ByUpdatedAt

func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption

ByUpdatedAt orders the results by the updated_at field.

func ByUpdatedBy

func ByUpdatedBy(opts ...sql.OrderTermOption) OrderOption

ByUpdatedBy orders the results by the updated_by field.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL