MCPcopy Create free account
hub / github.com/openclaw/gogcli / cloudIdentityService

Function cloudIdentityService

internal/cmd/runtime_services.go:216–222  ·  view source on GitHub ↗
(ctx context.Context, account string)

Source from the content-addressed store, hash-verified

214}
215
216func cloudIdentityService(ctx context.Context, account string) (*cloudidentity.Service, error) {
217 runtime, err := runtimeWithService(ctx, "cloud identity")
218 if err != nil || runtime.Services.CloudIdentity == nil {
219 return nil, serviceError(err, "cloud identity")
220 }
221 return runtime.Services.CloudIdentity(ctx, account)
222}
223
224func keepServiceWithServiceAccount(ctx context.Context, path, impersonate string) (*keepapi.Service, error) {
225 runtime, err := runtimeWithService(ctx, "keep")

Callers 5

RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85

Calls 3

runtimeWithServiceFunction · 0.85
serviceErrorFunction · 0.85
CloudIdentityMethod · 0.80