Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/digitalocean/doctl
/ keysService
Struct
keysService
do/sshkeys.go:41–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
type
keysService
struct
{
42
client *godo.Client
43
}
44
45
var
_ KeysService = &keysService{}
46
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected