Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OperationScan ¶ added in v0.4.6
type OperationScan struct {
Operation *request.Operation
Handler ScanHandler
}
type Scan ¶
type Scan struct {
Operations request.Operations
Reporter *report.Reporter
OperationsScans []OperationScan
}
func (*Scan) AddOperationScanHandler ¶ added in v0.4.0
func (s *Scan) AddOperationScanHandler(handler ScanHandler) *Scan
func (*Scan) AddScanHandler ¶ added in v0.3.0
func (s *Scan) AddScanHandler(handler ScanHandler) *Scan
func (*Scan) GetOperationsScans ¶ added in v0.4.6
func (s *Scan) GetOperationsScans() []OperationScan
type ScanHandler ¶
type ScanHandler func(operation *request.Operation, ss auth.SecurityScheme) (*report.ScanReport, error)
Click to show internal directories.
Click to hide internal directories.