swagger fixes and appname -> app_name (#294)

* swagger fixes and appname -> app_name

* Swagger errors fixed
This commit is contained in:
Travis Reeder
2016-11-15 08:13:53 -08:00
committed by GitHub
parent f1c890d8d1
commit 616112b349
5 changed files with 8 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ var (
type Routes []*Route
type Route struct {
AppName string `json:"appname,omitempty"`
AppName string `json:"app_name,omitempty"`
Path string `json:"path,omitempty"`
Image string `json:"image,omitempty"`
Memory uint64 `json:"memory,omitempty"`