(client *client.Client, itemToDelete *environments.Environment)
| 94 | } |
| 95 | |
| 96 | func delete(client *client.Client, itemToDelete *environments.Environment) error { |
| 97 | return client.Environments.DeleteByID(itemToDelete.GetID()) |
| 98 | } |
no outgoing calls
no test coverage detected