Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Parse ¶
Parse parses a cypher query result record and store the result in target interface
- record: neo4j result record
- alias: the alias used in cypher query (e.g. m.title)
- target: target interface (e.g. movie.Entity) Target object should a "neo4j" tab (e.g. `neo4j:"title"`)
func ParseStruct ¶
ParseStruct parses a cypher query result record and store the result in target interface
- record: neo4j result record
- alias: the alias used in cypher query (e.g. m.title)
- target: target interface (e.g. movie.Entity) Target object should a "neo4j" tab (e.g. `neo4j:"title"`)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.