mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-18 16:16:25 +08:00
11 lines
134 B
Go
11 lines
134 B
Go
package controllers
|
|
|
|
import "github.com/gin-gonic/gin"
|
|
|
|
func LocalSearch(c *gin.Context) {
|
|
|
|
}
|
|
|
|
func GlobalSearch(c *gin.Context) {
|
|
|
|
} |