Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotificationPolicyKind ¶
type NotificationPolicyKind string
const ( KindFramework NotificationPolicyKind = "Framework" KindControl NotificationPolicyKind = "Control" KindRule NotificationPolicyKind = "Rule" )
Supported NotificationKinds
type ScanResponseType ¶ added in v0.0.136
type ScanResponseType string
const ( IDScanResponseType ScanResponseType = "id" // DEPRECATED - will return busy/notBusy instead ErrorScanResponseType ScanResponseType = "error" // error accrued, returning error message ResultsV1ScanResponseType ScanResponseType = "v1results" // returning v1 results object BusyScanResponseType ScanResponseType = "busy" // Server is busy with previous request NotBusyScanResponseType ScanResponseType = "notBusy" // Server is not busy with previous request ReadyScanResponseType ScanResponseType = "ready" // Server successfully completed request )
Click to show internal directories.
Click to hide internal directories.