Versions in this module Expand all Collapse all v0 v0.0.1 Dec 20, 2023 Changes in this version + func RegisterHandler(process func(c *gin.Context), path, method string) + type Handler struct + Method string + Path string + Process func(c *gin.Context) + func GetAllHandlers() []Handler