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