frontend

package
v0.0.0-...-e6d0258 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2023 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func APIResponse

func APIResponse(code int, msg string) (events.APIGatewayProxyResponse, error)

APIResponse generates required output for proxy integrations

func Event

Event processes webhook events received by Heupr app repo installations

func Install

Install configures a new repo installation for the Heupr app

Types

type Database

type Database interface {
	Put(input installConfig) error
	Get(key interface{}) (installConfig, error)
}

Database provides an interface to DynamoDB data storage

func NewDatabase

func NewDatabase() Database

NewDatabase creates a new instance of a Database implementation

Jump to

Keyboard shortcuts

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