MCPcopy Create free account
hub / github.com/Thunder-Compute/thunder-cli / AddSSHKey

Method AddSSHKey

api/client.go:237–239  ·  view source on GitHub ↗
(instanceID string)

Source from the content-addressed store, hash-verified

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

Callers 1

runSCPFunction · 0.95

Calls 1

AddSSHKeyCtxMethod · 0.95

Tested by

no test coverage detected