stripewebhooks

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2023 License: MIT Imports: 22 Imported by: 0

Documentation

Index

Constants

View Source
const CName = "any-pp.stripe"

Variables

This section is empty.

Functions

This section is empty.

Types

type JobFundUserAccount

type JobFundUserAccount struct {
	OwnerAnyID      string `bson:"owner_any_id" json:"owner_any_id" yaml:"owner_any_id"`
	OwnerEthAddress string `bson:"owner_eth_address" json:"owner_eth_address" yaml:"owner_eth_address"`
	SubscriptionID  string `bson:"subscription_id" json:"subscription_id" yaml:"subscription_id"`

	Callback SideEffectsCallback `bson:"-" json:"-" yaml:"-"`

	job.Base `bson:"job_base" json:"job_base" yaml:"job_base"`
}

TODO: move this side-effects to separate service?

func (*JobFundUserAccount) Run

func (j *JobFundUserAccount) Run(ctx context.Context)

type SideEffectsCallback

type SideEffectsCallback interface {
	// contains filtered or unexported methods
}

type StripeWebhooks

type StripeWebhooks interface {
	app.ComponentRunnable
}

func New

func New() StripeWebhooks

Directories

Path Synopsis
Code generated by MockGen.
Code generated by MockGen.

Jump to

Keyboard shortcuts

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