Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Broker topic name to send event with file process result EventTopic string `yaml:"topic" json:"topic"` // Number of workers to publish file to storage Workers int `yaml:"workers" json:"workers"` // Minimum seconds between each collect loop CollectDelay int `yaml:"delay" json:"delay"` CollectorCfg collector.Config `json:"collect" yaml:"collect"` }
Click to show internal directories.
Click to hide internal directories.