api

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ListenAndServe

func ListenAndServe(addr string)

func RequestHandler

func RequestHandler(c *gin.Context)

Types

type RequestForm

type RequestForm struct {
	Name      string                `form:"name"`
	Options   []string              `form:"opts[]"`
	ConvertTo string                `form:"convert-to" binding:"required"`
	File      *multipart.FileHeader `form:"file" binding:"required"`
}

Jump to

Keyboard shortcuts

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