We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
None of the examples currently work. The error is from the connection line:
client := documentdb.New("connection-url", documentdb.Config{"master-key"})
cannot use "master-key" (type string) as type *documentdb.Key in field value
Shouldn't we be passing a *documentdb.Key instead of string?
*documentdb.Key
The text was updated successfully, but these errors were encountered:
Hey, thanks for reporting this issue.
Yes.
We should update the documentation and the documentdb-example as well.
Sorry, something went wrong.
No branches or pull requests
None of the examples currently work. The error is from the connection line:
cannot use "master-key" (type string) as type *documentdb.Key in field value
Shouldn't we be passing a
*documentdb.Key
instead of string?The text was updated successfully, but these errors were encountered: