-
Type: Improvement
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
Currently there is only one implementation of the Session interface in the Go Driver, the sessionImpl struct. This is confusing to users since we export the Session interface but seal it from external use. Following best practices, we should investigating converting the session interface to a struct.
- is depended on by
-
GODRIVER-2499 Use a nested struct for default transaction options
- Closed