Documentation
¶
Index ¶
- func FixedError(err error) db.Hook
- func If(hk db.Hook, cond Condition) db.Hook
- func On(hk db.Hook, op db.Op) db.Hook
- func Reject(op db.Op) db.Hook
- func Unless(hk db.Hook, op db.Op) db.Hook
- type AddonFunc
- type AddonRateCardFunc
- type AppCustomInvoicingCustomerFunc
- type AppCustomInvoicingFunc
- type AppCustomerFunc
- type AppFunc
- type AppStripeCustomerFunc
- type AppStripeFunc
- type BalanceSnapshotFunc
- type BillingCustomerLockFunc
- type BillingCustomerOverrideFunc
- type BillingInvoiceFlatFeeLineConfigFunc
- type BillingInvoiceFunc
- type BillingInvoiceLineDiscountFunc
- type BillingInvoiceLineFunc
- type BillingInvoiceLineUsageDiscountFunc
- type BillingInvoiceSplitLineGroupFunc
- type BillingInvoiceUsageBasedLineConfigFunc
- type BillingInvoiceValidationIssueFunc
- type BillingInvoiceWriteSchemaLevelFunc
- type BillingProfileFunc
- type BillingSequenceNumbersFunc
- type BillingStandardInvoiceDetailedLineAmountDiscountFunc
- type BillingStandardInvoiceDetailedLineFunc
- type BillingWorkflowConfigFunc
- type Chain
- type ChargeCreditPurchaseCreditGrantFunc
- type ChargeCreditPurchaseExternalPaymentFunc
- type ChargeCreditPurchaseFunc
- type ChargeCreditPurchaseInvoicedPaymentFunc
- type ChargeFlatFeeFunc
- type ChargeFlatFeeRunCreditAllocationsFunc
- type ChargeFlatFeeRunDetailedLineFunc
- type ChargeFlatFeeRunFunc
- type ChargeFlatFeeRunInvoicedUsageFunc
- type ChargeFlatFeeRunPaymentFunc
- type ChargeFunc
- type ChargeUsageBasedFunc
- type ChargeUsageBasedRunCreditAllocationsFunc
- type ChargeUsageBasedRunDetailedLineFunc
- type ChargeUsageBasedRunInvoicedUsageFunc
- type ChargeUsageBasedRunPaymentFunc
- type ChargeUsageBasedRunsFunc
- type Condition
- func And(first, second Condition, rest ...Condition) Condition
- func HasAddedFields(field string, fields ...string) Condition
- func HasClearedFields(field string, fields ...string) Condition
- func HasFields(field string, fields ...string) Condition
- func HasOp(op db.Op) Condition
- func Not(cond Condition) Condition
- func Or(first, second Condition, rest ...Condition) Condition
- type CreditRealizationLineageFunc
- type CreditRealizationLineageSegmentFunc
- type CurrencyCostBasisFunc
- type CustomCurrencyFunc
- type CustomerFunc
- type CustomerSubjectsFunc
- type EntitlementFunc
- type FeatureFunc
- type GrantFunc
- type LLMCostPriceFunc
- type LedgerAccountFunc
- type LedgerCustomerAccountFunc
- type LedgerEntryFunc
- type LedgerSubAccountFunc
- type LedgerSubAccountRouteFunc
- type LedgerTransactionFunc
- type LedgerTransactionGroupFunc
- type MeterFunc
- type NotificationChannelFunc
- type NotificationEventDeliveryStatusFunc
- type NotificationEventFunc
- type NotificationRuleFunc
- type OrganizationDefaultTaxCodesFunc
- type PlanAddonFunc
- type PlanFunc
- type PlanPhaseFunc
- type PlanRateCardFunc
- type SubjectFunc
- type SubscriptionAddonFunc
- type SubscriptionAddonQuantityFunc
- type SubscriptionBillingSyncStateFunc
- type SubscriptionFunc
- type SubscriptionItemFunc
- type SubscriptionPhaseFunc
- type TaxCodeFunc
- type UsageResetFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func If ¶
If executes the given hook under condition.
hook.If(ComputeAverage, And(HasFields(...), HasAddedFields(...)))
func On ¶
On executes the given hook only for the given operation.
hook.On(Log, db.Delete|db.Create)
Types ¶
type AddonFunc ¶
The AddonFunc type is an adapter to allow the use of ordinary function as Addon mutator.
type AddonRateCardFunc ¶
The AddonRateCardFunc type is an adapter to allow the use of ordinary function as AddonRateCard mutator.
type AppCustomInvoicingCustomerFunc ¶
type AppCustomInvoicingCustomerFunc func(context.Context, *db.AppCustomInvoicingCustomerMutation) (db.Value, error)
The AppCustomInvoicingCustomerFunc type is an adapter to allow the use of ordinary function as AppCustomInvoicingCustomer mutator.
type AppCustomInvoicingFunc ¶
The AppCustomInvoicingFunc type is an adapter to allow the use of ordinary function as AppCustomInvoicing mutator.
type AppCustomerFunc ¶
The AppCustomerFunc type is an adapter to allow the use of ordinary function as AppCustomer mutator.
type AppStripeCustomerFunc ¶
The AppStripeCustomerFunc type is an adapter to allow the use of ordinary function as AppStripeCustomer mutator.
type AppStripeFunc ¶
The AppStripeFunc type is an adapter to allow the use of ordinary function as AppStripe mutator.
type BalanceSnapshotFunc ¶
The BalanceSnapshotFunc type is an adapter to allow the use of ordinary function as BalanceSnapshot mutator.
type BillingCustomerLockFunc ¶
type BillingCustomerLockFunc func(context.Context, *db.BillingCustomerLockMutation) (db.Value, error)
The BillingCustomerLockFunc type is an adapter to allow the use of ordinary function as BillingCustomerLock mutator.
type BillingCustomerOverrideFunc ¶
type BillingCustomerOverrideFunc func(context.Context, *db.BillingCustomerOverrideMutation) (db.Value, error)
The BillingCustomerOverrideFunc type is an adapter to allow the use of ordinary function as BillingCustomerOverride mutator.
type BillingInvoiceFlatFeeLineConfigFunc ¶
type BillingInvoiceFlatFeeLineConfigFunc func(context.Context, *db.BillingInvoiceFlatFeeLineConfigMutation) (db.Value, error)
The BillingInvoiceFlatFeeLineConfigFunc type is an adapter to allow the use of ordinary function as BillingInvoiceFlatFeeLineConfig mutator.
type BillingInvoiceFunc ¶
The BillingInvoiceFunc type is an adapter to allow the use of ordinary function as BillingInvoice mutator.
type BillingInvoiceLineDiscountFunc ¶
type BillingInvoiceLineDiscountFunc func(context.Context, *db.BillingInvoiceLineDiscountMutation) (db.Value, error)
The BillingInvoiceLineDiscountFunc type is an adapter to allow the use of ordinary function as BillingInvoiceLineDiscount mutator.
type BillingInvoiceLineFunc ¶
The BillingInvoiceLineFunc type is an adapter to allow the use of ordinary function as BillingInvoiceLine mutator.
type BillingInvoiceLineUsageDiscountFunc ¶
type BillingInvoiceLineUsageDiscountFunc func(context.Context, *db.BillingInvoiceLineUsageDiscountMutation) (db.Value, error)
The BillingInvoiceLineUsageDiscountFunc type is an adapter to allow the use of ordinary function as BillingInvoiceLineUsageDiscount mutator.
type BillingInvoiceSplitLineGroupFunc ¶
type BillingInvoiceSplitLineGroupFunc func(context.Context, *db.BillingInvoiceSplitLineGroupMutation) (db.Value, error)
The BillingInvoiceSplitLineGroupFunc type is an adapter to allow the use of ordinary function as BillingInvoiceSplitLineGroup mutator.
type BillingInvoiceUsageBasedLineConfigFunc ¶
type BillingInvoiceUsageBasedLineConfigFunc func(context.Context, *db.BillingInvoiceUsageBasedLineConfigMutation) (db.Value, error)
The BillingInvoiceUsageBasedLineConfigFunc type is an adapter to allow the use of ordinary function as BillingInvoiceUsageBasedLineConfig mutator.
type BillingInvoiceValidationIssueFunc ¶
type BillingInvoiceValidationIssueFunc func(context.Context, *db.BillingInvoiceValidationIssueMutation) (db.Value, error)
The BillingInvoiceValidationIssueFunc type is an adapter to allow the use of ordinary function as BillingInvoiceValidationIssue mutator.
type BillingInvoiceWriteSchemaLevelFunc ¶
type BillingInvoiceWriteSchemaLevelFunc func(context.Context, *db.BillingInvoiceWriteSchemaLevelMutation) (db.Value, error)
The BillingInvoiceWriteSchemaLevelFunc type is an adapter to allow the use of ordinary function as BillingInvoiceWriteSchemaLevel mutator.
type BillingProfileFunc ¶
The BillingProfileFunc type is an adapter to allow the use of ordinary function as BillingProfile mutator.
type BillingSequenceNumbersFunc ¶
type BillingSequenceNumbersFunc func(context.Context, *db.BillingSequenceNumbersMutation) (db.Value, error)
The BillingSequenceNumbersFunc type is an adapter to allow the use of ordinary function as BillingSequenceNumbers mutator.
type BillingStandardInvoiceDetailedLineAmountDiscountFunc ¶
type BillingStandardInvoiceDetailedLineAmountDiscountFunc func(context.Context, *db.BillingStandardInvoiceDetailedLineAmountDiscountMutation) (db.Value, error)
The BillingStandardInvoiceDetailedLineAmountDiscountFunc type is an adapter to allow the use of ordinary function as BillingStandardInvoiceDetailedLineAmountDiscount mutator.
type BillingStandardInvoiceDetailedLineFunc ¶
type BillingStandardInvoiceDetailedLineFunc func(context.Context, *db.BillingStandardInvoiceDetailedLineMutation) (db.Value, error)
The BillingStandardInvoiceDetailedLineFunc type is an adapter to allow the use of ordinary function as BillingStandardInvoiceDetailedLine mutator.
type BillingWorkflowConfigFunc ¶
type BillingWorkflowConfigFunc func(context.Context, *db.BillingWorkflowConfigMutation) (db.Value, error)
The BillingWorkflowConfigFunc type is an adapter to allow the use of ordinary function as BillingWorkflowConfig mutator.
type Chain ¶
type Chain struct {
// contains filtered or unexported fields
}
Chain acts as a list of hooks and is effectively immutable. Once created, it will always hold the same set of hooks in the same order.
func (Chain) Append ¶
Append extends a chain, adding the specified hook as the last ones in the mutation flow.
type ChargeCreditPurchaseCreditGrantFunc ¶
type ChargeCreditPurchaseCreditGrantFunc func(context.Context, *db.ChargeCreditPurchaseCreditGrantMutation) (db.Value, error)
The ChargeCreditPurchaseCreditGrantFunc type is an adapter to allow the use of ordinary function as ChargeCreditPurchaseCreditGrant mutator.
type ChargeCreditPurchaseExternalPaymentFunc ¶
type ChargeCreditPurchaseExternalPaymentFunc func(context.Context, *db.ChargeCreditPurchaseExternalPaymentMutation) (db.Value, error)
The ChargeCreditPurchaseExternalPaymentFunc type is an adapter to allow the use of ordinary function as ChargeCreditPurchaseExternalPayment mutator.
type ChargeCreditPurchaseFunc ¶
type ChargeCreditPurchaseFunc func(context.Context, *db.ChargeCreditPurchaseMutation) (db.Value, error)
The ChargeCreditPurchaseFunc type is an adapter to allow the use of ordinary function as ChargeCreditPurchase mutator.
type ChargeCreditPurchaseInvoicedPaymentFunc ¶
type ChargeCreditPurchaseInvoicedPaymentFunc func(context.Context, *db.ChargeCreditPurchaseInvoicedPaymentMutation) (db.Value, error)
The ChargeCreditPurchaseInvoicedPaymentFunc type is an adapter to allow the use of ordinary function as ChargeCreditPurchaseInvoicedPayment mutator.
type ChargeFlatFeeFunc ¶
The ChargeFlatFeeFunc type is an adapter to allow the use of ordinary function as ChargeFlatFee mutator.
type ChargeFlatFeeRunCreditAllocationsFunc ¶
type ChargeFlatFeeRunCreditAllocationsFunc func(context.Context, *db.ChargeFlatFeeRunCreditAllocationsMutation) (db.Value, error)
The ChargeFlatFeeRunCreditAllocationsFunc type is an adapter to allow the use of ordinary function as ChargeFlatFeeRunCreditAllocations mutator.
type ChargeFlatFeeRunDetailedLineFunc ¶
type ChargeFlatFeeRunDetailedLineFunc func(context.Context, *db.ChargeFlatFeeRunDetailedLineMutation) (db.Value, error)
The ChargeFlatFeeRunDetailedLineFunc type is an adapter to allow the use of ordinary function as ChargeFlatFeeRunDetailedLine mutator.
type ChargeFlatFeeRunFunc ¶
The ChargeFlatFeeRunFunc type is an adapter to allow the use of ordinary function as ChargeFlatFeeRun mutator.
type ChargeFlatFeeRunInvoicedUsageFunc ¶
type ChargeFlatFeeRunInvoicedUsageFunc func(context.Context, *db.ChargeFlatFeeRunInvoicedUsageMutation) (db.Value, error)
The ChargeFlatFeeRunInvoicedUsageFunc type is an adapter to allow the use of ordinary function as ChargeFlatFeeRunInvoicedUsage mutator.
type ChargeFlatFeeRunPaymentFunc ¶
type ChargeFlatFeeRunPaymentFunc func(context.Context, *db.ChargeFlatFeeRunPaymentMutation) (db.Value, error)
The ChargeFlatFeeRunPaymentFunc type is an adapter to allow the use of ordinary function as ChargeFlatFeeRunPayment mutator.
type ChargeFunc ¶
The ChargeFunc type is an adapter to allow the use of ordinary function as Charge mutator.
type ChargeUsageBasedFunc ¶
The ChargeUsageBasedFunc type is an adapter to allow the use of ordinary function as ChargeUsageBased mutator.
type ChargeUsageBasedRunCreditAllocationsFunc ¶
type ChargeUsageBasedRunCreditAllocationsFunc func(context.Context, *db.ChargeUsageBasedRunCreditAllocationsMutation) (db.Value, error)
The ChargeUsageBasedRunCreditAllocationsFunc type is an adapter to allow the use of ordinary function as ChargeUsageBasedRunCreditAllocations mutator.
type ChargeUsageBasedRunDetailedLineFunc ¶
type ChargeUsageBasedRunDetailedLineFunc func(context.Context, *db.ChargeUsageBasedRunDetailedLineMutation) (db.Value, error)
The ChargeUsageBasedRunDetailedLineFunc type is an adapter to allow the use of ordinary function as ChargeUsageBasedRunDetailedLine mutator.
type ChargeUsageBasedRunInvoicedUsageFunc ¶
type ChargeUsageBasedRunInvoicedUsageFunc func(context.Context, *db.ChargeUsageBasedRunInvoicedUsageMutation) (db.Value, error)
The ChargeUsageBasedRunInvoicedUsageFunc type is an adapter to allow the use of ordinary function as ChargeUsageBasedRunInvoicedUsage mutator.
type ChargeUsageBasedRunPaymentFunc ¶
type ChargeUsageBasedRunPaymentFunc func(context.Context, *db.ChargeUsageBasedRunPaymentMutation) (db.Value, error)
The ChargeUsageBasedRunPaymentFunc type is an adapter to allow the use of ordinary function as ChargeUsageBasedRunPayment mutator.
type ChargeUsageBasedRunsFunc ¶
type ChargeUsageBasedRunsFunc func(context.Context, *db.ChargeUsageBasedRunsMutation) (db.Value, error)
The ChargeUsageBasedRunsFunc type is an adapter to allow the use of ordinary function as ChargeUsageBasedRuns mutator.
type Condition ¶
Condition is a hook condition function.
func HasAddedFields ¶
HasAddedFields is a condition validating `.AddedField` on fields.
func HasClearedFields ¶
HasClearedFields is a condition validating `.FieldCleared` on fields.
type CreditRealizationLineageFunc ¶
type CreditRealizationLineageFunc func(context.Context, *db.CreditRealizationLineageMutation) (db.Value, error)
The CreditRealizationLineageFunc type is an adapter to allow the use of ordinary function as CreditRealizationLineage mutator.
type CreditRealizationLineageSegmentFunc ¶
type CreditRealizationLineageSegmentFunc func(context.Context, *db.CreditRealizationLineageSegmentMutation) (db.Value, error)
The CreditRealizationLineageSegmentFunc type is an adapter to allow the use of ordinary function as CreditRealizationLineageSegment mutator.
type CurrencyCostBasisFunc ¶
The CurrencyCostBasisFunc type is an adapter to allow the use of ordinary function as CurrencyCostBasis mutator.
type CustomCurrencyFunc ¶
The CustomCurrencyFunc type is an adapter to allow the use of ordinary function as CustomCurrency mutator.
type CustomerFunc ¶
The CustomerFunc type is an adapter to allow the use of ordinary function as Customer mutator.
type CustomerSubjectsFunc ¶
The CustomerSubjectsFunc type is an adapter to allow the use of ordinary function as CustomerSubjects mutator.
type EntitlementFunc ¶
The EntitlementFunc type is an adapter to allow the use of ordinary function as Entitlement mutator.
type FeatureFunc ¶
The FeatureFunc type is an adapter to allow the use of ordinary function as Feature mutator.
type GrantFunc ¶
The GrantFunc type is an adapter to allow the use of ordinary function as Grant mutator.
type LLMCostPriceFunc ¶
The LLMCostPriceFunc type is an adapter to allow the use of ordinary function as LLMCostPrice mutator.
type LedgerAccountFunc ¶
The LedgerAccountFunc type is an adapter to allow the use of ordinary function as LedgerAccount mutator.
type LedgerCustomerAccountFunc ¶
type LedgerCustomerAccountFunc func(context.Context, *db.LedgerCustomerAccountMutation) (db.Value, error)
The LedgerCustomerAccountFunc type is an adapter to allow the use of ordinary function as LedgerCustomerAccount mutator.
type LedgerEntryFunc ¶
The LedgerEntryFunc type is an adapter to allow the use of ordinary function as LedgerEntry mutator.
type LedgerSubAccountFunc ¶
The LedgerSubAccountFunc type is an adapter to allow the use of ordinary function as LedgerSubAccount mutator.
type LedgerSubAccountRouteFunc ¶
type LedgerSubAccountRouteFunc func(context.Context, *db.LedgerSubAccountRouteMutation) (db.Value, error)
The LedgerSubAccountRouteFunc type is an adapter to allow the use of ordinary function as LedgerSubAccountRoute mutator.
type LedgerTransactionFunc ¶
The LedgerTransactionFunc type is an adapter to allow the use of ordinary function as LedgerTransaction mutator.
type LedgerTransactionGroupFunc ¶
type LedgerTransactionGroupFunc func(context.Context, *db.LedgerTransactionGroupMutation) (db.Value, error)
The LedgerTransactionGroupFunc type is an adapter to allow the use of ordinary function as LedgerTransactionGroup mutator.
type MeterFunc ¶
The MeterFunc type is an adapter to allow the use of ordinary function as Meter mutator.
type NotificationChannelFunc ¶
type NotificationChannelFunc func(context.Context, *db.NotificationChannelMutation) (db.Value, error)
The NotificationChannelFunc type is an adapter to allow the use of ordinary function as NotificationChannel mutator.
type NotificationEventDeliveryStatusFunc ¶
type NotificationEventDeliveryStatusFunc func(context.Context, *db.NotificationEventDeliveryStatusMutation) (db.Value, error)
The NotificationEventDeliveryStatusFunc type is an adapter to allow the use of ordinary function as NotificationEventDeliveryStatus mutator.
type NotificationEventFunc ¶
The NotificationEventFunc type is an adapter to allow the use of ordinary function as NotificationEvent mutator.
type NotificationRuleFunc ¶
The NotificationRuleFunc type is an adapter to allow the use of ordinary function as NotificationRule mutator.
type OrganizationDefaultTaxCodesFunc ¶
type OrganizationDefaultTaxCodesFunc func(context.Context, *db.OrganizationDefaultTaxCodesMutation) (db.Value, error)
The OrganizationDefaultTaxCodesFunc type is an adapter to allow the use of ordinary function as OrganizationDefaultTaxCodes mutator.
type PlanAddonFunc ¶
The PlanAddonFunc type is an adapter to allow the use of ordinary function as PlanAddon mutator.
type PlanFunc ¶
The PlanFunc type is an adapter to allow the use of ordinary function as Plan mutator.
type PlanPhaseFunc ¶
The PlanPhaseFunc type is an adapter to allow the use of ordinary function as PlanPhase mutator.
type PlanRateCardFunc ¶
The PlanRateCardFunc type is an adapter to allow the use of ordinary function as PlanRateCard mutator.
type SubjectFunc ¶
The SubjectFunc type is an adapter to allow the use of ordinary function as Subject mutator.
type SubscriptionAddonFunc ¶
The SubscriptionAddonFunc type is an adapter to allow the use of ordinary function as SubscriptionAddon mutator.
type SubscriptionAddonQuantityFunc ¶
type SubscriptionAddonQuantityFunc func(context.Context, *db.SubscriptionAddonQuantityMutation) (db.Value, error)
The SubscriptionAddonQuantityFunc type is an adapter to allow the use of ordinary function as SubscriptionAddonQuantity mutator.
type SubscriptionBillingSyncStateFunc ¶
type SubscriptionBillingSyncStateFunc func(context.Context, *db.SubscriptionBillingSyncStateMutation) (db.Value, error)
The SubscriptionBillingSyncStateFunc type is an adapter to allow the use of ordinary function as SubscriptionBillingSyncState mutator.
type SubscriptionFunc ¶
The SubscriptionFunc type is an adapter to allow the use of ordinary function as Subscription mutator.
type SubscriptionItemFunc ¶
The SubscriptionItemFunc type is an adapter to allow the use of ordinary function as SubscriptionItem mutator.
type SubscriptionPhaseFunc ¶
The SubscriptionPhaseFunc type is an adapter to allow the use of ordinary function as SubscriptionPhase mutator.
type TaxCodeFunc ¶
The TaxCodeFunc type is an adapter to allow the use of ordinary function as TaxCode mutator.
type UsageResetFunc ¶
The UsageResetFunc type is an adapter to allow the use of ordinary function as UsageReset mutator.