console/api/index_management/index.go

12 lines
180 B
Go

package index_management
import (
httprouter "infini.sh/framework/core/api/router"
"net/http"
)
func API1(w http.ResponseWriter, req *http.Request, ps httprouter.Params) {
}