Documentation
¶
Index ¶
Constants ¶
View Source
const DownloadTimeout = 5 * time.Minute
Variables ¶
This section is empty.
Functions ¶
func VerifyHashFromDigest ¶
Types ¶
type ExtractionResult ¶
func StreamExtractAndVerify ¶
func StreamExtractAndVerify(ctx context.Context, dist *models.DistributionInfo, filename, ecosystem string) (*ExtractionResult, error)
type StreamResult ¶
type StreamResult struct {
Body io.ReadCloser
ContentType string
}
func StreamDownload ¶
func StreamDownload(ctx context.Context, url string) (*StreamResult, error)
Click to show internal directories.
Click to hide internal directories.