Documentation
¶
Index ¶
Constants ¶
View Source
const (
VersionLatest = "latest"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Properties ¶
type UrlInstaller ¶ added in v0.8.0
type UrlInstaller struct {
// contains filtered or unexported fields
}
func NewUrlInstaller ¶
func NewUrlInstaller(fs afero.Fs, dtc dtclient.Client, props *Properties) *UrlInstaller
func (UrlInstaller) InstallAgent ¶ added in v0.8.0
func (installer UrlInstaller) InstallAgent(targetDir string) (bool, error)
func (UrlInstaller) UpdateProcessModuleConfig ¶ added in v0.8.0
func (installer UrlInstaller) UpdateProcessModuleConfig(targetDir string, processModuleConfig *dtclient.ProcessModuleConfig) error
Click to show internal directories.
Click to hide internal directories.