mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 11:37:01 -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 {
|
type Power struct {
|
||||||
State string
|
State string `json:"state,omitempty"`
|
||||||
Mode string
|
Mode string `json:"mode,omitempty"`
|
||||||
RestorePolicy string
|
RestorePolicy string `json:"restore_policy"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type InventoryDetail struct {
|
type InventoryDetail struct {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue