Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Grep ¶
func (*Grep) FindFiles ¶
func (g *Grep) FindFiles(ctx context.Context, expand HitExpansion) (*MatchSummary, error)
type HitExpansion ¶
type MatchSummary ¶
func (*MatchSummary) Pretty ¶
func (summary *MatchSummary) Pretty() string
type RegexpMatcher ¶
func (RegexpMatcher) Match ¶
func (r RegexpMatcher) Match(data []byte) [][]byte
Click to show internal directories.
Click to hide internal directories.