Versions in this module Expand all Collapse all v1 v1.28.0 Apr 5, 2021 v1.27.0 Apr 5, 2021 Changes in this version + var Break = errors.New("break traversal of children in current value") + var Terminate = errors.New("terminate range operation") + func Range(m protoreflect.Message, f func(protopath.Values) error) error + type Options struct + Resolver interface{ ... } + Stable bool + func (o Options) Range(m protoreflect.Message, push, pop func(protopath.Values) error) error