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 type Storage + func NewStorage() *Storage v1.0.1 Dec 11, 2021 v1.0.0 Nov 26, 2021 Changes in this version + type Storage map[cid.Cid][]byte + 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