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

Function searchConsoleService

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

Source from the content-addressed store, hash-verified

310}
311
312func searchConsoleService(ctx context.Context, account string) (*searchconsoleapi.Service, error) {
313 runtime, err := runtimeWithService(ctx, "search console")
314 if err != nil || runtime.Services.SearchConsole == nil {
315 return nil, serviceError(err, "search console")
316 }
317 return runtime.Services.SearchConsole(ctx, account)
318}
319
320func gmailService(ctx context.Context, account string) (*gmail.Service, error) {
321 factory, err := gmailServiceFactory(ctx)

Callers 8

RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85

Calls 3

runtimeWithServiceFunction · 0.85
serviceErrorFunction · 0.85
SearchConsoleMethod · 0.80