types

package
v1.8.3 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Date

type Date time.Time

type Duration

type Duration struct {
	Months  int64
	Days    int64
	Seconds int64
	Nanos   int
}

type LocalDateTime

type LocalDateTime time.Time

type LocalTime

type LocalTime time.Time // Time since start of day in local timezone

type Node

type Node struct {
	Id     int64
	Labels []string
	Props  map[string]interface{}
}

type Path

type Path struct {
	Nodes    []*Node
	RelNodes []*RelNode
	Indexes  []int
}

type Point2D

type Point2D struct {
	X            float64
	Y            float64
	SpatialRefId uint32
}

type Point3D

type Point3D struct {
	X            float64
	Y            float64
	Z            float64
	SpatialRefId uint32
}

type RelNode

type RelNode struct {
	Id    int64
	Type  string
	Props map[string]interface{}
}

type Relationship

type Relationship struct {
	Id      int64
	StartId int64
	EndId   int64
	Type    string
	Props   map[string]interface{}
}

type Time

type Time time.Time // Time since start of day with timezone information

Jump to

Keyboard shortcuts

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