package models // FileMatchData contains grep results type FileMatchData struct { Path string LineIndexes []int Lines []string }