Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
159
func
(this *BaseController) Response(data
map
[string]
interface
{}) {
160
this.Data[
"json"
] = data
161
this.ServeJSON()
162
this.StopRun()
163
}
Callers
13
HandleLogs
Method · 0.80
RebuildAllIndex
Method · 0.80
TestForSendingEmail
Method · 0.80
Upload
Method · 0.80
Init
Method · 0.80
Search
Method · 0.80
BuildIndexByBuck
Method · 0.80
BuildIndex
Method · 0.80
Count
Method · 0.80
DeleteIndex
Method · 0.80
ping
Method · 0.80
existIndex
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected