Documentation
¶
Overview ¶
Package datafetcher is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrAtmosSchemaNotFound = errors.New("atmos schema not found")
Sentinel error for quick checks.
View Source
var ErrUnsupportedSource = errors.New("unsupported source type")
Functions ¶
func NewDataFetcher ¶
func NewDataFetcher(atmosConfig *schema.AtmosConfiguration) *dataFetcher
NewDataFetcher creates a new dataFetcher instance.
Types ¶
type DataFetcher ¶
type MockDataFetcher ¶
type MockDataFetcher struct {
// contains filtered or unexported fields
}
MockDataFetcher is a mock of DataFetcher interface.
func NewMockDataFetcher ¶
func NewMockDataFetcher(ctrl *gomock.Controller) *MockDataFetcher
NewMockDataFetcher creates a new mock instance.
func (*MockDataFetcher) EXPECT ¶
func (m *MockDataFetcher) EXPECT() *MockDataFetcherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockDataFetcherMockRecorder ¶
type MockDataFetcherMockRecorder struct {
// contains filtered or unexported fields
}
MockDataFetcherMockRecorder is the mock recorder for MockDataFetcher.
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.
type MockFetcherMockRecorder ¶
type MockFetcherMockRecorder struct {
// contains filtered or unexported fields
}
MockFetcherMockRecorder is the mock recorder for MockFetcher.
Click to show internal directories.
Click to hide internal directories.