Versions in this module Expand all Collapse all v0 v0.24.1 Jan 27, 2022 Changes in this version + const Scheme + var Set = wire.NewSet(wire.Struct(new(URLOpener), "ConfigProvider")) + func OpenVariable(sess client.ConfigProvider, name string, decoder *runtimevar.Decoder, ...) (*runtimevar.Variable, error) + func OpenVariableV2(client *secretsmanagerv2.Client, name string, decoder *runtimevar.Decoder, ...) (*runtimevar.Variable, error) + type Options struct + WaitDuration time.Duration + type URLOpener struct + ConfigProvider client.ConfigProvider + Decoder *runtimevar.Decoder + Options Options + UseV2 bool + func (o *URLOpener) OpenVariableURL(ctx context.Context, u *url.URL) (*runtimevar.Variable, error)