From c29c4b6706d5bf503e0c479792b5315860a83d4e Mon Sep 17 00:00:00 2001 From: David Kagan Date: Thu, 9 Mar 2023 15:04:57 -0500 Subject: [PATCH] updated ClusterNode struct --- api.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api.go b/api.go index ccc984558..74dd32532 100644 --- a/api.go +++ b/api.go @@ -3377,6 +3377,7 @@ func (n *NopSchemaAPI) DeleteField(ctx context.Context, tname dax.TableName, fna type ClusterNode struct { ID string + Type string State string URI string GRPCURI string