package
0.29.0
Repository: https://github.com/ipfs/kubo.git
Documentation: pkg.go.dev

# Variables

DagCmd provides a subset of commands for interacting with ipld dag objects.
DagExportCmd is a command for exporting an ipfs dag to a car.
DagGetCmd is a command for getting a dag node from IPFS.
DagImportCmd is a command for importing a car to ipfs.
DagPutCmd is a command for adding a dag node.
DagResolveCmd returns address of highest block within a path and a path remainder.
DagStatCmd is a command for getting size information about an ipfs-stored dag.

# Structs

CarImportOutput is the output type of the 'dag import' commands.
No description provided by the author
DagStat is a dag stat command response.
No description provided by the author
OutputObject is the output type of 'dag put' command.
ResolveOutput is the output type of 'dag resolve' command.
RootMeta is the metadata for a root pinning response.