-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Most of the changed files contain simple style, formatting, and naming cleanup. Functional changes are mainly related to aligning this client to the dgo client and are concentrated in these classes/interfaces: * DgraphCloudChannel: The static Create method implements the dgo DialCloud logic * DgraphClient: Users will interact with IDgraphClient interface instead of the DgraphClient class directly * Transaction: Added a Do method similar to the dgo implementation. * ITransaction: users will interact with this interface instead of the Transaction` class directly * IQuery: Represents a read-only transaction. * Transaction class is hidden behind this interface when creating it with client.NewReadOnlyTransaction * RequestBuilder & MutationBuilder README.md is also heavily rewritten to match the dgo readme as closely as possible.
- Loading branch information
Showing
22 changed files
with
747 additions
and
1,578 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.