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
Click to show internal directories.
Click to hide internal directories.