Versions in this module Expand all Collapse all v0 v0.0.2 Jul 6, 2023 Changes in this version + var ErrInvalidIndex = errors.New("file index reference is invalid") + var ErrInvalidInput = errors.New("could not create a new reader with nil input") + type Reader interface + ContentFile func(index int) ([]byte, error) + Create func(filepath string) error + InfoFile func(index int) (fs.FileInfo, error) + NFiles func() int + WriteFile func(index int, filepath string) error + func NewReader(input io.ReadCloser) (Reader, error)