before is called before the call is sent to any server. If before returns a non-nil error, the RPC fails with that error.
(*callInfo)
| 235 | // before is called before the call is sent to any server. If before |
| 236 | // returns a non-nil error, the RPC fails with that error. |
| 237 | before(*callInfo) error |
| 238 | |
| 239 | // after is called after the call has completed. after cannot return an |
| 240 | // error, so any failures should be reported via output parameters. |
no outgoing calls
no test coverage detected