Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrAlreadyUpToDate = errors.New("already up to date")
Functions ¶
Types ¶
type CheckResult ¶
type HelperManifest ¶
type HelperManifest struct {
ParentPID int `json:"parent_pid"`
SourceBinary string `json:"source_binary"`
TargetPaths []string `json:"target_paths"`
RestartPath string `json:"restart_path"`
RestartArgs []string `json:"restart_args"`
WorkingDir string `json:"working_dir"`
ExpectedVersion string `json:"expected_version"`
}
type PreparedUpdate ¶
Click to show internal directories.
Click to hide internal directories.