Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Shell ¶
type Shell interface { Add(r io.Reader) (string, error) AddLink(target string) (string, error) Cat(ipfspath string) (io.ReadCloser, error) Get(ipfspath, outdir string) error ResolvePath(ipath string) (string, error) List(ipath string) ([]*sh.LsLink, error) NewObject(template string) (string, error) PatchLink(root, npath, childhash string, create bool) (string, error) Patch(root, action string, args ...string) (string, error) }
func NewApiShell ¶
func NewEmbeddedShell ¶
Click to show internal directories.
Click to hide internal directories.