Documentation ¶
Index ¶
- Constants
- type Source
- func (s *Source) Chunks(ctx context.Context, chunksChan chan *sources.Chunk, ...) error
- func (s *Source) Init(_ context.Context, name string, jobId sources.JobID, sourceId sources.SourceID, ...) error
- func (s *Source) InjectConnection(conn *sourcespb.Syslog)
- func (s *Source) JobID() sources.JobID
- func (s *Source) SourceID() sources.SourceID
- func (s *Source) Type() sourcespb.SourceType
- func (s *Source) Validate(ctx context.Context) []error
- type Syslog
Constants ¶
View Source
const (
SourceType = sourcespb.SourceType_SOURCE_TYPE_SYSLOG
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Source ¶
func (*Source) Chunks ¶
func (s *Source) Chunks(ctx context.Context, chunksChan chan *sources.Chunk, _ ...sources.ChunkingTarget) error
Chunks emits chunks of bytes over a channel.
func (*Source) Init ¶
func (s *Source) Init(_ context.Context, name string, jobId sources.JobID, sourceId sources.SourceID, verify bool, connection *anypb.Any, concurrency int) error
Init returns an initialized Syslog source.
func (*Source) InjectConnection ¶
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.
Click to show internal directories.
Click to hide internal directories.