routes

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2025 License: MIT Imports: 11 Imported by: 0

Documentation

Overview

-- This file is automatically generated. Any manual changes to this file may be overwritten. It includes routes and handlers by the Gleece API Routes Generator. -- Authors: Haim Kastner & Yuval Pomerchik Generated by: Gleece Routes Generator Generated Date: 2025-02-22 Target Engine: Gorilla Mux (https://github.com/gorilla/mux) -- Usage: Refer to the Gleece documentation for details on how to use the generated routes and handlers. -- Repository: https://github.com/gopher-fleece/gleece --

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterCustomValidator added in v1.1.0

func RegisterCustomValidator(validateTagName string, validateFunc runtime.ValidationFunc)

func RegisterErrorMiddleware added in v1.1.0

func RegisterErrorMiddleware(executionType runtime.ErrorMiddlewareExecutionType, errorMiddlewareFunc ErrorMiddlewareFunc)

func RegisterMiddleware added in v1.1.0

func RegisterMiddleware(executionType runtime.MiddlewareExecutionType, middlewareFunc MiddlewareFunc)

func RegisterRoutes

func RegisterRoutes(engine *mux.Router)

Types

type ErrorMiddlewareFunc added in v1.1.0

type ErrorMiddlewareFunc func(w http.ResponseWriter, r *http.Request, err error) bool

type MiddlewareFunc added in v1.1.0

type MiddlewareFunc func(w http.ResponseWriter, r *http.Request) bool

function declarations extension placeholder

type SecurityCheckList

type SecurityCheckList struct {
	Checks   []runtime.SecurityCheck
	Relation SecurityListRelation
}

type SecurityListRelation

type SecurityListRelation string
const (
	SecurityListRelationAnd SecurityListRelation = "AND"
)

Jump to

Keyboard shortcuts

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