package
Version:
v0.26.0
Opens a new window with list of versions in this module.
Published: Feb 24, 2020
License: BSD-3-Clause
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Dir struct {
Name string `xml:"Name,attr"`
Incomplete int `xml:"Incomplete,attr"`
Dirs []Dir `xml:"Directory"`
Files []File `xml:"File"`
}
type File struct {
Name string `xml:"Name,attr"`
Size int64 `xml:"Size,attr"`
TTH tiger.Hash `xml:"TTH,attr"`
}
type FileList struct {
Version int `xml:"Version,attr"`
CID types.CID `xml:"CID,attr"`
Base string `xml:"Base,attr"`
Generator string `xml:"Generator,attr"`
Dirs []Dir `xml:"Directory"`
Files []File `xml:"File"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.