Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockMultipleBucketQuery ¶
type MockMultipleBucketQuery struct {
// contains filtered or unexported fields
}
MockMultipleBucketQuery is a mock of MultipleBucketQuery interface
func NewMockMultipleBucketQuery ¶
func NewMockMultipleBucketQuery(ctrl *gomock.Controller) *MockMultipleBucketQuery
NewMockMultipleBucketQuery creates a new mock instance
func (*MockMultipleBucketQuery) EXPECT ¶
func (m *MockMultipleBucketQuery) EXPECT() *MockMultipleBucketQueryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockMultipleBucketQuery) GetDeviceInfoWithService ¶
func (m *MockMultipleBucketQuery) GetDeviceInfoWithService(serviceName string, executionTypes []string) ([]helper.ExecutionCandidate, error)
GetDeviceInfoWithService mocks base method
type MockMultipleBucketQueryMockRecorder ¶
type MockMultipleBucketQueryMockRecorder struct {
// contains filtered or unexported fields
}
MockMultipleBucketQueryMockRecorder is the mock recorder for MockMultipleBucketQuery
func (*MockMultipleBucketQueryMockRecorder) GetDeviceInfoWithService ¶
func (mr *MockMultipleBucketQueryMockRecorder) GetDeviceInfoWithService(serviceName, executionTypes interface{}) *gomock.Call
GetDeviceInfoWithService indicates an expected call of GetDeviceInfoWithService
Click to show internal directories.
Click to hide internal directories.