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

Method Keep

internal/googleapi/factory.go:124–126  ·  view source on GitHub ↗
(ctx context.Context, path, impersonate string)

Source from the content-addressed store, hash-verified

122}
123
124func (f Factory) Keep(ctx context.Context, path, impersonate string) (*keep.Service, error) {
125 return newKeepWithServiceAccount(f.withAuth(ctx), path, impersonate, f.auth.ServiceAccountTokenSource)
126}
127
128func (f Factory) Meet(ctx context.Context, account string) (*meet.Service, error) {
129 return NewMeet(f.withAuth(ctx), account)

Calls 2

withAuthMethod · 0.95

Tested by 1