updated ClusterNode struct

This commit is contained in:
David Kagan 2023-03-09 15:04:57 -05:00 committed by Travis Turner
parent beac1fa96d
commit c29c4b6706
No known key found for this signature in database
GPG key ID: 3FB5CF5C97A37B30

1
api.go
View file

@ -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