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

Function NewKeepWithServiceAccount

internal/googleapi/keep.go:17–19  ·  view source on GitHub ↗
(ctx context.Context, serviceAccountPath, impersonateEmail string)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

Tested by 1