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

Function keepServiceWithServiceAccount

internal/cmd/runtime_services.go:224–230  ·  view source on GitHub ↗
(ctx context.Context, path, impersonate string)

Source from the content-addressed store, hash-verified

222}
223
224func keepServiceWithServiceAccount(ctx context.Context, path, impersonate string) (*keepapi.Service, error) {
225 runtime, err := runtimeWithService(ctx, "keep")
226 if err != nil || runtime.Services.Keep == nil {
227 return nil, serviceError(err, "keep")
228 }
229 return runtime.Services.Keep(ctx, path, impersonate)
230}
231
232func meetService(ctx context.Context, account string) (*meetapi.Service, error) {
233 runtime, err := runtimeWithService(ctx, "meet")

Callers 2

getKeepServiceFunction · 0.85

Calls 3

runtimeWithServiceFunction · 0.85
serviceErrorFunction · 0.85
KeepMethod · 0.80

Tested by 1