Versions in this module Expand all Collapse all v0 v0.0.1 Mar 27, 2026 v0.0.0 Mar 10, 2026 Changes in this version + func PackageRoutes[RES any](group *gin.RouterGroup, app Application[RES]) + func RegisterRoutes[RES any](group *gin.RouterGroup, routes Routes[RES]) + type Application interface + GetRoutes func() Routes[RES] + type Method string + const ANY + const DELETE + const GET + const PATCH + const POST + const PUT + type RequestHandlerFunc func(c *gin.Context) RES + type Route struct + Handle RequestHandlerFunc[RES] + Method Method + Path string + type Routes []*Route[RES]