Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileSearcher ¶
FileSearcher is an autogenerated mock type for the FileSearcher type
func NewFileSearcher ¶
func NewFileSearcher(t interface { mock.TestingT Cleanup(func()) }) *FileSearcher
NewFileSearcher creates a new instance of FileSearcher. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*FileSearcher) SearchForFiles ¶
func (_m *FileSearcher) SearchForFiles(ctx context.Context, start time.Time, end time.Time) []string
SearchForFiles provides a mock function with given fields: ctx, start, end
type Processor ¶
Processor is an autogenerated mock type for the Processor type
func NewProcessor ¶
NewProcessor creates a new instance of Processor. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Processor) HandlesFile ¶
HandlesFile provides a mock function with given fields: name
type Source ¶
Source is an autogenerated mock type for the Source type
func NewSource ¶
NewSource creates a new instance of Source. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Source) HandlesFile ¶
HandlesFile provides a mock function with given fields: name
type Store ¶
Store is an autogenerated mock type for the Store type
func NewStore ¶
NewStore creates a new instance of Store. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Store) SetIngested ¶
SetIngested provides a mock function with given fields: ctx, fileName, ts