Documentation ¶
Overview ¶
Package helpers contains some common helping functions.
Index ¶
Constants ¶
View Source
const ( // Use upload.saveBigFilePart in case the full size of the file is more than 10 MB // and upload.saveFilePart for smaller files BigFileLimit = 10 * 1024 * 1024 // 10 MB // Each part should have a sequence number, file_part, with a value ranging from 0 to 3,999. PartsLimit = 3999 // `part_size % 1024 = 0` (divisible by 1KB) PaddingPartSize = 1024 // `524288 % part_size = 0` (512KB must be evenly divisible by part_size) MaximumPartSize = 524288 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.