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-06 Target Engine: Echo v4 (https://github.com/labstack/echo) -- 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 RegisterRoutes ¶
func RegisterRoutes(engine *echo.Echo)
Types ¶
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.