mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-05 05:20:34 +00:00
Stubs for API calls. #116
This commit is contained in:
@@ -178,3 +178,18 @@ func apiReposPackagesShow(c *gin.Context) {
|
||||
func apiReposPackagesAdd(c *gin.Context) {
|
||||
|
||||
}
|
||||
|
||||
// DELETE /repos/:name/packages
|
||||
func apiReposPackagesDelete(c *gin.Context) {
|
||||
|
||||
}
|
||||
|
||||
// POST /repos/:name/file/:dir/:file
|
||||
func apiReposPackageFromFile(c *gin.Context) {
|
||||
|
||||
}
|
||||
|
||||
// POST "/repos/:name/file/:dir
|
||||
func apiReposPackageFromDir(c *gin.Context) {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user