Versions in this module Expand all Collapse all v0 v0.2.3 Feb 27, 2015 v0.2.2 Feb 27, 2015 Changes in this version + func GarbageCollect(n *core.IpfsNode, ctx context.Context) error + func GarbageCollectAsync(n *core.IpfsNode, ctx context.Context) (<-chan *KeyRemoved, error) + func Pin(n *core.IpfsNode, paths []string, recursive bool) ([]u.Key, error) + func Unpin(n *core.IpfsNode, paths []string, recursive bool) ([]u.Key, error) + type KeyRemoved struct + Key u.Key