Documentation ¶
Index ¶
Constants ¶
View Source
const (
DefaultTopoFile = "topo.json"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { // Path of generator config file. Path is relative to current directory. Path string `mapstructure:"path"` // Inline string containing the topo file InlineFile string `mapstructure:"inline"` // ApiIngress holds config settings for HTTP server listening for requests. ApiIngress confighttp.HTTPServerSettings `mapstructure:"api"` }
Config defines configuration for OTLP receiver.
Click to show internal directories.
Click to hide internal directories.