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

Adding WithConfigured #64

Merged
merged 2 commits into from
Nov 27, 2017
Merged

Adding WithConfigured #64

merged 2 commits into from
Nov 27, 2017

Conversation

ewoutp
Copy link
Contributor

@ewoutp ewoutp commented Nov 14, 2017

This enable making the distinction between effective & configured database/collection access.

Note. This PR extends #62

@@ -86,6 +86,8 @@ type CreateCollectionOptions struct {
IndexBuckets int `json:"indexBuckets,omitempty"`
// Specifies how keys in the collection are created.
KeyOptions *CollectionKeyOptions `json:"keyOptions,omitempty"`
// This field is used for internal purposes only. DO NOT USE.
DistributeShardsLike string `json:"distributeShardsLike,omitempty"`
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't seem to belong into this PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See note in summary: "Note. This PR extends #62"

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK LGTM

@ewoutp ewoutp mentioned this pull request Nov 15, 2017
2 tasks
@ewoutp ewoutp merged commit 4cce2b7 into master Nov 27, 2017
@ewoutp ewoutp deleted the configured-grants branch November 27, 2017 09:45
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

Successfully merging this pull request may close these issues.

2 participants