request is a default implementation of Request interface
| 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"` |
nothing calls this directly
no outgoing calls
no test coverage detected