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: | */
( T) Attach(*neo4JDriver) ( T) Create(...interface{}) ([]interface{}, error) ( T) Delete(...interface{}) error ( T) Find(interface{}, interface{}) error ( T) GetLeafs(interface{}, interface{}, string) error ( T) Link(interface{}, string, ...interface{}) error ( T) List(interface{}) error
type Option = (func)
Package-Level Functions (total 20, in which 7 are exported)
func WithBasicAuth(username, password string) Option
func WithRealm(realm string) Option
Package-Level Variables (total 2, neither is exported)
Package-Level Constants (total 5, in which 1 are exported)
const GoneoTagName = "goneo"