Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conf ¶
type Conf struct { URL string `yaml:"url" json:"url"` Sniff bool `yaml:"sniff" json:"sniff"` Healthcheck bool `yaml:"healthcheck" json:"healthcheck"` Errorlog elastic.Logger // error log for critical messages Infolog elastic.Logger // information log for e.g. response times Tracelog elastic.Logger // trace log for debugging }
Click to show internal directories.
Click to hide internal directories.