Documentation
¶
Overview ¶
Package mockprestostore is a generated GoMock package.
Index ¶
- type MockReportResultsRepo
- func (m *MockReportResultsRepo) DeleteReportResults(arg0 string) error
- func (m *MockReportResultsRepo) EXPECT() *MockReportResultsRepoMockRecorder
- func (m *MockReportResultsRepo) GetReportResults(arg0 string, arg1 []presto.Column) ([]presto.Row, error)
- func (m *MockReportResultsRepo) StoreReportResults(arg0, arg1 string) error
- type MockReportResultsRepoMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockReportResultsRepo ¶
type MockReportResultsRepo struct {
// contains filtered or unexported fields
}
MockReportResultsRepo is a mock of ReportResultsRepo interface
func NewMockReportResultsRepo ¶
func NewMockReportResultsRepo(ctrl *gomock.Controller) *MockReportResultsRepo
NewMockReportResultsRepo creates a new mock instance
func (*MockReportResultsRepo) DeleteReportResults ¶
func (m *MockReportResultsRepo) DeleteReportResults(arg0 string) error
DeleteReportResults mocks base method
func (*MockReportResultsRepo) EXPECT ¶
func (m *MockReportResultsRepo) EXPECT() *MockReportResultsRepoMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockReportResultsRepo) GetReportResults ¶
func (m *MockReportResultsRepo) GetReportResults(arg0 string, arg1 []presto.Column) ([]presto.Row, error)
GetReportResults mocks base method
func (*MockReportResultsRepo) StoreReportResults ¶
func (m *MockReportResultsRepo) StoreReportResults(arg0, arg1 string) error
StoreReportResults mocks base method
type MockReportResultsRepoMockRecorder ¶
type MockReportResultsRepoMockRecorder struct {
// contains filtered or unexported fields
}
MockReportResultsRepoMockRecorder is the mock recorder for MockReportResultsRepo
func (*MockReportResultsRepoMockRecorder) DeleteReportResults ¶
func (mr *MockReportResultsRepoMockRecorder) DeleteReportResults(arg0 interface{}) *gomock.Call
DeleteReportResults indicates an expected call of DeleteReportResults
func (*MockReportResultsRepoMockRecorder) GetReportResults ¶
func (mr *MockReportResultsRepoMockRecorder) GetReportResults(arg0, arg1 interface{}) *gomock.Call
GetReportResults indicates an expected call of GetReportResults
func (*MockReportResultsRepoMockRecorder) StoreReportResults ¶
func (mr *MockReportResultsRepoMockRecorder) StoreReportResults(arg0, arg1 interface{}) *gomock.Call
StoreReportResults indicates an expected call of StoreReportResults