Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { // Send the given Result to the configured Target Send(result report.Result) // SkipExistingOnStartup skips already existing PolicyReportResults on startup SkipExistingOnStartup() bool // Name is a unique identifier for each Target Name() string // MinimumPriority for a triggered Result to send to this target MinimumPriority() string }
Client for a provided Target
Click to show internal directories.
Click to hide internal directories.