package
Version:
v0.0.0-...-db91ea1
Opens a new window with list of versions in this module.
Published: Sep 14, 2024
License: BSD-2-Clause
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Filter struct {
NFT *NFT `yaml:"nft,omitempty"`
IPSet *IPSet `yaml:"ipset,omitempty"`
}
type IPSet struct {
Set string `yaml:"set"`
}
type LogFile struct {
FileName string `yaml:"file_name"`
Rule []Rule `yaml:"rule"`
Duration time.Duration `yaml:"duration"`
}
type NFT struct {
Table string `yaml:"table"`
Set string `yaml:"set"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.