Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DefaultChunkSize sets the size of the chunks to be downloaded using HTTP // requests by bytes range DefaultChunkSize = 1_048_576 // DefaultMaxRetries sets the maximum download attempt for each chunk DefaultMaxRetries = uint(32) // DefaultMaxParallel sets the maximum parallels downloads per server DefaultMaxParallel = 16 // DefaultTimeout sets the timeout for each HTTP request DefaultTimeout = 3 * time.Minute )
View Source
const ( // FederalRevenueUpdatedAt is a file that contains the date the data was // extracted by the Federal Revenue FederalRevenueUpdatedAt = "updated_at.txt" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.