v1

package
v0.0.147 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2022 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 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
)

Jump to

Keyboard shortcuts

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