MCPcopy
hub / github.com/nats-io/nats.go / Handle

Method Handle

micro/request.go:28–28  ·  view source on GitHub ↗
(Request)

Source from the content-addressed store, hash-verified

26 // Handler is used to respond to service requests.
27 Handler interface {
28 Handle(Request)
29 }
30
31 // HandlerFunc is a function implementing [Handler].

Callers 1

reqHandlerMethod · 0.65

Implementers 1

rectanglemicro/example_handler_test.go

Calls

no outgoing calls

Tested by

no test coverage detected