Versions in this module Expand all Collapse all v0 v0.0.1 Mar 20, 2024 Changes in this version + func NewStorage(index uint64, dataSourceName string) (storage.Storage, error) + type Storage struct + func (s *Storage) Close() error + func (s *Storage) Decode(ctx context.Context, index string) (origin string, err error) + func (s *Storage) Encode(ctx context.Context, origin string) (index string, err error)