Versions in this module Expand all Collapse all v0 v0.1.0 Feb 8, 2022 Changes in this version + func NewSearcher() dependency.Searcher + type Result struct + func NewResult(file string, row int, column string) *Result + func (r *Result) GetColumn() string + func (r *Result) GetFile() string + func (r *Result) GetRow() int + func (r *Result) String() string + type Searcher struct + func (s *Searcher) GetResults() []dependency.Result + func (s *Searcher) Search(path, keyword string) ([]dependency.Result, error)