EmptyCallOption does not alter the Call configuration. It can be embedded in another structure to carry satellite data for use by interceptors.
| 245 | // It can be embedded in another structure to carry satellite data for use |
| 246 | // by interceptors. |
| 247 | type EmptyCallOption struct{} |
| 248 | |
| 249 | func (EmptyCallOption) before(*callInfo) error { return nil } |
| 250 | func (EmptyCallOption) after(*callInfo, *csAttempt) {} |
nothing calls this directly
no outgoing calls
no test coverage detected