| 37 | } |
| 38 | |
| 39 | type structTimeouts struct { |
| 40 | ReadIntervalTimeout uint32 |
| 41 | ReadTotalTimeoutMultiplier uint32 |
| 42 | ReadTotalTimeoutConstant uint32 |
| 43 | WriteTotalTimeoutMultiplier uint32 |
| 44 | WriteTotalTimeoutConstant uint32 |
| 45 | } |
| 46 | |
| 47 | type opError struct { |
| 48 | op string |
nothing calls this directly
no outgoing calls
no test coverage detected