mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +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: TokenStore)
|
||||
|
||||
//
|
||||
// Generated by this command:
|
||||
//
|
||||
// mockgen -package quic -self_package github.com/quic-go/quic-go -self_package github.com/quic-go/quic-go -destination mock_token_store_test.go github.com/quic-go/quic-go TokenStore
|
||||
//
|
||||
// Package quic is a generated GoMock package.
|
||||
package quic
|
||||
|
||||
|
@ -42,7 +46,7 @@ func (m *MockTokenStore) Pop(arg0 string) *ClientToken {
|
|||
}
|
||||
|
||||
// Pop indicates an expected call of Pop.
|
||||
func (mr *MockTokenStoreMockRecorder) Pop(arg0 interface{}) *gomock.Call {
|
||||
func (mr *MockTokenStoreMockRecorder) Pop(arg0 any) *gomock.Call {
|
||||
mr.mock.ctrl.T.Helper()
|
||||
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Pop", reflect.TypeOf((*MockTokenStore)(nil).Pop), arg0)
|
||||
}
|
||||
|
@ -54,7 +58,7 @@ func (m *MockTokenStore) Put(arg0 string, arg1 *ClientToken) {
|
|||
}
|
||||
|
||||
// Put indicates an expected call of Put.
|
||||
func (mr *MockTokenStoreMockRecorder) Put(arg0, arg1 interface{}) *gomock.Call {
|
||||
func (mr *MockTokenStoreMockRecorder) Put(arg0, arg1 any) *gomock.Call {
|
||||
mr.mock.ctrl.T.Helper()
|
||||
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Put", reflect.TypeOf((*MockTokenStore)(nil).Put), arg0, arg1)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue