| 168 | } |
| 169 | |
| 170 | type ImageRef struct { |
| 171 | URI string `json:"uri,omitempty"` |
| 172 | Username string `json:"username,omitempty"` |
| 173 | Password string `json:"password,omitempty"` |
| 174 | } |
| 175 | |
| 176 | type Limits struct { |
| 177 | Bandwidth BandwidthLimits `json:"bandwidth_limits,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected