package
Version:
v0.0.0-...-1e40bc2
Opens a new window with list of versions in this module.
Published: Sep 11, 2023
License: MPL-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BaseSvcConfig struct {
LogLevel string `mapstructure:"log_level"`
HttpPort string `mapstructure:"http_port"`
HttpServerCert string `mapstructure:"server_cert"`
HttpServerKey string `mapstructure:"server_key"`
OtlpReceiverType string `mapstructure:"otlp_receiver_type"`
}
type KafkaReceiverConfig struct {
Brokers []string `mapstructure:"brokers"`
Topic string `mapstructure:"topic"`
ProtocolVersion string `mapstructure:"protocol_version"`
}
type NetboxPusherConfig struct {
Endpoint string `mapstructure:"endpoint"`
Token string `mapstructure:"token"`
Protocol string `mapstructure:"protocol"`
}
type OtlpReceiverConfig struct {
Endpoint string `mapstructure:"endpoint"`
Protocol string `mapstructure:"protocol"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.