Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
reqHandler
Method · 0.65
Implementers
1
rectangle
micro/example_handler_test.go
Calls
no outgoing calls
Tested by
no test coverage detected