mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
refactor: added tags to power struct
This commit is contained in:
parent
f12a6c6713
commit
cb1d90b840
1 changed files with 3 additions and 3 deletions
|
|
@ -65,9 +65,9 @@ type Links struct {
|
|||
}
|
||||
|
||||
type Power struct {
|
||||
State string
|
||||
Mode string
|
||||
RestorePolicy string
|
||||
State string `json:"state,omitempty"`
|
||||
Mode string `json:"mode,omitempty"`
|
||||
RestorePolicy string `json:"restore_policy"`
|
||||
}
|
||||
|
||||
type InventoryDetail struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue