graph

package
v0.0.0-...-aea5cd1 Latest Latest
Warning

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

Go to latest
Published: May 19, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeleteArgs

func DeleteArgs(key string) []any

func ListResult

func ListResult(val any) ([]string, error)

func QueryArgs

func QueryArgs(key string, query string) []any

Types

type Node

type Node struct {
	ID         int64
	Label      *string
	Properties []redisstack.StringAnyPair
}

func ParseNode

func ParseNode(val any) (*Node, error)

type Relationship

type Relationship struct {
	ID         int64
	Type       string
	SrcNodeID  int64
	DestNodeID int64
	Properties []redisstack.StringAnyPair
}

func ParseRelationship

func ParseRelationship(val any) (*Relationship, error)

type ResultSet

type ResultSet struct {
	Header []string
	Rows   [][]any
}

func QueryResult

func QueryResult(val any) (*ResultSet, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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