Documentation
¶
Index ¶
- func CalculateChargesWorkflow(ctx workflow.Context, input models.BillingWorkflowInput) (*models.CalculationResult, error)
- func CronBillingWorkflow(ctx workflow.Context, input models.BillingWorkflowInput) (*models.BillingWorkflowResult, error)
- func PriceSyncWorkflow(ctx workflow.Context, input models.PriceSyncWorkflowInput) (*dto.SyncPlanPricesResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CalculateChargesWorkflow ¶
func CalculateChargesWorkflow(ctx workflow.Context, input models.BillingWorkflowInput) (*models.CalculationResult, error)
func CronBillingWorkflow ¶
func CronBillingWorkflow(ctx workflow.Context, input models.BillingWorkflowInput) (*models.BillingWorkflowResult, error)
CronBillingWorkflow represents a recurring billing workflow.
func PriceSyncWorkflow ¶ added in v1.0.23
func PriceSyncWorkflow(ctx workflow.Context, input models.PriceSyncWorkflowInput) (*dto.SyncPlanPricesResponse, error)
PriceSyncWorkflow represents a workflow that syncs plan prices
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.