(handle string)
| 51 | } |
| 52 | |
| 53 | func (client *client) Destroy(handle string) error { |
| 54 | err := client.connection.Destroy(handle) |
| 55 | |
| 56 | return err |
| 57 | } |
| 58 | |
| 59 | func (client *client) BulkInfo(handles []string) (map[string]garden.ContainerInfoEntry, error) { |
| 60 | return client.connection.BulkInfo(handles) |