Documentation ¶
Index ¶
- type Source
- func (s *Source) ChunkUnit(ctx context.Context, unit sources.SourceUnit, reporter sources.ChunkReporter) error
- func (s *Source) Chunks(ctx context.Context, chunksChan chan *sources.Chunk) error
- func (s *Source) Enumerate(ctx context.Context, reporter sources.UnitReporter) error
- func (s *Source) Init(aCtx context.Context, name string, jobId, sourceId int64, verify bool, ...) error
- func (s *Source) JobID() int64
- func (s *Source) SourceID() int64
- func (s *Source) Type() sourcespb.SourceType
- func (s *Source) WithFilter(filter *common.Filter)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Source ¶
type Source struct { sources.Progress sources.CommonSourceUnitUnmarshaller // contains filtered or unexported fields }
func (*Source) ChunkUnit ¶ added in v3.45.0
func (s *Source) ChunkUnit(ctx context.Context, unit sources.SourceUnit, reporter sources.ChunkReporter) error
ChunkUnit implements SourceUnitChunker interface.
func (*Source) Enumerate ¶ added in v3.44.0
Enumerate implements SourceUnitEnumerator interface. This implementation simply passes the configured paths as the source unit, whether it be a single filepath or a directory.
func (*Source) Init ¶
func (s *Source) Init(aCtx context.Context, name string, jobId, sourceId int64, verify bool, connection *anypb.Any, _ int) error
Init returns an initialized Filesystem source.
func (*Source) Type ¶
func (s *Source) Type() sourcespb.SourceType
Type returns the type of source. It is used for matching source types in configuration and job input.
func (*Source) WithFilter ¶ added in v3.26.0
Click to show internal directories.
Click to hide internal directories.