refactor: Split code between packages
This commit is contained in:
8
internal/models/file_match.go
Normal file
8
internal/models/file_match.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package models
|
||||
|
||||
// FileMatchData contains grep results
|
||||
type FileMatchData struct {
|
||||
Path string
|
||||
LineIndexes []int
|
||||
Lines []string
|
||||
}
|
||||
Reference in New Issue
Block a user