handlers

package
v0.0.0-...-a07a55b Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2022 License: MIT-0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type APIGatewayV2Handler

type APIGatewayV2Handler struct {
	// contains filtered or unexported fields
}

func NewAPIGatewayV2Handler

func NewAPIGatewayV2Handler(d *domain.Products) *APIGatewayV2Handler

func (*APIGatewayV2Handler) AllHandler

func (*APIGatewayV2Handler) DeleteHandler

func (*APIGatewayV2Handler) GetHandler

func (*APIGatewayV2Handler) PutHandler

type BatchItemFailure

type BatchItemFailure struct {
	ItemIdentifier string `json:"itemIdentifier"`
}

type DynamoDBEventHandler

type DynamoDBEventHandler struct {
	// contains filtered or unexported fields
}

func NewDynamoDBEventHandler

func NewDynamoDBEventHandler(p *domain.ProductsStream) *DynamoDBEventHandler

func (*DynamoDBEventHandler) StreamHandler

type StreamsEventResponse

type StreamsEventResponse struct {
	BatchItemFailures []BatchItemFailure `json:"batchItemFailures"`
}

Jump to

Keyboard shortcuts

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