()
| 15 | } |
| 16 | |
| 17 | func (resource ApplicationSummaries) ToModels() (apps []models.ApplicationFields) { |
| 18 | for _, application := range resource.Apps { |
| 19 | apps = append(apps, application.ToFields()) |
| 20 | } |
| 21 | return |
| 22 | } |
| 23 | |
| 24 | type ApplicationFromSummary struct { |
| 25 | GUID string |