mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-11 23:31:03 +00:00
updated ClusterNode struct
This commit is contained in:
parent
beac1fa96d
commit
c29c4b6706
1 changed files with 1 additions and 0 deletions
1
api.go
1
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue