package
0.0.0-20240702075708-0be5f3d058c4
Repository: https://github.com/milosgajdos/orbnet.git
Documentation: pkg.go.dev
# Functions
EdgeDeepCopy makes a deep copy of Edge and returns it.
GraphDeepCopy return s deep copy of a memory graph.
NewEdge creates a new edge and returns it.
NewGraph creates a new graph and returns it.
NewNode creates a new Node and returns it.
NodeDeepCopy makes a deep copy of Node and returns it.
WithAttrs sets Attrs option,.
WithDotID sets DotID option.
WithLabel sets Label option.
WithStyle sets Style option.
WithType sets Type option.
WithUID sets UID option.
WithWeight sets Weight option.
# Constants
DefaultLabel is memory graph default label.
DefaultType is default graph type.
DefaultWeight is default edge weight.
# Type aliases
Option is functional graph option.