Versions in this module Expand all Collapse all v1 v1.3.0 Jan 29, 2022 v1.2.0 Jan 25, 2022 v1.1.1 Jan 17, 2022 Changes in this version + type Storage struct + func NewStorage() *Storage + func (s *Storage) Read(ctx context.Context, cid cid.Cid) ([]byte, error) + func (s *Storage) Write(ctx context.Context, content []byte, cid cid.Cid) error