moved build api to /api

This commit is contained in:
Brad Rydzewski
2016-03-30 23:24:47 -07:00
parent 5ac2f8c55f
commit 0ee1e4f0da
5 changed files with 309 additions and 294 deletions

View File

@@ -1,5 +1,6 @@
package model
// swagger:model build
type Build struct {
ID int64 `json:"id" meddler:"build_id,pk"`
RepoID int64 `json:"-" meddler:"build_repo_id"`