Documentation ¶
Overview ¶
Package mock_drkey is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockFetcher ¶
type MockFetcher struct {
// contains filtered or unexported fields
}
MockFetcher is a mock of Fetcher interface.
func NewMockFetcher ¶
func NewMockFetcher(ctrl *gomock.Controller) *MockFetcher
NewMockFetcher creates a new mock instance.
func (*MockFetcher) EXPECT ¶
func (m *MockFetcher) EXPECT() *MockFetcherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockFetcher) Level1 ¶
func (m *MockFetcher) Level1(arg0 context.Context, arg1 drkey0.Level1Meta) (drkey0.Level1Key, error)
Level1 mocks base method.
type MockFetcherMockRecorder ¶
type MockFetcherMockRecorder struct {
// contains filtered or unexported fields
}
MockFetcherMockRecorder is the mock recorder for MockFetcher.
func (*MockFetcherMockRecorder) Level1 ¶
func (mr *MockFetcherMockRecorder) Level1(arg0, arg1 interface{}) *gomock.Call
Level1 indicates an expected call of Level1.
type MockLevel1Engine ¶
type MockLevel1Engine struct {
// contains filtered or unexported fields
}
MockLevel1Engine is a mock of Level1Engine interface.
func NewMockLevel1Engine ¶
func NewMockLevel1Engine(ctrl *gomock.Controller) *MockLevel1Engine
NewMockLevel1Engine creates a new mock instance.
func (*MockLevel1Engine) EXPECT ¶
func (m *MockLevel1Engine) EXPECT() *MockLevel1EngineMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockLevel1Engine) GetLevel1Key ¶
func (m *MockLevel1Engine) GetLevel1Key(arg0 context.Context, arg1 drkey0.Level1Meta) (drkey0.Level1Key, error)
GetLevel1Key mocks base method.
func (*MockLevel1Engine) GetLevel1PrefetchInfo ¶
func (m *MockLevel1Engine) GetLevel1PrefetchInfo() []drkey.Level1PrefetchInfo
GetLevel1PrefetchInfo mocks base method.
type MockLevel1EngineMockRecorder ¶
type MockLevel1EngineMockRecorder struct {
// contains filtered or unexported fields
}
MockLevel1EngineMockRecorder is the mock recorder for MockLevel1Engine.
func (*MockLevel1EngineMockRecorder) GetLevel1Key ¶
func (mr *MockLevel1EngineMockRecorder) GetLevel1Key(arg0, arg1 interface{}) *gomock.Call
GetLevel1Key indicates an expected call of GetLevel1Key.
func (*MockLevel1EngineMockRecorder) GetLevel1PrefetchInfo ¶
func (mr *MockLevel1EngineMockRecorder) GetLevel1PrefetchInfo() *gomock.Call
GetLevel1PrefetchInfo indicates an expected call of GetLevel1PrefetchInfo.
type MockLevel1PrefetchListKeeper ¶
type MockLevel1PrefetchListKeeper struct {
// contains filtered or unexported fields
}
MockLevel1PrefetchListKeeper is a mock of Level1PrefetchListKeeper interface.
func NewMockLevel1PrefetchListKeeper ¶
func NewMockLevel1PrefetchListKeeper(ctrl *gomock.Controller) *MockLevel1PrefetchListKeeper
NewMockLevel1PrefetchListKeeper creates a new mock instance.
func (*MockLevel1PrefetchListKeeper) EXPECT ¶
func (m *MockLevel1PrefetchListKeeper) EXPECT() *MockLevel1PrefetchListKeeperMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockLevel1PrefetchListKeeper) Info ¶
func (m *MockLevel1PrefetchListKeeper) Info() []drkey.Level1PrefetchInfo
Info mocks base method.
func (*MockLevel1PrefetchListKeeper) Update ¶
func (m *MockLevel1PrefetchListKeeper) Update(arg0 drkey.Level1PrefetchInfo)
Update mocks base method.
type MockLevel1PrefetchListKeeperMockRecorder ¶
type MockLevel1PrefetchListKeeperMockRecorder struct {
// contains filtered or unexported fields
}
MockLevel1PrefetchListKeeperMockRecorder is the mock recorder for MockLevel1PrefetchListKeeper.
func (*MockLevel1PrefetchListKeeperMockRecorder) Info ¶
func (mr *MockLevel1PrefetchListKeeperMockRecorder) Info() *gomock.Call
Info indicates an expected call of Info.
func (*MockLevel1PrefetchListKeeperMockRecorder) Update ¶
func (mr *MockLevel1PrefetchListKeeperMockRecorder) Update(arg0 interface{}) *gomock.Call
Update indicates an expected call of Update.