dependency

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: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Result

type Result interface {
	// GetFile returns the file
	GetFile() string
	// GetRow returns the row
	GetRow() int
	// GetColumn returns the column
	GetColumn() string
	// String returns the string value of the result
	String() string
}

type Searcher

type Searcher interface {
	Search(path, keyword string) ([]Result, error)
}

Jump to

Keyboard shortcuts

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