Skip to content

Commit

Permalink
fix: remove Powered field from from Service type (#365) (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
rriski authored Oct 16, 2024
1 parent 8a88c60 commit 64a9d0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion service.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ type (
MaintenanceWindow MaintenanceWindow `json:"maintenance"`
Integrations []*ServiceIntegration `json:"service_integrations"`
Components []*ServiceComponents `json:"components"`
Powered bool `json:"powered"`
NodeStates []*NodeState `json:"node_states"`
DiskSpaceMB int `json:"disk_space_mb"`
Features ServiceFeatures `json:"features"`
Expand Down

0 comments on commit 64a9d0d

Please sign in to comment.