logs

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 9, 2019 License: Apache-2.0 Imports: 0 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL