Documentation
¶
Index ¶
Constants ¶
View Source
const ( ChunkSize = 1024 * 1024 * 4 PathNewUpload = "uploads" PathDownload = "file" )
Variables ¶
View Source
var (
BaseUrl = "http://localhost:8080"
)
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
Transport http.RoundTripper
UploadId string
Chunks []upload.FileChunk
FileInfo os.FileInfo
Filepath string
}
func (*Client) DownloadLink ¶
func (*Client) ReassembleChunks ¶
Click to show internal directories.
Click to hide internal directories.