Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
LogLevelStr string `file:"log_level" default:"info" env:"LOG_LEVEL"`
LogLevel logrus.Level `json:"-" yaml:"-"`
SelfURL string `file:"self_url" env:"SELF_URL" required:"true"`
OpenOnErda bool `file:"open_on_erda" default:"false" env:"OPEN_ON_ERDA"`
Exporter configPromExporter
RoutesRefs []string `file:"routes_refs"`
Routes route.Routes `json:"-" yaml:"-"`
}
Click to show internal directories.
Click to hide internal directories.