Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandExecuted ¶
type CommandExecuted struct {
Message string `logevent:"message,default=command-executed"`
Binary string `logevent:"binary"`
Args string `logevent:"args"`
Out string `logevent:"out"`
Err string `logevent:"err"`
}
CommandExecuted details a shell command.
type EnqueueFailed ¶
type EnqueueFailed struct {
Message string `logevent:"message,default=enqueue-failed"`
TargetHost string `logevent:"target_host"`
Reason string `logevent:"reason"`
}
EnqueueFailed indicates we were unable to enqueue an async scan job.
type MarkFailed ¶
type MarkFailed struct {
Message string `logevent:"message,default=mark-failed"`
Reason string `logevent:"reason"`
}
MarkFailed indicates we were unable to set the in-progress marker.
type ProduceFailed ¶
type ProduceFailed struct {
Message string `logevent:"message,default=produce-failed"`
TargetHost string `logevent:"target_host"`
Reason string `logevent:"reason"`
}
ProduceFailed indicates we were unable to report results of a scan.
type ScanFailed ¶
type ScanFailed struct {
Message string `logevent:"message,default=scan-failed"`
TargetHost string `logevent:"target_host"`
Reason string `logevent:"reason"`
}
ScanFailed indicates we were unable complete a scan.
type StoreFailed ¶
type StoreFailed struct {
Message string `logevent:"message,default=store-failed"`
Reason string `logevent:"reason"`
TargetHost string `logevent:"target_host"`
}
StoreFailed indicates we were unable to persist scan results for an async job.
Click to show internal directories.
Click to hide internal directories.