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

Method delete

models/ElasticSearchModel.go:489–491  ·  view source on GitHub ↗

delete请求

(api string)

Source from the content-addressed store, hash-verified

487
488//delete请求
489func (this *ElasticSearchClient) delete(api string) (req *httplib.BeegoHTTPRequest) {
490 return httplib.Delete(api).Header("Content-Type", "application/json").SetTimeout(this.Timeout, this.Timeout)
491}
492
493//get请求
494func (this *ElasticSearchClient) get(api string) (req *httplib.BeegoHTTPRequest) {

Callers 1

DeleteIndexMethod · 0.95

Calls 1

DeleteMethod · 0.80

Tested by

no test coverage detected