subscription_with_debug

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2024 License: MIT Imports: 6 Imported by: 0

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 SubscriptionWorkflowInput

type SubscriptionWorkflowInput struct {
	TotalAmount   int64
	Cycles        int
	CycleDuration time.Duration
}

type SubscriptionWorkflowOutput

type SubscriptionWorkflowOutput struct {
	Paid    int64
	Overdue int64
}

type Void

type Void struct {
}

func PaymentActivity

func PaymentActivity(ctx context.Context, input *PaymentInput) (*Void, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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