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

Method SearchConsole

internal/googleapi/factory.go:152–154  ·  view source on GitHub ↗
(ctx context.Context, account string)

Source from the content-addressed store, hash-verified

150}
151
152func (f Factory) SearchConsole(ctx context.Context, account string) (*searchconsole.Service, error) {
153 return NewSearchConsole(f.withAuth(ctx), account)
154}
155
156func (f Factory) Sheets(ctx context.Context, account string) (*sheets.Service, error) {
157 return NewSheets(f.withAuth(ctx), account)

Callers 1

searchConsoleServiceFunction · 0.80

Calls 2

withAuthMethod · 0.95
NewSearchConsoleFunction · 0.85

Tested by

no test coverage detected