Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Application ¶
type Application struct {
Board board.Interface `json:"-"`
BoardType board.Type `json:"-"`
Name string `json:"name"`
ResinUUID int `json:"id"`
Commit string `json:"-"` // Ignore this when unmarshalling from the supervisor as we want to set the target commit
TargetCommit string `json:"commit"` // Set json tag to commit as the supervisor has no concept of target commit
Config map[string]interface{} `json:"config"`
}
func (Application) String ¶
func (a Application) String() string
Click to show internal directories.
Click to hide internal directories.