Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Target ¶
type Target struct { URL string Description string Type string Regexp string MultiLine bool TimeFormat string TimeZone string Tags []string Scheme string Host string User string Port int Path string SSHKeyPassphrase []byte }
Target ...
type TargetSet ¶ added in v0.4.0
type TargetSet struct { URLs []string `yaml:"urls"` Description string `yaml:"description"` Type string `yaml:"type"` Regexp string `yaml:"regexp"` MultiLine bool `yaml:"multiLine"` TimeFormat string `yaml:"timeFormat"` TimeZone string `yaml:"timeZone"` Tags []string `yaml:"tags"` }
TargetSet ...
Click to show internal directories.
Click to hide internal directories.