Documentation ¶
Index ¶
Constants ¶
View Source
const (
// PriorityScore
MaxScore = 10.0
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SqsHandler ¶
type SqsHandler struct {
// contains filtered or unexported fields
}
func NewSqsHandler ¶
func NewSqsHandler( wc *WpscanConfig, fc finding.FindingServiceClient, ac alert.AlertServiceClient, dc diagnosis.DiagnosisServiceClient, l logging.Logger, ) *SqsHandler
func (*SqsHandler) CallAnalyzeAlert ¶
func (s *SqsHandler) CallAnalyzeAlert(ctx context.Context, projectID uint32) error
func (*SqsHandler) HandleMessage ¶
type WpscanConfig ¶
type WpscanConfig struct { ResultPath string // contains filtered or unexported fields }
func NewWpscanConfig ¶
func NewWpscanConfig( resultPath string, l logging.Logger, ) *WpscanConfig
Click to show internal directories.
Click to hide internal directories.