Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Enabled bool `yaml:"enabled" json:"enabled"` LoggingEnabled bool `yaml:"logging_enabled" json:"logging_enabled"` // DesiredRate is the threshold used to shard the stream into smaller pieces. // Expected to be in bytes. DesiredRate flagext.ByteSize `yaml:"desired_rate" json:"desired_rate"` }
Click to show internal directories.
Click to hide internal directories.