Versions in this module Expand all Collapse all v5 v5.28.3 May 28, 2025 v5.28.2 May 28, 2025 v5.28.1 May 28, 2025 Changes in this version + type Date time.Time + func (t Date) String() string + func (t Date) Time() time.Time + type Duration struct + Days int64 + Months int64 + Nanos int + Seconds int64 + func (d Duration) String() string + func (d1 Duration) Equal(d2 Duration) bool + type Entity interface + GetElementId func() string + GetId func() int64 + GetProperties func() map[string]any + type InvalidValue struct + Err error + Message string + func (i *InvalidValue) String() string + type LocalDateTime time.Time + func (t LocalDateTime) String() string + func (t LocalDateTime) Time() time.Time + type LocalTime time.Time + func (t LocalTime) String() string + func (t LocalTime) Time() time.Time + type Node struct + ElementId string + Id int64 + Labels []string + Props map[string]any + func (n Node) GetElementId() string + func (n Node) GetId() int64 + func (n Node) GetProperties() map[string]any + type Path struct + Nodes []Node + Relationships []Relationship + type Point2D struct + SpatialRefId uint32 + X float64 + Y float64 + func (p Point2D) String() string + type Point3D struct + SpatialRefId uint32 + X float64 + Y float64 + Z float64 + func (p Point3D) String() string + type Relationship struct + ElementId string + EndElementId string + EndId int64 + Id int64 + Props map[string]any + StartElementId string + StartId int64 + Type string + func (r Relationship) GetElementId() string + func (r Relationship) GetId() int64 + func (r Relationship) GetProperties() map[string]any + type Time time.Time + func (t Time) String() string + func (t Time) Time() time.Time