(ctx context.Context, account string)
| 58 | } |
| 59 | |
| 60 | func (f Factory) AdminOrgUnit(ctx context.Context, account string) (*admin.Service, error) { |
| 61 | return NewAdminDirectoryOrgUnit(f.withAuth(ctx), account) |
| 62 | } |
| 63 | |
| 64 | func (f Factory) AppScript(ctx context.Context, account string) (*script.Service, error) { |
| 65 | return NewAppScript(f.withAuth(ctx), account) |
no test coverage detected