Documentation
¶
Overview ¶
Package api is a generated GoMock package.
Package api is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockInitAPI ¶
type MockInitAPI struct {
// contains filtered or unexported fields
}
MockInitAPI is a mock of InitAPI interface
func NewMockInitAPI ¶
func NewMockInitAPI(ctrl *gomock.Controller) *MockInitAPI
NewMockInitAPI creates a new mock instance
func (*MockInitAPI) EXPECT ¶
func (m *MockInitAPI) EXPECT() *MockInitAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockInitAPI) GetResource ¶
func (m *MockInitAPI) GetResource(arg0 *common.Context) (interface{}, error)
GetResource mocks base method
type MockInitAPIMockRecorder ¶
type MockInitAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockInitAPIMockRecorder is the mock recorder for MockInitAPI
func (*MockInitAPIMockRecorder) GetResource ¶
func (mr *MockInitAPIMockRecorder) GetResource(arg0 interface{}) *gomock.Call
GetResource indicates an expected call of GetResource
type MockSyncAPI ¶
type MockSyncAPI struct {
// contains filtered or unexported fields
}
MockSyncAPI is a mock of SyncAPI interface
func NewMockSyncAPI ¶
func NewMockSyncAPI(ctrl *gomock.Controller) *MockSyncAPI
NewMockSyncAPI creates a new mock instance
func (*MockSyncAPI) EXPECT ¶
func (m *MockSyncAPI) EXPECT() *MockSyncAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockSyncAPIMockRecorder ¶
type MockSyncAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockSyncAPIMockRecorder is the mock recorder for MockSyncAPI
func (*MockSyncAPIMockRecorder) Desire ¶
func (mr *MockSyncAPIMockRecorder) Desire(arg0 interface{}) *gomock.Call
Desire indicates an expected call of Desire
func (*MockSyncAPIMockRecorder) Report ¶
func (mr *MockSyncAPIMockRecorder) Report(arg0 interface{}) *gomock.Call
Report indicates an expected call of Report