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 ¶
- func RegisterCustomValidator(validateTagName string, validateFunc runtime.ValidationFunc)
- func RegisterErrorMiddleware(executionType runtime.ErrorMiddlewareExecutionType, ...)
- func RegisterMiddleware(executionType runtime.MiddlewareExecutionType, middlewareFunc MiddlewareFunc)
- func RegisterRoutes(engine *mux.Router)
- type ErrorMiddlewareFunc
- type MiddlewareFunc
- type SecurityCheckList
- type SecurityListRelation
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 ¶
Types ¶
type ErrorMiddlewareFunc ¶ added in v1.1.0
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"
)
Click to show internal directories.
Click to hide internal directories.