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 Dial(ctx context.Context, ts gcp.TokenSource) (pb.RuntimeConfigManagerClient, func(), error) + func OpenVariable(client pb.RuntimeConfigManagerClient, variableKey string, ...) (*runtimevar.Variable, error) + func VariableKey(projectID gcp.ProjectID, configID, variableName string) string + type Options struct + WaitDuration time.Duration + type URLOpener struct + Client pb.RuntimeConfigManagerClient + Decoder *runtimevar.Decoder + Options Options + func (o *URLOpener) OpenVariableURL(ctx context.Context, u *url.URL) (*runtimevar.Variable, error)