Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { HTTPServer HTTPServer `koanf:"http_server"` // TODO - add source, auth and etc configurations Otel otela.Otel `koanf:"otel"` WriteKeyRedisExpiration uint `koanf:"write_key_expiration"` NewSourceEventName string `koanf:"new_source_event_name"` BufferSize int `koanf:"buffersize"` MaxRetry int `koanf:"maxretry"` }
Config is the main object for managing source configuration.
type HTTPServer ¶
HTTPServer is the main object for http configurations.
Click to show internal directories.
Click to hide internal directories.