excel

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 8, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewSearcher

func NewSearcher() dependency.Searcher

Types

type Result

type Result struct {
	// contains filtered or unexported fields
}

func NewResult

func NewResult(file string, row int, column string) *Result

func (*Result) GetColumn

func (r *Result) GetColumn() string

GetColumn returns the column

func (*Result) GetFile

func (r *Result) GetFile() string

GetFile returns the file

func (*Result) GetRow

func (r *Result) GetRow() int

GetRow returns the row

func (*Result) String

func (r *Result) String() string

String returns the string value of the result

type Searcher

type Searcher struct {
	// contains filtered or unexported fields
}

func (*Searcher) GetResults

func (s *Searcher) GetResults() []dependency.Result

GetResults returns the results

func (*Searcher) Search

func (s *Searcher) Search(path, keyword string) ([]dependency.Result, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL