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(wire.Struct(new(URLOpener), "ConfigProvider")) + func OpenVariable(sess client.ConfigProvider, name string, decoder *runtimevar.Decoder, ...) (*runtimevar.Variable, error) + func OpenVariableV2(client *ssmv2.Client, name string, decoder *runtimevar.Decoder, opts *Options) (*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)