From 9dd59cf12c08824bde465a30a1638579b0d1f041 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 28 Nov 2023 15:22:23 +0100 Subject: [PATCH] patch broken generated code --- model_get_health_200_response.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/model_get_health_200_response.go b/model_get_health_200_response.go index 6d26344..3a2032e 100644 --- a/model_get_health_200_response.go +++ b/model_get_health_200_response.go @@ -124,7 +124,7 @@ func (o *GetHealth200Response) SetConnectedNodes(v int64) { } // GetStorageNodes returns the StorageNodes field value -func (o *GetHealth200Response) GetStorageNodes() int64 { +func (o *GetHealth200Response) GetStorageNodesAll() int64 { if o == nil { var ret int64 return ret @@ -135,7 +135,7 @@ func (o *GetHealth200Response) GetStorageNodes() int64 { // GetStorageNodesOk returns a tuple with the StorageNodes field value // and a boolean to check if the value has been set. -func (o *GetHealth200Response) GetStorageNodesOk() (*int64, bool) { +func (o *GetHealth200Response) GetStorageNodesAllOk() (*int64, bool) { if o == nil { return nil, false }