neo4j

package
v0.0.0-...-4827418 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 16, 2020 License: MIT Imports: 2 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL