-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
This is a technical follow up of this discussion on Discourse.
The idea is to pick some interesting features from my Go helper (xdgraph) and merge them into the official Go client.
I see two different ways to add similar functionalities to the Go client:
- Embedding the gRPC client into the Go client in a similar way of what has already been done for the NewBatchMutation.
- Keeping it as an external helper that can be used on any gRPC response (pretty much what the lib is already doing).
There are pros and cons on both options. Opinions?
Metadata
Metadata
Assignees
Labels
No labels