Documentation ¶
Overview ¶
Package local implements CompilationAnalyzer utilities for local analyses.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileQueue ¶ added in v0.0.27
type FileQueue struct {
// contains filtered or unexported fields
}
A FileQueue is a driver.Queue reading each compilation from a sequence of .kzip and .kindex files. On each call to the driver.CompilationFunc, the FileQueue's analysis.Fetcher interface exposes the current file's contents.
func NewFileQueue ¶ added in v0.0.27
NewFileQueue returns a new FileQueue over the given paths to .kzip or .kindex files.
Click to show internal directories.
Click to hide internal directories.