()
| 215 | } |
| 216 | |
| 217 | func (c *Client) ListInstancesWithIPUpdate() ([]Instance, error) { |
| 218 | return c.ListInstancesWithIPUpdateCtx(context.Background()) |
| 219 | } |
| 220 | |
| 221 | func (c *Client) ListInstances() ([]Instance, error) { |
| 222 | var raw map[string]Instance |
nothing calls this directly
no test coverage detected