Documentation
¶
Index ¶
- Variables
- func Add(n *core.IpfsNode, args []string, opts map[string]interface{}, out io.Writer) error
- func AddPath(n *core.IpfsNode, fpath string, depth int) (*dag.Node, error)
- func Cat(n *core.IpfsNode, args []string, opts map[string]interface{}, out io.Writer) error
- func Ls(n *core.IpfsNode, args []string, opts map[string]interface{}, out io.Writer) error
- func Pin(n *core.IpfsNode, args []string, opts map[string]interface{}, out io.Writer) error
- func Refs(n *core.IpfsNode, args []string, opts map[string]interface{}, out io.Writer) error
- type CmdFunc
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrDepthLimitExceeded = fmt.Errorf("depth limit exceeded")
Error indicating the max depth has been exceded.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.