forked from quic-go/quic-go
rename the logging.CloseReason to TimeoutReason
This commit is contained in:
@@ -64,7 +64,7 @@ func (mr *MockConnectionTracerMockRecorder) Close() *gomock.Call {
|
||||
}
|
||||
|
||||
// ClosedConnection mocks base method
|
||||
func (m *MockConnectionTracer) ClosedConnection(arg0 logging.CloseReason) {
|
||||
func (m *MockConnectionTracer) ClosedConnection(arg0 logging.TimeoutReason) {
|
||||
m.ctrl.T.Helper()
|
||||
m.ctrl.Call(m, "ClosedConnection", arg0)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user