(ctx context.Context, serviceAccountPath, impersonateEmail string)
| 15 | } |
| 16 | |
| 17 | func NewKeepWithServiceAccount(ctx context.Context, serviceAccountPath, impersonateEmail string) (*keep.Service, error) { |
| 18 | return newKeepWithServiceAccount(ctx, serviceAccountPath, impersonateEmail, DefaultServiceAccountTokenSource) |
| 19 | } |
| 20 | |
| 21 | func newKeepWithServiceAccount( |
| 22 | ctx context.Context, |