neoutil

package module
v0.0.0-...-13d3d1a Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2016 License: MIT Imports: 9 Imported by: 2

README

#up-neoutil-go

golang neo4j utilities

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EnsureAllIndexes

func EnsureAllIndexes(db *neoism.Database, engs map[string]NeoEngine)

func RunServer

func RunServer(engs map[string]NeoEngine, port int)

Types

type NeoEngine

type NeoEngine interface {
	Write(obj interface{}) error
	Delete(identity string) (deleted bool, err error)
	SuggestedIndexes() map[string]string
	DecodeJSON(*json.Decoder) (obj interface{}, identity string, err error)
	Read(identity string) (obj interface{}, found bool, err error)
}

Jump to

Keyboard shortcuts

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