Versions in this module Expand all Collapse all v1 v1.0.1 Jun 2, 2026 Changes in this version + type Resolver struct + func NewResolver(ctx context.Context) (*Resolver, error) + func (r *Resolver) Close() error + func (r *Resolver) Fetch(ctx context.Context, name string) (string, error) + func (r *Resolver) MapStructureHook() mapstructure.DecodeHookFunc