Documentation
¶
Overview ¶
Package dl implements a simple downloads frontend server.
It accepts HTTP POST requests to create a new download metadata entity, and lists entities with sorting and filtering. It is designed to run only on the instance of godoc that serves golang.org.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterHandlers ¶
Types ¶
type Feature ¶
type Feature struct { // The File field will be filled in by the first stable File // whose name matches the given fileRE. File Platform string // "Microsoft Windows", "Mac OS X", "Linux" Requirements string // "Windows XP and above, 64-bit Intel Processor" // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.