Versions in this module Expand all Collapse all v1 v1.0.0 Oct 6, 2023 Changes in this version + type Storage interface + CreateObject func(basename string) (io.WriteCloser, error) + Delete func(basename string) error + List func(prefix, delimiter string) ([]string, error) + ReadObjectAt func(basename string, offset int64) (_ io.ReadCloser, totalSize int64, _ error) + Size func(basename string) (int64, error) + func NewInMem() Storage + func WithLogging(wrapped Storage, logf func(fmt string, args ...interface{})) Storage