package volume import "github.com/gin-gonic/gin" func RegisterRouter(c *gin.RouterGroup) { c.GET("/", List) }