(args ...string)
| 200 | } |
| 201 | |
| 202 | func (n *Node) RunIPFS(args ...string) *RunResult { |
| 203 | return n.Runner.Run(RunRequest{ |
| 204 | Path: n.IPFSBin, |
| 205 | Args: args, |
| 206 | }) |
| 207 | } |
| 208 | |
| 209 | // Init initializes and configures the IPFS node, after which it is ready to run. |
| 210 | func (n *Node) Init(ipfsArgs ...string) *Node { |