package controllers import "github.com/gin-gonic/gin" func LocalSearch(c *gin.Context) { } func GlobalSearch(c *gin.Context) { }