Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteArgs ¶
func ListResult ¶
Types ¶
type Node ¶
type Node struct {
ID int64
Label *string
Properties []redisstack.StringAnyPair
}
type Relationship ¶
type Relationship struct {
ID int64
Type string
SrcNodeID int64
DestNodeID int64
Properties []redisstack.StringAnyPair
}
func ParseRelationship ¶
func ParseRelationship(val any) (*Relationship, error)
Click to show internal directories.
Click to hide internal directories.