package
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: Mar 27, 2022
License: AGPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Conf struct {
Source *Source `yaml:"source"`
Fluentd *Fluentd `yaml:"fluentd"`
Loki *Loki `yaml:"loki"`
TTL time.Duration `yaml:"ttl"`
AuthListen string `yaml:"auth_listen"`
WhiteList []string `yaml:"whitelist"`
}
type Fluentd struct {
SharedKey string `yaml:"shared_key"`
Listen string `yaml:"listen"`
}
type Source struct {
PrefixLines []string `yaml:"prefix_lines"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.