Documentation
¶
Index ¶
- Variables
- func CalculateChecksum(file string) (string, error)
- type Loader
- func (l *Loader) DownloadPlugins(agentPlugins map[string]string, managerHost, pluginDir, tmpDir string) ([]string, error)
- func (l *Loader) Kill(name string)
- func (l *Loader) KillAll()
- func (l *Loader) Load(pluginDir string)
- func (l *Loader) Update(pluginDir, tmpDir string, upToDate []string) ([]types.PluginChanges, bool, error)
- type PluginInfo
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func CalculateChecksum ¶
Types ¶
type Loader ¶
type Loader struct {
// contains filtered or unexported fields
}
type PluginInfo ¶
type PluginInfo struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.