Versions in this module Expand all Collapse all v1 v1.10.4 Apr 18, 2025 v1.10.3 Apr 18, 2025 Changes in this version + const DefaultDepthLimit + func DummyURL() *url.URL + func Resolve(ptr string, node *yaml.Node) (*yaml.Node, error) + type NotFoundError struct + Pointer string + func (n *NotFoundError) Error() string + type RefKey struct + Loc string + Ptr string + func (r *RefKey) FromURL(u *url.URL) + func (r RefKey) IsZero() bool + func (r RefKey) String() string + type ResolveCtx struct + func NewResolveCtx(root *url.URL, depthLimit int) *ResolveCtx + func (r *ResolveCtx) AddKey(key RefKey, file location.File) error + func (r *ResolveCtx) Delete(key RefKey) + func (r *ResolveCtx) File() (f location.File) + func (r *ResolveCtx) IsRoot(key RefKey) bool + func (r *ResolveCtx) Key(ref string) (key RefKey, _ error)