MCPcopy Create free account
hub / github.com/0xUnixIO/pulse / NoopDispatcher

Struct NoopDispatcher

internal/nodeagent/agent.go:34–34  ·  view source on GitHub ↗

NoopDispatcher 是用于测试或过渡期的空实现。

Source from the content-addressed store, hash-verified

32
33// NoopDispatcher 是用于测试或过渡期的空实现。
34type NoopDispatcher struct{}
35
36// Handle 总是返回 method not implemented。
37func (NoopDispatcher) Handle(ctx context.Context, method string, body json.RawMessage) (json.RawMessage, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected