package ecpm_httpserver import "github.com/gin-gonic/gin" type Controller interface { InitRoutes(r *gin.Engine) }