From 64a9d0dadd5e5b008d6fdfb7b8ffa85b0e0cdf24 Mon Sep 17 00:00:00 2001 From: rriski Date: Wed, 16 Oct 2024 11:21:11 +0000 Subject: [PATCH] fix: remove `Powered` field from from `Service` type (#365) (#367) --- service.go | 1 - 1 file changed, 1 deletion(-) diff --git a/service.go b/service.go index c602c51..7f570ba 100644 --- a/service.go +++ b/service.go @@ -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"`