Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IndexBuilder ¶
type IndexBuilder struct {
// contains filtered or unexported fields
}
func NewIndexBuilder ¶
func NewIndexBuilder(nm *nm.Cmd) *IndexBuilder
func (*IndexBuilder) Index ¶
func (p *IndexBuilder) Index(fromDir []string, toDir string, progress func(path string)) error
func (*IndexBuilder) IndexDir ¶
func (p *IndexBuilder) IndexDir(fromDir, toDir string, progress func(path string)) error
func (*IndexBuilder) IndexFile ¶
func (p *IndexBuilder) IndexFile(arFile, outFile string) (err error)
type MatchedFile ¶
type MatchedFile struct { ArFile string Items []*MatchedItem }
MatchedFile represents a matched file
type MatchedItem ¶
type MatchedItem struct { ObjFile string Symbol string Type nm.SymbolType }
MatchedItem represents a matched item
Click to show internal directories.
Click to hide internal directories.