MCPcopy Create free account
hub / github.com/MengMengCode/GetRealityDomain / ResultProcessor

Struct ResultProcessor

output.go:95–104  ·  view source on GitHub ↗

ResultProcessor 结果处理器

Source from the content-addressed store, hash-verified

93
94// ResultProcessor 结果处理器
95type ResultProcessor struct {
96 csvWriter *CSVWriter
97 totalCount int
98 feasibleCount int
99 errorCount int
100 startTime time.Time
101 totalTargets int // 总目标数
102 lastUpdate time.Time
103 successResults []ScanResult // 存储成功的结果
104}
105
106// NewResultProcessor 创建新的结果处理器
107func NewResultProcessor(outputFile string) (*ResultProcessor, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected