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

Struct request

micro/request.go:73–76  ·  view source on GitHub ↗

request is a default implementation of Request interface

Source from the content-addressed store, hash-verified

71
72 // request is a default implementation of Request interface
73 request struct {
74 msg *nats.Msg
75 respondError error
76 }
77
78 serviceError struct {
79 Code string `json:"code"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected