MCPcopy Index your code
hub / github.com/TruthHun/BookStack / delete

Method delete

models/elasticsearch.go:617–619  ·  view source on GitHub ↗

delete请求

(api string)

Source from the content-addressed store, hash-verified

615
616//delete请求
617func (this *ElasticSearchClient) delete(api string) (req *httplib.BeegoHTTPRequest) {
618 return httplib.Delete(api).Header("Content-Type", "application/json").SetTimeout(this.Timeout, this.Timeout)
619}
620
621//get请求
622func (this *ElasticSearchClient) get(api string) (req *httplib.BeegoHTTPRequest) {

Callers 1

DeleteIndexMethod · 0.95

Calls 1

DeleteMethod · 0.45

Tested by

no test coverage detected