MCPcopy
hub / github.com/name5566/leaf / Route

Method Route

network/processor.go:5–5  ·  view source on GitHub ↗

must goroutine safe

(msg interface{}, userData interface{})

Source from the content-addressed store, hash-verified

3type Processor interface {
4 // must goroutine safe
5 Route(msg interface{}, userData interface{}) error
6 // must goroutine safe
7 Unmarshal(data []byte) (interface{}, error)
8 // must goroutine safe

Callers 1

RunMethod · 0.65

Implementers 2

Processornetwork/protobuf/protobuf.go
Processornetwork/json/json.go

Calls

no outgoing calls

Tested by

no test coverage detected