Loading go-apps/meep-ctrl-engine/api/swagger.yaml +30 −0 Original line number Diff line number Diff line Loading @@ -1331,6 +1331,11 @@ definitions: description: "Key/Value Pair Map (string, string)" additionalProperties: type: "string" userMeta: type: "object" description: "Key/Value Pair Map (string, string)" additionalProperties: type: "string" domains: type: "array" items: Loading Loading @@ -1669,6 +1674,11 @@ definitions: description: "Key/Value Pair Map (string, string)" additionalProperties: type: "string" userMeta: type: "object" description: "Key/Value Pair Map (string, string)" additionalProperties: type: "string" zones: type: "array" items: Loading Loading @@ -1890,6 +1900,11 @@ definitions: description: "Key/Value Pair Map (string, string)" additionalProperties: type: "string" userMeta: type: "object" description: "Key/Value Pair Map (string, string)" additionalProperties: type: "string" networkLocations: type: "array" items: Loading Loading @@ -2004,6 +2019,11 @@ definitions: description: "Key/Value Pair Map (string, string)" additionalProperties: type: "string" userMeta: type: "object" description: "Key/Value Pair Map (string, string)" additionalProperties: type: "string" physicalLocations: type: "array" items: Loading Loading @@ -2076,6 +2096,11 @@ definitions: description: "Key/Value Pair Map (string, string)" additionalProperties: type: "string" userMeta: type: "object" description: "Key/Value Pair Map (string, string)" additionalProperties: type: "string" processes: type: "array" items: Loading Loading @@ -2154,6 +2179,11 @@ definitions: description: "Key/Value Pair Map (string, string)" additionalProperties: type: "string" userMeta: type: "object" description: "Key/Value Pair Map (string, string)" additionalProperties: type: "string" description: "Application or service object" ServiceConfig: type: "object" Loading go-apps/meep-ctrl-engine/server/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ To see how to make this your own, look here: [README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md) - API version: 1.0.0 - Build date: 2019-06-27T11:18:49.703-04:00 - Build date: 2019-06-27T12:34:51.021-04:00 ### Running the server Loading go-apps/meep-ctrl-engine/server/deployment.go +3 −0 Original line number Diff line number Diff line Loading @@ -27,5 +27,8 @@ type Deployment struct { // Key/Value Pair Map (string, string) Meta map[string]string `json:"meta,omitempty"` // Key/Value Pair Map (string, string) UserMeta map[string]string `json:"userMeta,omitempty"` Domains []Domain `json:"domains,omitempty"` } go-apps/meep-ctrl-engine/server/domain.go +3 −0 Original line number Diff line number Diff line Loading @@ -36,5 +36,8 @@ type Domain struct { // Key/Value Pair Map (string, string) Meta map[string]string `json:"meta,omitempty"` // Key/Value Pair Map (string, string) UserMeta map[string]string `json:"userMeta,omitempty"` Zones []Zone `json:"zones,omitempty"` } go-apps/meep-ctrl-engine/server/network_location.go +3 −0 Original line number Diff line number Diff line Loading @@ -36,5 +36,8 @@ type NetworkLocation struct { // Key/Value Pair Map (string, string) Meta map[string]string `json:"meta,omitempty"` // Key/Value Pair Map (string, string) UserMeta map[string]string `json:"userMeta,omitempty"` PhysicalLocations []PhysicalLocation `json:"physicalLocations,omitempty"` } Loading
go-apps/meep-ctrl-engine/api/swagger.yaml +30 −0 Original line number Diff line number Diff line Loading @@ -1331,6 +1331,11 @@ definitions: description: "Key/Value Pair Map (string, string)" additionalProperties: type: "string" userMeta: type: "object" description: "Key/Value Pair Map (string, string)" additionalProperties: type: "string" domains: type: "array" items: Loading Loading @@ -1669,6 +1674,11 @@ definitions: description: "Key/Value Pair Map (string, string)" additionalProperties: type: "string" userMeta: type: "object" description: "Key/Value Pair Map (string, string)" additionalProperties: type: "string" zones: type: "array" items: Loading Loading @@ -1890,6 +1900,11 @@ definitions: description: "Key/Value Pair Map (string, string)" additionalProperties: type: "string" userMeta: type: "object" description: "Key/Value Pair Map (string, string)" additionalProperties: type: "string" networkLocations: type: "array" items: Loading Loading @@ -2004,6 +2019,11 @@ definitions: description: "Key/Value Pair Map (string, string)" additionalProperties: type: "string" userMeta: type: "object" description: "Key/Value Pair Map (string, string)" additionalProperties: type: "string" physicalLocations: type: "array" items: Loading Loading @@ -2076,6 +2096,11 @@ definitions: description: "Key/Value Pair Map (string, string)" additionalProperties: type: "string" userMeta: type: "object" description: "Key/Value Pair Map (string, string)" additionalProperties: type: "string" processes: type: "array" items: Loading Loading @@ -2154,6 +2179,11 @@ definitions: description: "Key/Value Pair Map (string, string)" additionalProperties: type: "string" userMeta: type: "object" description: "Key/Value Pair Map (string, string)" additionalProperties: type: "string" description: "Application or service object" ServiceConfig: type: "object" Loading
go-apps/meep-ctrl-engine/server/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ To see how to make this your own, look here: [README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md) - API version: 1.0.0 - Build date: 2019-06-27T11:18:49.703-04:00 - Build date: 2019-06-27T12:34:51.021-04:00 ### Running the server Loading
go-apps/meep-ctrl-engine/server/deployment.go +3 −0 Original line number Diff line number Diff line Loading @@ -27,5 +27,8 @@ type Deployment struct { // Key/Value Pair Map (string, string) Meta map[string]string `json:"meta,omitempty"` // Key/Value Pair Map (string, string) UserMeta map[string]string `json:"userMeta,omitempty"` Domains []Domain `json:"domains,omitempty"` }
go-apps/meep-ctrl-engine/server/domain.go +3 −0 Original line number Diff line number Diff line Loading @@ -36,5 +36,8 @@ type Domain struct { // Key/Value Pair Map (string, string) Meta map[string]string `json:"meta,omitempty"` // Key/Value Pair Map (string, string) UserMeta map[string]string `json:"userMeta,omitempty"` Zones []Zone `json:"zones,omitempty"` }
go-apps/meep-ctrl-engine/server/network_location.go +3 −0 Original line number Diff line number Diff line Loading @@ -36,5 +36,8 @@ type NetworkLocation struct { // Key/Value Pair Map (string, string) Meta map[string]string `json:"meta,omitempty"` // Key/Value Pair Map (string, string) UserMeta map[string]string `json:"userMeta,omitempty"` PhysicalLocations []PhysicalLocation `json:"physicalLocations,omitempty"` }