package models import "regexp" // GrepConfigInternal defines valid grep configuration after parameters parsing type GrepConfigInternal struct { PathPattern *regexp.Regexp TextPattern *regexp.Regexp }