cypher

package
v0.0.0-...-808094b Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Parse

func Parse(record *neo4j.Record, alias string, target interface{}) error

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. models.Movie) Target object should a "neo4j" tab (e.g. `neo4j:"title"`)

func ParseStruct

func ParseStruct(record *neo4j.Record, alias string, target interface{}) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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