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

Method Response

controllers/AdminControllers/BaseController.go:159–163  ·  view source on GitHub ↗

响应json

(data map[string]interface{})

Source from the content-addressed store, hash-verified

157
158//响应json
159func (this *BaseController) Response(data map[string]interface{}) {
160 this.Data["json"] = data
161 this.ServeJSON()
162 this.StopRun()
163}

Callers 13

HandleLogsMethod · 0.80
RebuildAllIndexMethod · 0.80
TestForSendingEmailMethod · 0.80
UploadMethod · 0.80
InitMethod · 0.80
SearchMethod · 0.80
BuildIndexByBuckMethod · 0.80
BuildIndexMethod · 0.80
CountMethod · 0.80
DeleteIndexMethod · 0.80
pingMethod · 0.80
existIndexMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected