Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileSet ¶
type FileSet struct {
// contains filtered or unexported fields
}
func ParseFiles ¶
We're not actually parsing anything
type Verifier ¶
type Verifier struct {
// Query parameter that contains the SHA512 integrity value. Defaults to
// "sha".
Param string
// If an integrity value is provided and it doesn't match the file, return
// a 404 using this handler. Defaults to http.NotFoundHandler
NotFound http.Handler
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.