Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/digitalocean/doctl
/ appsService
Struct
appsService
do/apps.go:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
type
appsService
struct
{
72
client *godo.Client
73
ctx context.Context
74
}
75
76
var
_ AppsService = (*appsService)(nil)
77
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected