youtput

package
v0.0.0-...-681cd35 Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FileItem

type FileItem struct {
	FileName string
	FileSize int64
	Lines    []FileItemLine
}

type FileItemLine

type FileItemLine struct {
	Line    int64
	Content string
	Hit     bool
}

type Output

type Output struct {
	FilterFileName    string
	FilterFileContent string
}

func NewOutput

func NewOutput(filterFileName, filterFileContent string) *Output

func (*Output) Output

func (o *Output) Output(wg *sync.WaitGroup, fileItemChan chan FileItem)

Jump to

Keyboard shortcuts

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