Documentation
¶
Index ¶
- func Compare(client registry.Client) http.HandlerFunc
- func DownloadDir(client registry.Client) http.HandlerFunc
- func DownloadFile(client registry.Client) http.HandlerFunc
- func ReadDir(client registry.Client) http.HandlerFunc
- func ReadFile(client registry.Client) http.HandlerFunc
- func Versions(client registry.Client) http.HandlerFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Compare ¶
func Compare(client registry.Client) http.HandlerFunc
Compare handler displays a diff between two package versions.
func DownloadDir ¶
func DownloadDir(client registry.Client) http.HandlerFunc
DownloadDir handler serves a zip archive of the package contents.
func DownloadFile ¶
func DownloadFile(client registry.Client) http.HandlerFunc
DownloadFile handler serves a file from the package contents.
func ReadDir ¶
func ReadDir(client registry.Client) http.HandlerFunc
ReadDir handler displays a directory view of package contents at the provided path.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.