handler

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FetchAlgoliaData

func FetchAlgoliaData(c *fiber.Ctx) error

func FetchStockXData

func FetchStockXData(c *fiber.Ctx) error

func GenerateGIF

func GenerateGIF(c *fiber.Ctx) error

func Ping

func Ping(c *fiber.Ctx) error

func ReturnS3URL

func ReturnS3URL(c *fiber.Ctx) error

Types

type FetchAlgoliaDataOptions

type FetchAlgoliaDataOptions struct {
	Query string `query:"query"`
}

type FetchStockxDataOptions

type FetchStockxDataOptions struct {
	Product string `query:"product"`
}

type GenerateGifOptions

type GenerateGifOptions struct {
	ID      string `json:"id"`
	Preview bool   `json:"preview"`
}

type ReturnS3URLQueryOptions

type ReturnS3URLQueryOptions struct {
	ID      string `json:"id"`
	Preview bool   `json:"preview"`
	Fail    bool   `json:"fail"`
}

Jump to

Keyboard shortcuts

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