Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't get clusterName #90

Open
MarsBighead opened this issue Mar 31, 2019 · 0 comments
Open

Can't get clusterName #90

MarsBighead opened this issue Mar 31, 2019 · 0 comments

Comments

@MarsBighead
Copy link

The default Pool data structure can not match the Couchbase RESTful API pool/default. Pool struct can not only cover 3 fields while the API(Version: EE6.0.0) has more.

// A Pool of nodes and buckets.
type Pool struct {
	BucketMap map[string]*Bucket
	Nodes     []Node

	BucketURL map[string]string `json:"buckets"`

	client Client
}

I think ClusterName is an important field for cluster overview, and the structure can match the API better if the other fields in the API have been added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant