Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( User string = os.Getenv("GRAPH_USERNAME") Password string = os.Getenv("GRAPH_PASSWORD") Host string = os.Getenv("GRAPH_HOST") Bolt string = "bolt" Port int = 7687 )
Connection details from env vars or a .env file
Functions ¶
This section is empty.
Types ¶
type Neo4JDriver ¶
type Neo4JDriver struct {
// contains filtered or unexported fields
}
func (*Neo4JDriver) Connect ¶
func (n *Neo4JDriver) Connect() (err error)
func (*Neo4JDriver) Disconnect ¶
func (n *Neo4JDriver) Disconnect() (err error)
func (*Neo4JDriver) GetSession ¶
func (n *Neo4JDriver) GetSession() neo4j.Session
Click to show internal directories.
Click to hide internal directories.