MCPcopy
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
84func (h *API) proxyGlobalFlow(ctx *common.Context) {
85 // 全局插件不中断
86 for _, handler := range h.pluginProxiesGlobal {
87 _, _ = handler.Execute(ctx)
88
89 }
90}

Callers 1

RouterMethod · 0.95

Calls 1

ExecuteMethod · 0.65

Tested by

no test coverage detected