MCPcopy
hub / github.com/digitalocean/doctl / SpacesKeysService

Interface SpacesKeysService

do/spaces_keys.go:39–45  ·  view source on GitHub ↗

SpacesKeysService is an interface for interfacing with the Spaces Keys

Source from the content-addressed store, hash-verified

37
38// SpacesKeysService is an interface for interfacing with the Spaces Keys
39type SpacesKeysService interface {
40 Create(*godo.SpacesKeyCreateRequest) (*SpacesKey, error)
41 Delete(string) error
42 Update(string, *godo.SpacesKeyUpdateRequest) (*SpacesKey, error)
43 List() ([]SpacesKey, error)
44 Get(string) (*SpacesKey, error)
45}
46
47type spacesKeysService struct {
48 client *godo.Client

Callers 5

CreateMethod · 0.65
DeleteMethod · 0.65
UpdateMethod · 0.65
ListMethod · 0.65
GetMethod · 0.65

Implementers 15

spacesKeysServicedo/spaces_keys.go
VPCNATGatewayServicedo/vpc_nat_gateways.go
byoipPrefixServicedo/byoip_prefix.go
vectorDBsServicedo/vector_databases.go
projectsServicedo/projects.go
keysServicedo/sshkeys.go
loadBalancersServicedo/load_balancers.go
firewallsServicedo/firewalls.go
vpcsServicedo/vpcs.go
kubernetesClusterServicedo/kubernetes.go
appsServicedo/apps.go
dropletAutoscaleServicedo/droplet_autoscale.go

Calls

no outgoing calls

Tested by

no test coverage detected