openapiModels

package
v0.29.5 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthType

type AuthType int
const (
	AuthTypeBasic AuthType = iota
	AuthTypeAPIKey
	AuthTypeBearer
	AuthTypeSessionCookie
)

type RouteInfo

type RouteInfo struct {
	Method      string
	Path        string
	Accepts     string
	Produces    string
	ReqBody     any
	Params      any
	RespBody    any
	Handler     any
	AuthModel   any
	AuthHandler any
}

RouteInfo stores type information about a route

Jump to

Keyboard shortcuts

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