package
0.11.0
Repository: https://github.com/raystack/meteor.git
Documentation: pkg.go.dev

# Functions

NewAgent returns an Agent with plugin factories.

# Constants

TaskTypeExtract is the type of task that extracts a record.
TaskTypeProcess is the type of task that processes a record.
TaskTypeSink is the type of task that sends a record to a sink.

# Structs

Agent runs recipes for specified plugins.
No description provided by the author
No description provided by the author
Run contains the json data.

# Interfaces

Monitor is the interface for monitoring the agent.

# Type aliases

TaskType is the type of task.
TimerFn of function type.