SetReadTimeout passes through to the underlying port.
(d time.Duration)
| 101 | |
| 102 | // SetReadTimeout passes through to the underlying port. |
| 103 | func (lp *LoggingPort) SetReadTimeout(d time.Duration) error { |
| 104 | return lp.p.SetReadTimeout(d) |
| 105 | } |
nothing calls this directly
no test coverage detected