Versions in this module Expand all Collapse all v7 v7.0.1 May 10, 2026 v7.0.0 May 9, 2026 Changes in this version + func RegisterModule(ctx Context, mod interface{}) error + type Context struct + AuthMiddleware gin.HandlerFunc + BaseHandler *handlers.BaseAPIHandler + Config *config.Config + Engine *gin.Engine + type RouteModule interface + Name func() string + OnConfigUpdated func(cfg *config.Config) error + Register func(engine *gin.Engine, baseHandler *handlers.BaseAPIHandler, cfg *config.Config) error + type RouteModuleV2 interface + Name func() string + OnConfigUpdated func(cfg *config.Config) error + Register func(ctx Context) error Other modules containing this package github.com/router-for-me/CLIProxyAPI/v6