| 100 | var _ = (Container)(&container{}) |
| 101 | |
| 102 | type container struct { |
| 103 | client *Client |
| 104 | id string |
| 105 | metadata containers.Container |
| 106 | } |
| 107 | |
| 108 | // ID returns the container's unique id |
| 109 | func (c *container) ID() string { |
nothing calls this directly
no outgoing calls
no test coverage detected