Versions in this module Expand all Collapse all v0 v0.0.4 Mar 1, 2024 v0.0.3 Mar 1, 2024 v0.0.1 Mar 1, 2024 Changes in this version + func GorgFactory(c *Config) error + func UrlResolve(r Route, m Group, c Config) string + type Config struct + DisabledClearTerminal bool + Engine *echo.Echo + Groups []Group + HideBanner bool + HideInformation bool + HidePort bool + Prefix string + ReleaseMode bool + Version string + type GorgMiddleware string + const Auth + const Logger + const Recover + type Group struct + AuthRequired bool + Middlewares []echo.MiddlewareFunc + Name string + Prefix string + Routes []Route + Version string + func RegisterGroup(modules ...Group) []Group + type HttpMethod string + const CONNECT + const DELETE + const GET + const HEAD + const OPTIONS + const PATCH + const POST + const PUT + const TRACE + func MethodResolve(r Route) []HttpMethod + type Route struct + AuthRequired bool + Body any + Doc RouteDoc + Handler func(c echo.Context) error + Method HttpMethod + Methods []HttpMethod + Path string + Prefix string + Query any + Res any + Version string + type RouteDoc struct + Description string + Summary string + type Swagger struct + BasePath string + Description string + Host string + ID string + IsDisabled bool + Swagger string + Title string