Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/eolinker/goku_lite
/ proxyGlobalFlow
Method
proxyGlobalFlow
node/gateway/api.go:84–90 ·
view source on GitHub ↗
(ctx *common.Context)
Source
from the content-addressed store, hash-verified
82
}
83
84
func
(h *API) proxyGlobalFlow(ctx *common.Context) {
85
// 全局插件不中断
86
for
_, handler :=
range
h.pluginProxiesGlobal {
87
_, _ = handler.Execute(ctx)
88
89
}
90
}
Callers
1
Router
Method · 0.95
Calls
1
Execute
Method · 0.65
Tested by
no test coverage detected