Versions in this module Expand all Collapse all v0 v0.0.2 Apr 11, 2022 Changes in this version + type Config struct + Address string + HTTPPort int + HTTPSPort int + MaxTransactionRetryTime time.Duration + Password string + User string + type Driver struct + func (d *Driver) RunCypherInSession(cypher string) RunCypherResult + type Neo4j struct + func (*Neo4j) XDriver(ctxPtr *context.Context, cfg Config) interface{} + type RunCypherResult struct + Error error + Result neo4j.Result