Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
DeploymentUUID string `json:"deployment_uuid"`
HostUUID string `json:"host_uuid"`
TaskUUID string `json:"task_uuid"`
PatchType string `json:"patch_type"`
PkgsToUpgrade string `json:"pkgs_to_upgrade"`
PkgsToExclude string `json:"pkgs_to_exclude"`
PrePatchScript string `json:"pre_patch_script"`
PatchScript string `json:"patch_script"`
PostPatchScript string `json:"post_patch_script"`
PostPatchRebootOption string `json:"post_patch_reboot_option"`
}
Command struct
func (*Command) ConvertToJSON ¶
ConvertToJSON convert object to json
func (*Command) LoadFromJSON ¶
LoadFromJSON update object from json
Click to show internal directories.
Click to hide internal directories.