package extend import ( "github.com/gin-gonic/gin" ) type Router struct { } func (Router) Route() string { return "" } func (h Router) Register(group *gin.RouterGroup) { }