(instanceID string)
| 235 | } |
| 236 | |
| 237 | func (c *Client) AddSSHKey(instanceID string) (*AddSSHKeyResponse, error) { |
| 238 | return c.AddSSHKeyCtx(context.Background(), instanceID) |
| 239 | } |
| 240 | |
| 241 | func (c *Client) ListTemplates() ([]TemplateEntry, error) { |
| 242 | var raw types.ThunderTemplatesResponse |