1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2025-07-26 00:00:29 +00:00

tar.go: [comment] the Streamer interface is for more than tar

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2023-11-05 11:50:44 -05:00
parent aeab898c2e
commit 9527941501
Signed by: vbatts
GPG key ID: E30EFAA812C6E5ED

2
tar.go
View file

@ -12,7 +12,7 @@ import (
"github.com/vbatts/go-mtree/pkg/govis"
)
// Streamer creates a file hierarchy out of a tar stream
// Streamer interface creates a file hierarchy out of a stream
type Streamer interface {
io.ReadCloser
Hierarchy() (*DirectoryHierarchy, error)