forked from quic-go/quic-go
expose the TransportError and the ApplicationError
This commit is contained in:
@@ -67,7 +67,7 @@ func (mr *MockQuicSessionMockRecorder) AcceptUniStream(arg0 interface{}) *gomock
|
||||
}
|
||||
|
||||
// CloseWithError mocks base method.
|
||||
func (m *MockQuicSession) CloseWithError(arg0 ErrorCode, arg1 string) error {
|
||||
func (m *MockQuicSession) CloseWithError(arg0 ApplicationErrorCode, arg1 string) error {
|
||||
m.ctrl.T.Helper()
|
||||
ret := m.ctrl.Call(m, "CloseWithError", arg0, arg1)
|
||||
ret0, _ := ret[0].(error)
|
||||
|
||||
Reference in New Issue
Block a user