forked from mirrors/tar-split
tar/storage: comments
This commit is contained in:
parent
b1284905d3
commit
89bd581749
2 changed files with 16 additions and 10 deletions
|
@ -22,6 +22,8 @@ const (
|
|||
SegmentType
|
||||
)
|
||||
|
||||
// Entry is a the structure for packing and unpacking the information read from
|
||||
// the Tar archive.
|
||||
type Entry struct {
|
||||
Type Type `json:"type"`
|
||||
Name string `json:"name",omitempty`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue