package interfaces import "github.com/gin-gonic/gin" type Router interface { Set() *gin.Engine }