Versions in this module Expand all Collapse all v1 v1.0.2 Nov 7, 2022 v1.0.1 Nov 7, 2022 v1.0.0 Nov 7, 2022 Changes in this version + type Store struct + func New(provider storage.Provider) (*Store, error) + func (s *Store) Get(suffix string) (string, error) + func (s *Store) GetBulk(suffixes []string) ([]string, error) + func (s *Store) PutBulk(suffixes []string, areNew []bool, cid string) error