mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 12:47:36 +03:00
update gomock to v0.3.0 (#4087)
This commit is contained in:
parent
4bdff39ff0
commit
9a397abc17
46 changed files with 415 additions and 248 deletions
|
@ -1,6 +1,10 @@
|
|||
// Code generated by MockGen. DO NOT EDIT.
|
||||
// Source: github.com/quic-go/quic-go (interfaces: PacketHandler)
|
||||
|
||||
//
|
||||
// Generated by this command:
|
||||
//
|
||||
// mockgen -build_flags=-tags=gomock -package quic -self_package github.com/quic-go/quic-go -destination mock_packet_handler_test.go github.com/quic-go/quic-go PacketHandler
|
||||
//
|
||||
// Package quic is a generated GoMock package.
|
||||
package quic
|
||||
|
||||
|
@ -41,7 +45,7 @@ func (m *MockPacketHandler) destroy(arg0 error) {
|
|||
}
|
||||
|
||||
// destroy indicates an expected call of destroy.
|
||||
func (mr *MockPacketHandlerMockRecorder) destroy(arg0 interface{}) *gomock.Call {
|
||||
func (mr *MockPacketHandlerMockRecorder) destroy(arg0 any) *gomock.Call {
|
||||
mr.mock.ctrl.T.Helper()
|
||||
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "destroy", reflect.TypeOf((*MockPacketHandler)(nil).destroy), arg0)
|
||||
}
|
||||
|
@ -67,7 +71,7 @@ func (m *MockPacketHandler) handlePacket(arg0 receivedPacket) {
|
|||
}
|
||||
|
||||
// handlePacket indicates an expected call of handlePacket.
|
||||
func (mr *MockPacketHandlerMockRecorder) handlePacket(arg0 interface{}) *gomock.Call {
|
||||
func (mr *MockPacketHandlerMockRecorder) handlePacket(arg0 any) *gomock.Call {
|
||||
mr.mock.ctrl.T.Helper()
|
||||
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "handlePacket", reflect.TypeOf((*MockPacketHandler)(nil).handlePacket), arg0)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue