rename the cryptoStreamI interface to cryptoStream

This commit is contained in:
Marten Seemann 2018-08-11 12:24:51 +07:00
parent 40050f558d
commit 04147d86da
9 changed files with 20 additions and 20 deletions

View file

@ -220,9 +220,9 @@ func (mr *MockQuicSessionMockRecorder) destroy(arg0 interface{}) *gomock.Call {
}
// getCryptoStream mocks base method
func (m *MockQuicSession) getCryptoStream() cryptoStreamI {
func (m *MockQuicSession) getCryptoStream() cryptoStream {
ret := m.ctrl.Call(m, "getCryptoStream")
ret0, _ := ret[0].(cryptoStreamI)
ret0, _ := ret[0].(cryptoStream)
return ret0
}