Versions in this module Expand all Collapse all v0 v0.1.0 Feb 10, 2023 Changes in this version + type Headers struct + Key string + Value string + type Report struct + Reports []ReportDef + Score Score + type ReportDef struct + Headers []Headers + Message string + Metadata map[string]any + Method string + Path string + type ReportManager map[string]Report + func New() ReportManager + func (r ReportManager) GetTotalScore() []Score + func (r ReportManager) PushReport(ruleName string, data ReportDef) + func (r ReportManager) SetScore(ruleName string, score Score) + type Score struct + Category string + Value float32