package search import "github.com/gin-gonic/gin" func RegisterRoutes(protected *gin.RouterGroup, h *Handler) { protected.GET("/search", h.Search) }