package goneo
Import Path
gitlab.com/pcanilho/goneo (on go.dev )
Dependency Relation
imports 6 packages , and imported by 0 packages
Package-Level Type Names (total 6, in which 2 are exported)
/* sort exporteds by: alphabet | popularity */
/* 4 unexporteds ... */ /* 4 unexporteds: */ type neo4JDriver (struct)
Fields (total 7, none are exported )
/* 7 unexporteds ... */ /* 7 unexporteds: */
auth authType
engine neo4j .Driver
password string
realm string
uniqueNodes bool
uri string
username string
Methods (total 8, in which 2 are exported )
(*T) Connect () (err error )
(*T) Disconnect () error
/* 6 unexporteds ... */ /* 6 unexporteds: */
(*T) create (in interface{}) (*neo4j .Record , error )
(*T) delete (in interface{}) error
@TODO - Refactor all this
(*T) find (in interface{}) ([]*neo4j .Record , error )
(*T) getLeafs (rootType interface{}, leafType, linkName string ) ([]*neo4j .Record , error )
(*T) link (a, b interface{}, linkName string ) error
(*T) list (identifier string ) ([]*neo4j .Record , error )
As Outputs Of (at least one exported )
func NewNeo4JDriver (uri string , opts ...Option ) *neo4JDriver
As Inputs Of (at least 2, both are exported )
func NewNeo4JControllerAttached (driver *neo4JDriver ) *neo4jController
func Controller .Attach (*neo4JDriver )
The pages are generated with Golds v0.4.2 . (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu .
PR and bug reports are welcome and can be submitted to the issue list .
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds .