MCPcopy Create free account
hub / github.com/google/go-cloud / OpenCollectionURL

Method OpenCollectionURL

docstore/urls.go:30–30  ·  view source on GitHub ↗
(ctx context.Context, u *url.URL)

Source from the content-addressed store, hash-verified

28// This interface is generally implemented by types in driver packages.
29type CollectionURLOpener interface {
30 OpenCollectionURL(ctx context.Context, u *url.URL) (*Collection, error)
31}
32
33// URLMux is a URL opener multiplexer. It matches the scheme of the URLs against

Callers 7

OpenCollectionMethod · 0.65
OpenCollectionURLMethod · 0.65
TestURLMuxFunction · 0.65
OpenCollectionURLMethod · 0.65
OpenCollectionURLMethod · 0.65
OpenCollectionURLMethod · 0.65

Implementers 9

URLMuxdocstore/urls.go
fakeOpenerdocstore/urls_test.go
URLOpenerdocstore/memdocstore/urls.go
lazySessionOpenerdocstore/awsdynamodb/v2/urls.go
URLOpenerdocstore/awsdynamodb/v2/urls.go
lazyCredsOpenerdocstore/gcpfirestore/urls.go
URLOpenerdocstore/gcpfirestore/urls.go
defaultDialerdocstore/mongodocstore/urls.go
URLOpenerdocstore/mongodocstore/urls.go

Calls

no outgoing calls

Tested by 2

TestURLMuxFunction · 0.52