Versions in this module Expand all Collapse all v1 v1.1.0 Jan 13, 2022 v1.0.2 Jan 10, 2022 Changes in this version + func NewShell(config Config) *shell.Shell + type Config struct + IPFSDaemonHost string + IPFSDaemonPort string + type Storage struct + func NewStorage(sh *shell.Shell) *Storage + func (s *Storage) Read(ctx context.Context, cid cid.Cid) (storage.ProtoUnmarshallable, error) + func (s *Storage) Write(ctx context.Context, message proto.Message) (cid.Cid, error)