Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudsploitConfig ¶
type CloudsploitConfig struct {
ResultDir string
ConfigDir string
CloudsploitDir string
AWSRegion string
ConfigPath string
MaxMemSizeMB int
// contains filtered or unexported fields
}
func NewCloudsploitConfig ¶
type SqsHandler ¶
type SqsHandler struct {
// contains filtered or unexported fields
}
func NewSqsHandler ¶
func NewSqsHandler( fc finding.FindingServiceClient, ac alert.AlertServiceClient, awsc awsClient.AWSServiceClient, csConfig *CloudsploitConfig, l logging.Logger, ) *SqsHandler
func (*SqsHandler) CallAnalyzeAlert ¶
func (s *SqsHandler) CallAnalyzeAlert(ctx context.Context, projectID uint32) error
func (*SqsHandler) HandleMessage ¶
Click to show internal directories.
Click to hide internal directories.