(guid string)
| 27 | Update(appGUID string, params models.AppParams) (updatedApp models.Application, apiErr error) |
| 28 | Delete(appGUID string) (apiErr error) |
| 29 | ReadEnv(guid string) (*models.Environment, error) |
| 30 | CreateRestageRequest(guid string) (apiErr error) |
| 31 | } |
| 32 |
no outgoing calls
no test coverage detected