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-07-11 Target Engine: Gin (https://github.com/gin-gonic/gin) -- Usage: Refer to the Gleece documentation https://docs.gleece.dev 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 *gin.Engine)
- type ErrorMiddlewareFunc
- type MiddlewareFunc
- type SecurityCheckList
- type SecurityListRelation
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterCustomValidator ¶
func RegisterCustomValidator(validateTagName string, validateFunc runtime.ValidationFunc)
func RegisterErrorMiddleware ¶
func RegisterErrorMiddleware(executionType runtime.ErrorMiddlewareExecutionType, errorMiddlewareFunc ErrorMiddlewareFunc)
func RegisterMiddleware ¶
func RegisterMiddleware(executionType runtime.MiddlewareExecutionType, middlewareFunc MiddlewareFunc)
func RegisterRoutes ¶
Types ¶
type ErrorMiddlewareFunc ¶
type MiddlewareFunc ¶
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.