github.com/josephvusich/fdf@v0.0.0-20230522095411-9326dd32e33f/report/report.go (about) 1 package report 2 3 type Report struct { 4 ContentMatches [][]string `json:"content_matches"` 5 NameMatches [][]string `json:"name_matches"` 6 }