Versions in this module Expand all Collapse all v0 v0.26.0 Dec 20, 2021 Changes in this version + const Scheme + var Set = wire.NewSet(Dial, wire.Struct(new(URLOpener), "Client")) + func CollectionResourceID(projectID, collPath string) string + func Dial(ctx context.Context, ts gcp.TokenSource) (*vkit.Client, func(), error) + func OpenCollection(client *vkit.Client, collResourceID, nameField string, opts *Options) (*docstore.Collection, error) + func OpenCollectionWithNameFunc(client *vkit.Client, collResourceID string, ...) (*docstore.Collection, error) + type Options struct + AllowLocalFilters bool + MaxOutstandingActionRPCs int + RevisionField string + type URLOpener struct + Client *vkit.Client + func (o *URLOpener) OpenCollectionURL(ctx context.Context, u *url.URL) (*docstore.Collection, error)