Versions in this module Expand all Collapse all v0 v0.1.1 Dec 1, 2022 Changes in this version + type FS interface + NewWriter func(ctx context.Context, name string, metadata map[string]string) (Writer, error) + type MemFS struct + func NewMemFS() *MemFS + func (fs *MemFS) Files() []string + func (fs *MemFS) NewWriter(_ context.Context, name string, metadata map[string]string) (Writer, error) + type Writer interface + CloseWithError func(error) error