mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
upstream: sync to 0.39.1
This commit is contained in:
commit
7c77243b04
147 changed files with 3740 additions and 2211 deletions
|
@ -1,6 +1,10 @@
|
|||
// Code generated by MockGen. DO NOT EDIT.
|
||||
// Source: github.com/refraction-networking/uquic (interfaces: MTUDiscoverer)
|
||||
|
||||
//
|
||||
// Generated by this command:
|
||||
//
|
||||
// mockgen -build_flags=-tags=gomock -package quic -self_package github.com/refraction-networking/uquic -destination mock_mtu_discoverer_test.go github.com/refraction-networking/uquic MTUDiscoverer
|
||||
//
|
||||
// Package quic is a generated GoMock package.
|
||||
package quic
|
||||
|
||||
|
@ -74,7 +78,7 @@ func (m *MockMTUDiscoverer) ShouldSendProbe(arg0 time.Time) bool {
|
|||
}
|
||||
|
||||
// ShouldSendProbe indicates an expected call of ShouldSendProbe.
|
||||
func (mr *MockMTUDiscovererMockRecorder) ShouldSendProbe(arg0 interface{}) *gomock.Call {
|
||||
func (mr *MockMTUDiscovererMockRecorder) ShouldSendProbe(arg0 any) *gomock.Call {
|
||||
mr.mock.ctrl.T.Helper()
|
||||
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ShouldSendProbe", reflect.TypeOf((*MockMTUDiscoverer)(nil).ShouldSendProbe), arg0)
|
||||
}
|
||||
|
@ -86,7 +90,7 @@ func (m *MockMTUDiscoverer) Start(arg0 protocol.ByteCount) {
|
|||
}
|
||||
|
||||
// Start indicates an expected call of Start.
|
||||
func (mr *MockMTUDiscovererMockRecorder) Start(arg0 interface{}) *gomock.Call {
|
||||
func (mr *MockMTUDiscovererMockRecorder) Start(arg0 any) *gomock.Call {
|
||||
mr.mock.ctrl.T.Helper()
|
||||
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Start", reflect.TypeOf((*MockMTUDiscoverer)(nil).Start), arg0)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue