We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6590ab1 commit e4b6e09Copy full SHA for e4b6e09
MIGRATION_GUIDE.md
@@ -367,6 +367,14 @@ are all internal to the driver.
367
This should have 0 impact as they were internal utilities unreachable from
368
the public APIs.
369
370
+### Private functions in interfaces
371
+
372
+Both `neo4j.SessionWithContext` and `neo4j.ResultWithContext` define unexported functions.
373
+These are needed to avoid duplication between the `context.Context`-aware interface and their legacy, pre v5, variants.
374
+This may, however, cause issues with mocking libraries based on code generation.
375
376
+It is possible to mock these interfaces, as explained [here](https://groups.google.com/g/golang-nuts/c/6hpUErAfMHI).
377
378
### Behavior changes
379
380
#### `ResultSummary#ContainUpdates`
0 commit comments