Documentation ¶
Overview ¶
firewall exporter
Index ¶
- Constants
- func FormatConfigInfo(configInfo string) ([]byte, error)
- func RequestHandler(w http.ResponseWriter, r *http.Request)
- func RunScript(runner *javascript.JSRunner, funcName string, parameter string) (string, error)
- func SetLogger(globalLogger log.Logger)
- type ExporterConfig
- type ShellConfig
- type StepInfo
Constants ¶
View Source
const ( AddressIDAddressSet int32 = iota AddressIDRuleSetSource AddressIDRuleSetDestination )
Variables ¶
This section is empty.
Functions ¶
func FormatConfigInfo ¶ added in v1.8.6
func RequestHandler ¶
func RequestHandler(w http.ResponseWriter, r *http.Request)
Types ¶
type ExporterConfig ¶
type ExporterConfig struct {
Firewalls []ShellConfig `json:"firewalls"`
}
type ShellConfig ¶
Click to show internal directories.
Click to hide internal directories.