package
0.13.1
Repository: https://github.com/grafana/scribe.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
EnsureGraphEdges is a test helper function that is used inside the dag tests and outside in other implementations to easily ensure that we are using the dag properly.
EnsureGraphNodes is a test helper function that is used inside the dag tests and outside in other implementations to easily ensure that we are using the dag properly.
New creates a new Graph with nodes that contain data with type T.
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Edge is a connection from one node to another.
Graph is a data structure that stores a list of Nodes (data) and Edges that connect nodes.
Node is a graph node that has an ID and data.

# Type aliases

No description provided by the author