Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Part ¶ added in v0.0.2
type Part struct { // 分片编号 Number int32 `json:"number,omitempty"` // 头 Header http.Header `json:"header,omitempty"` // 文件大小 Size gox.Size `json:"size,omitempty"` }
Part 分片
Click to show internal directories.
Click to hide internal directories.