handlers

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2024 License: MIT Imports: 10 Imported by: 0

README

Handlers Package

All Go functions that handle AWS Lambda function invocations will go here.

These function as the "controller" layer of the classic MVC model.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

Types

type HandlerInterface

type HandlerInterface interface {
	Handles(request events.APIGatewayProxyRequest) bool
	Boot() error
	Handle(request events.APIGatewayProxyRequest) (*events.APIGatewayProxyResponse, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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