ex_extra_routes

package
v1.5.3 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2025 License: MIT Imports: 16 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-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

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

func RegisterRoutes(engine *gin.Engine)

Types

type ErrorMiddlewareFunc

type ErrorMiddlewareFunc func(ctx context.Context, ginCtx *gin.Context, err error) (context.Context, bool)

type MiddlewareFunc

type MiddlewareFunc func(ctx context.Context, ginCtx *gin.Context) (context.Context, 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