handlers

package
v0.0.0-...-0e1be60 Latest Latest
Warning

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

Go to latest
Published: May 2, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitHandlers

func InitHandlers(db *gorm.DB) *handlers

func NewHandlers

func NewHandlers() *handlers

Types

type AWSMarketplaceSQSSubscriptionMessage

type AWSMarketplaceSQSSubscriptionMessage struct {
	Action                 subscriptionAction `json:"action"`
	CustomerIdentifier     string             `json:"customer-identifier"`
	ProductCode            string             `json:"product-code"`
	OfferIdentifier        string             `json:"offer-identifier"`
	IsFreeTrialTermPresent string             `json:"isFreeTrialTermPresent"`
}

type Handlers

type Handlers interface {
	HandleAWSMarketplaceSQS(context.Context, events.SQSEvent) error
}

Jump to

Keyboard shortcuts

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