# Packages
No description provided by the author
# Functions
NewEnvironment creates an empty environment.
# Variables
AllBuffers is a set containing every single buffer that has been imported.
AllCaches is a set containing every single cache that has been imported.
AllInputs is a set containing every single input that has been imported.
AllMetrics is a set containing every single metrics that has been imported.
AllOutputs is a set containing every single output that has been imported.
AllProcessors is a set containing every single processor that has been imported.
AllRateLimits is a set containing every single ratelimit that has been imported.
AllScanners is a set containing every single scanner that has been imported.
AllTracers is a set containing every single tracer that has been imported.
GlobalEnvironment contains service-wide singleton bundles.
# Structs
BufferSet contains an explicit set of buffers available to a Bento service.
CacheSet contains an explicit set of caches available to a Bento service.
Environment is a collection of Bento component plugins that can be used in order to build and run streaming pipelines with access to different sets of plugins.
InputSet contains an explicit set of inputs available to a Bento service.
MetricsSet contains an explicit set of metrics available to a Bento service.
OutputSet contains an explicit set of outputs available to a Bento service.
ProcessorSet contains an explicit set of processors available to a Bento service.
RateLimitSet contains an explicit set of ratelimits available to a Bento service.
ScannerSet contains an explicit set of scanners available to a Bento service.
TracerSet contains an explicit set of tracers available to a Bento service.
# Interfaces
NewManagement defines the latest API for a Bento manager, which will become the only API (internally) in Bento V4.
# Type aliases
BufferConstructor constructs an buffer component.
CacheConstructor constructs an cache component.
InputConstructor constructs an input component.
MetricConstructor constructs an metrics component.
OutputConstructor constructs an output component.
ProcessorConstructor constructs an processor component.
RateLimitConstructor constructs an ratelimit component.
ScannerConstructor constructs a scanner component.
TracerConstructor constructs an tracer component.