runner

package
v0.0.0-...-80c8c53 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FileResult

type FileResult struct {
	Filename string
	*executor.Result
	Err error
}

type FileRunner

type FileRunner interface {
	Run(ctx context.Context, executors []executor.Executor, file string) <-chan *FileResult
}

type FilesToResults

type FilesToResults map[string]OptimizersToResults

type OptimizersToResults

type OptimizersToResults map[string]int

type PathResult

type PathResult struct {
	Path string
	FilesToResults
	Err error
}

type PathRunner

type PathRunner interface {
	Run(ctx context.Context, path string) <-chan *PathResult
}

type PathsToResults

type PathsToResults map[string]FilesToResults

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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