| 122 | } |
| 123 | |
| 124 | type otelRecorderAdapter struct { |
| 125 | recorder OTelRecorder |
| 126 | } |
| 127 | |
| 128 | // toConnInfo converts *pool.Conn to ConnInfo interface properly. |
| 129 | // This ensures that a nil *pool.Conn becomes a true nil interface, |
nothing calls this directly
no outgoing calls
no test coverage detected