constants

package
v0.0.0-...-1c8973f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 20, 2019 License: MIT Imports: 0 Imported by: 2

Documentation

Index

Constants

View Source
const (
	SERIAL     = "SERIAL"
	CONCURRENT = "CONCURRENT"
)

types of download requests

View Source
const DOWNLOAD_PATH = "/tmp/"

root location to download files

View Source
const MAX_WORKERS_PER_DOWNLOAD = 10

max no of goroutines spawned per download request

Variables

This section is empty.

Functions

This section is empty.

Types

type Status

type Status string
const (
	QUEUED     Status = "QUEUED"
	FAILED     Status = "FAILED"
	SUCCESSFUL Status = "SUCCESSFUL"
)

download states

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL