package
0.3.0
Repository: https://github.com/qri-io/dataset.git
Documentation: pkg.go.dev

# Functions

FilterNodeTypes returns a slice of node pointers from a graph that match the provided NodeType's.
Walk visits node and all descendants with a provided visit function.

# Variables

NtAbstDataset is the abstract form of a dataset.
NtAbstStructure is the abstract_structure.json in a dataset.
NtAbstTransform is the abstract_transform.json in a dataset.
NtCommit is the commit.json file in a dataset.
NtData is a dataset's raw data.
NtDataset is a holistic reference to a dataset, aka the base hash of a dataset.
NtMetadata is the dataset.json file in a dataset.
NtNamespace is the namespace of a single qri repository.
NtStructure is the structure.json in a dataset.
NtTransform is the transform.json in a dataset.

# Structs

Link is a typed, directional connection from one node to another.
Node is a typed reference to a path.

# Type aliases

NodeType specifies different types of qri nodes.
TransformResults graphs transform paths to result paths.