Stubs for API calls. #116

This commit is contained in:
Andrey Smirnov
2014-10-23 00:41:24 +04:00
parent b1053826e3
commit 6a9db17460
2 changed files with 19 additions and 0 deletions
+15
View File
@@ -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) {
}