Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SaidConfig ¶
type SaidConfig struct {
Deduplicate bool `koanf:"deduplicate" short:"D" description:"deduplicate objects based on all fields"`
Extended bool `koanf:"extended" short:"e" description:"add two additional fields, file and id to the output"`
IPsOnly bool `koanf:"ips.only" short:"i" description:"only print IP addresses and depending on the command additional information"`
}
func NewSaidConfig ¶
func NewSaidConfig() SaidConfig
func (*SaidConfig) Validate ¶
func (cfg *SaidConfig) Validate() error
Click to show internal directories.
Click to hide internal directories.