package
0.0.0-20200130095602-cf82ea85f1a5
Repository: https://github.com/andrebq/exp.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewKeyword prepare the string to be used as a valid keyword if a invalid char is found then the returned keyword is marked as invalid and can't be used for processing.

# Structs

No description provided by the author
Edge represent the connection between two nodes.
keyword is a shared identifier that can be used to identify node types, edge types and name properties All keywords should start with ":" to be considered valid.
Node represent the data stored in the graphdb.

# Type aliases

Properties is a collection of keys and values (any valid Go type) that represent the data of a given node.