Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PaymentInput ¶
type PaymentInput struct {
Value int64
}
type SubscriptionWorkflowOutput ¶
func SubscriptionWorkflow ¶
func SubscriptionWorkflow(ctx context.Context, input *SubscriptionWorkflowInput) (*SubscriptionWorkflowOutput, error)
type Void ¶
type Void struct {
}
func PaymentActivity ¶
func PaymentActivity(ctx context.Context, input *PaymentInput) (*Void, error)
Click to show internal directories.
Click to hide internal directories.