(ctx context.Context, account string)
| 62 | } |
| 63 | |
| 64 | func (f Factory) AppScript(ctx context.Context, account string) (*script.Service, error) { |
| 65 | return NewAppScript(f.withAuth(ctx), account) |
| 66 | } |
| 67 | |
| 68 | func (f Factory) AnalyticsAdmin(ctx context.Context, account string) (*analyticsadmin.Service, error) { |
| 69 | return NewAnalyticsAdmin(f.withAuth(ctx), account) |
no test coverage detected