handler

package
v0.0.0-...-1551971 Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2021 License: GPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddProductHandler

type AddProductHandler struct {
	StripeClient stripe.Stripe
	StripeRepo   repo.StripeRepo
	// contains filtered or unexported fields
}

func (*AddProductHandler) ServeHTTP

func (product *AddProductHandler) ServeHTTP(rw http.ResponseWriter, req *http.Request)

type DeleteProductHandler

type DeleteProductHandler struct {
	StripeClient stripe.Stripe
	StripeRepo   repo.StripeRepo
	// contains filtered or unexported fields
}

func (*DeleteProductHandler) ServeHTTP

func (product *DeleteProductHandler) ServeHTTP(rw http.ResponseWriter, req *http.Request)

type GetProductHandler

type GetProductHandler struct {
	StripeClient stripe.Stripe
	StripeRepo   repo.StripeRepo
	// contains filtered or unexported fields
}

func (*GetProductHandler) ServeHTTP

func (product *GetProductHandler) ServeHTTP(rw http.ResponseWriter, req *http.Request)

type UpdateProductHandler

type UpdateProductHandler struct {
	StripeClient stripe.Stripe
	StripeRepo   repo.StripeRepo
	// contains filtered or unexported fields
}

func (*UpdateProductHandler) ServeHTTP

func (product *UpdateProductHandler) ServeHTTP(rw http.ResponseWriter, req *http.Request)

Jump to

Keyboard shortcuts

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