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

Method get

models/elasticsearch.go:622–624  ·  view source on GitHub ↗

get请求

(api string)

Source from the content-addressed store, hash-verified

620
621//get请求
622func (this *ElasticSearchClient) get(api string) (req *httplib.BeegoHTTPRequest) {
623 return httplib.Get(api).Header("Content-Type", "application/json").SetTimeout(this.Timeout, this.Timeout)
624}

Callers 3

CountMethod · 0.95
pingMethod · 0.95
existIndexMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected