Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { // aws AWSGuardDutyQueueURL string AWSAccessAnalyzerQueueURL string AWSAdminCheckerQueueURL string AWSCloudSploitQueueURL string AWSPortscanQueueURL string // google GoogleAssetQueueURL string GoogleCloudSploitQueueURL string GoogleCloudSploitOldQueueURL string GoogleSCCQueueURL string GooglePortscanQueueURL string // code CodeGitleaksQueueURL string CodeDependencyQueueURL string // osint OSINTSubdomainQueueURL string OSINTWebsiteQueueURL string // diagnosis DiagnosisWpscanQueueURL string DiagnosisPortscanQueueURL string DiagnosisApplicationScanQueueURL string // contains filtered or unexported fields }
type SQSConfig ¶
type SQSConfig struct { AWSRegion string SQSEndpoint string // aws AWSGuardDutyQueueURL string AWSAccessAnalyzerQueueURL string AWSAdminCheckerQueueURL string AWSCloudSploitQueueURL string AWSPortscanQueueURL string // google GoogleAssetQueueURL string GoogleCloudSploitQueueURL string GoogleCloudSploitOldQueueURL string GoogleSCCQueueURL string GooglePortscanQueueURL string // code CodeGitleaksQueueURL string CodeDependencyQueueURL string // osint OSINTSubdomainQueueURL string OSINTWebsiteQueueURL string // diagnosis DiagnosisWpscanQueueURL string DiagnosisPortscanQueueURL string DiagnosisApplicationScanQueueURL string }
Click to show internal directories.
Click to hide internal directories.