package
Version:
v0.9.4
Opens a new window with list of versions in this module.
Published: Apr 7, 2025
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Batcher struct {
Timeout time.Duration `koanf:"timeout"`
}
type Destination struct {
Type string `koanf:"type"`
Buffer *Buffer `koanf:"buffer"`
Database *bqclient.Config `koanf:"database"`
}
type MQTT struct {
Host string `koanf:"host"`
Port int `koanf:"port"`
Username string `koanf:"username"`
Password string `koanf:"password"`
QoS int `koanf:"qos"`
Topic string `koanf:"topic"`
}
type Pool struct {
NumWorkers int `koanf:"num_workers"`
Capacity int `koanf:"capacity"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.