multithread
This commit is contained in:
12
structs.go
12
structs.go
@@ -61,11 +61,13 @@ type Manifest struct {
|
||||
Size int `json:"size"`
|
||||
Offsets []int `json:"offsets"`
|
||||
} `json:"remainder"`
|
||||
Fragments []struct {
|
||||
Sha512 string `json:"sha512"`
|
||||
Size int `json:"size"`
|
||||
Offsets []int `json:"offsets"`
|
||||
} `json:"fragments"`
|
||||
Fragments []Fragment `json:"fragments"`
|
||||
}
|
||||
|
||||
type Fragment struct {
|
||||
Sha512 string `json:"sha512"`
|
||||
Size int `json:"size"`
|
||||
Offsets []int `json:"offsets"`
|
||||
}
|
||||
|
||||
type RDBHeader struct {
|
||||
|
||||
Reference in New Issue
Block a user