httpdriver

package
v1.0.0-beta.187 Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2024 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppStripeHandler

type AppStripeHandler interface {
	AppStripeWebhook() AppStripeWebhookHandler
	CreateAppStripeCheckoutSession() CreateAppStripeCheckoutSessionHandler
}

type AppStripeWebhookParams

type AppStripeWebhookParams struct {
	AppID   string
	Payload []byte
}

type AppStripeWebhookRequest

type AppStripeWebhookRequest struct {
	AppID appentitybase.AppID
	Event stripe.Event
}

type AppStripeWebhookResponse

type AppStripeWebhookResponse = api.StripeWebhookResponse

type CreateAppStripeCheckoutSessionRequest

type CreateAppStripeCheckoutSessionRequest = appstripeentity.CreateCheckoutSessionInput

type CreateAppStripeCheckoutSessionResponse

type CreateAppStripeCheckoutSessionResponse = api.CreateStripeCheckoutSessionResult

type Handler

type Handler interface {
	AppStripeHandler
}

func New

func New(
	namespaceDecoder namespacedriver.NamespaceDecoder,
	service appstripe.Service,
	options ...httptransport.HandlerOption,
) Handler

Jump to

Keyboard shortcuts

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