handlers

package
v0.0.0-...-7f0c0eb Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2025 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ClientError

func ClientError(status int, message string) (events.APIGatewayProxyResponse, error)

func GenerateShortURLID

func GenerateShortURLID(length int) string
func IsValidLink(u string) bool

func ServerError

func ServerError(err error) (events.APIGatewayProxyResponse, error)

Types

type DeleteFunctionHandler

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

func NewDeleteFunctionHandler

func NewDeleteFunctionHandler(l *services.LinkService) *DeleteFunctionHandler

func (*DeleteFunctionHandler) Delete

type GenerateLinkFunctionHandler

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

func NewGenerateLinkFunctionHandler

func NewGenerateLinkFunctionHandler(l *services.LinkService) *GenerateLinkFunctionHandler

type RedirectFunctionHandler

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

func NewRedirectFunctionHandler

func NewRedirectFunctionHandler(l *services.LinkService) *RedirectFunctionHandler

func (*RedirectFunctionHandler) Redirect

type RequestBody

type RequestBody struct {
	Long string `json:"long"`
}

Jump to

Keyboard shortcuts

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