Versions in this module Expand all Collapse all v2 v2.0.0 Jun 16, 2021 Changes in this version + type ResolveError struct + type Resolver struct + func New() (reslv *Resolver) + func (r *Resolver) Add(key string, val *string) + func (r *Resolver) AddItem(key string, i int, val *string) + func (r *Resolver) AddList(key string, vals []string) + func (r *Resolver) Resolve() (err error)