package
Version:
v0.0.0-...-8104a2c
Opens a new window with list of versions in this module.
Published: Feb 27, 2015
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Chunk struct {
Hash string `msgpack:"hash"`
Size int64 `msgpack:"size"`
Index int `msgpack:"index"`
}
type ClientConfiguration struct {
Chunks struct {
Size int64
}
Tracker struct {
Address string
}
}
type File struct {
Size int64 `msgpack:"size"`
Name string `msgpack:"name"`
Algorithm string `msgpack:"algorithm"`
Chunks []Chunk `msgpack:"chunks"`
Tar bool `msgpack:"tar"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.