chore: add missing handler

This commit is contained in:
Paul Pan 2023-08-11 15:39:15 +08:00
parent 6617b6d68e
commit 87d5506085

View File

@ -18,6 +18,7 @@ type Handler interface {
Search(c *gin.Context) Search(c *gin.Context)
Update(c *gin.Context) Update(c *gin.Context)
Upload(c *gin.Context) Upload(c *gin.Context)
CreateVersion(c *gin.Context)
} }
type handler struct { type handler struct {