model

package
v0.5.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 14, 2024 License: MIT Imports: 1 Imported by: 0

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

func (c *Command) ConvertToJSON() (string, error)

ConvertToJSON convert object to json

func (*Command) LoadFromJSON

func (c *Command) LoadFromJSON(data []byte) error

LoadFromJSON update object from json

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL