Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RawRelayerConfig ¶
type RawRelayerConfig struct {
OpenTelemetryCollectorURL string `mapstructure:"OpenTelemetryCollectorURL" json:"opentelemetryCollectorURL"`
LogLevel string `mapstructure:"LogLevel" json:"logLevel" default:"info"`
LogFile string `mapstructure:"LogFile" json:"logFile" default:"out.log"`
}
func (*RawRelayerConfig) Validate ¶
func (c *RawRelayerConfig) Validate() error
type RelayerConfig ¶
type RelayerConfig struct {
OpenTelemetryCollectorURL string
LogLevel zerolog.Level
LogFile string
}
func NewRelayerConfig ¶
func NewRelayerConfig(rawConfig RawRelayerConfig) (RelayerConfig, error)
NewRelayerConfig parses RawRelayerConfig into RelayerConfig
Click to show internal directories.
Click to hide internal directories.