-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
Description
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?