Documentation ¶
Index ¶
- func Add(n *core.IpfsNode, r io.Reader) (string, error)
- func AddMetadataTo(n *core.IpfsNode, skey string, m *ft.Metadata) (string, error)
- func AddR(n *core.IpfsNode, root string) (key string, err error)
- func AddWrapped(n *core.IpfsNode, r io.Reader, filename string) (string, *merkledag.Node, error)
- func Cat(ctx context.Context, n *core.IpfsNode, pstr string) (*uio.DagReader, error)
- func Metadata(n *core.IpfsNode, skey string) (*ft.Metadata, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Add ¶
Add builds a merkledag from the a reader, pinning all objects to the local datastore. Returns a key representing the root node.
func AddMetadataTo ¶
func AddWrapped ¶
AddWrapped adds data from a reader, and wraps it with a directory object to preserve the filename. Returns the path of the added file ("<dir hash>/filename"), the DAG node of the directory, and and error if any.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.