ent/doc: crud api

Reviewed By: alexsn

Differential Revision: D17094376

fbshipit-source-id: 9b1da24b99bb3ff15382b3a17516904decbca322
This commit is contained in:
Ariel Mashraki
2019-08-28 11:21:45 -07:00
committed by Facebook Github Bot
parent a6bf47b384
commit 52b268c05c
49 changed files with 266 additions and 156 deletions

View File

@@ -24,7 +24,7 @@ func NewDriver(c *Client) *Driver {
}
// Dialect implements the dialect.Dialect method.
func (Driver) Dialect() string { return dialect.Neptune }
func (Driver) Dialect() string { return dialect.Gremlin }
// Exec implements the dialect.Exec method.
func (c *Driver) Exec(ctx context.Context, query string, args, v interface{}) error {