Versions in this module Expand all Collapse all v0 v0.2.1 Sep 5, 2026 Changes in this version + func ResolveCtxValue(ctx context.Context, from string) (string, error) + type Resolver interface + ResolveCtxValue func(ctx context.Context, from string) (string, error) + var Default Resolver = &defaultResolver{}