package
0.0.0-20211130232802-bd9b0526fedf
Repository: https://github.com/pkopriv2/golang-sdk.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
Returns a new graph builder.
Simple rename.
No description provided by the author
No description provided by the author
# Structs
A builder is responsible for safely building new graph instances.
A cycle error contains all the vertices that were discovered to be involved in a cycle within a directed graph.
A directed edge.
A graph is an implementation of of a directed acyclic graph.
An invalid edge error is produced when an edge references a non-existent vertex or is self-referencing.
The result of visiting a vertex.
A snapshot contains the state of a traverser.
Traverse options are used to control behavior of the visitor logic.
No description provided by the author
A vertex is a node within a directed graph.
# Type aliases
A simple set-like collection of edges.
A traverse function is applied to vertices as they are visited.
A simple set-like collection of vertices.