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

Method OpenVariableURL

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

Source from the content-addressed store, hash-verified

344// This interface is generally implemented by types in driver packages.
345type VariableURLOpener interface {
346 OpenVariableURL(ctx context.Context, u *url.URL) (*Variable, error)
347}
348
349// URLMux is a URL opener multiplexer. It matches the scheme of the URLs

Callers 8

OpenVariableMethod · 0.65
OpenVariableURLMethod · 0.65
TestURLMuxFunction · 0.65
OpenVariableURLMethod · 0.65
OpenVariableURLMethod · 0.65
OpenVariableURLMethod · 0.65
OpenVariableURLMethod · 0.65
OpenVariableURLMethod · 0.65

Implementers 15

URLMuxruntimevar/runtimevar.go
fakeOpenerruntimevar/runtimevar_test.go
lazySessionOpenerruntimevar/awssecretsmanager/awssecret
URLOpenerruntimevar/awssecretsmanager/awssecret
defaultDialerruntimevar/etcdvar/etcdvar.go
URLOpenerruntimevar/etcdvar/etcdvar.go
URLOpenerruntimevar/constantvar/constantvar.go
lazyCredsOpenerruntimevar/gcpruntimeconfig/gcpruntime
URLOpenerruntimevar/gcpruntimeconfig/gcpruntime
defaultDialerruntimevar/hashivault/hashivault.go
URLOpenerruntimevar/hashivault/hashivault.go
defaultOpenerruntimevar/blobvar/blobvar.go

Calls

no outgoing calls

Tested by 1

TestURLMuxFunction · 0.52