Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigFinder ¶
type ConfigReader ¶ added in v2.16.3
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func New ¶
func New(param *config.Param, fs afero.Fs, rt *runtime.Runtime, configFinder ConfigFinder, configReader ConfigReader, registryInstaller RegistryInstaller, fuzzyFinder FuzzyFinder, whichController WhichController) *Controller
type FuzzyFinder ¶ added in v2.12.0
type FuzzyFinder interface {
FindMulti(pkgs []*fuzzyfinder.Item, hasPreview bool) ([]int, error)
}
type RegistryInstaller ¶ added in v2.16.3
Click to show internal directories.
Click to hide internal directories.