MCPcopy
hub / github.com/eolinker/goku_lite / accessGlobalFlow

Method accessGlobalFlow

node/gateway/api.go:65–70  ·  view source on GitHub ↗
(ctx *common.Context)

Source from the content-addressed store, hash-verified

63}
64
65func (h *API) accessGlobalFlow(ctx *common.Context) {
66 // 全局插件不中断
67 for _, handler := range h.pluginAccessGlobal {
68 _, _ = handler.Execute(ctx)
69 }
70}
71
72func (h *API) proxyFlow(ctx *common.Context) bool {
73 for _, handler := range h.pluginProxies {

Callers 1

RouterMethod · 0.95

Calls 1

ExecuteMethod · 0.65

Tested by

no test coverage detected