| 9 | ) |
| 10 | |
| 11 | type container struct { |
| 12 | handle string |
| 13 | |
| 14 | connection connection.Connection |
| 15 | } |
| 16 | |
| 17 | func newContainer(handle string, connection connection.Connection) garden.Container { |
| 18 | return &container{ |
nothing calls this directly
no outgoing calls
no test coverage detected