Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Device ¶
type Device struct {
Log *logrus.Logger `json:"-"`
Board board.Interface `json:"-"`
Name string `json:"name"`
BoardType board.Type `json:"boardType"`
LocalUUID string `json:"localUUID"`
ResinUUID string `json:"resinUUID"`
ApplicationUUID int `json:"applicationUUID"`
ApplicationName string `json:"applicationName"`
Commit string `json:"commit"`
TargetCommit string `json:"targetCommit"`
Status status.Status `json:"status"`
Progress float32 `json:"progress"`
Config map[string]interface{} `json:"config"`
TargetConfig map[string]interface{} `json:"targetConfig"`
Environment map[string]interface{} `json:"environment"`
TargetEnvironment map[string]interface{} `json:"targetEnvironment"`
RestartFlag bool `json:"restartFlag"`
DeleteFlag bool `json:"deleteFlag"`
// contains filtered or unexported fields
}
func Unmarshall ¶ added in v0.1.3
Click to show internal directories.
Click to hide internal directories.