mirror of
https://github.com/vbatts/go-mtree.git
synced 2025-07-27 00:30:27 +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:
parent
aeab898c2e
commit
9527941501
1 changed files with 1 additions and 1 deletions
2
tar.go
2
tar.go
|
@ -12,7 +12,7 @@ import (
|
||||||
"github.com/vbatts/go-mtree/pkg/govis"
|
"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 {
|
type Streamer interface {
|
||||||
io.ReadCloser
|
io.ReadCloser
|
||||||
Hierarchy() (*DirectoryHierarchy, error)
|
Hierarchy() (*DirectoryHierarchy, error)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue