var fmPool …
func (v *reconcileWithSchemaWalker) finished() { … }
type reconcileWithSchemaWalker …
func (v *reconcileWithSchemaWalker) prepareDescent(pe fieldpath.PathElement, tr schema.TypeRef) *reconcileWithSchemaWalker { … }
func (v *reconcileWithSchemaWalker) finishDescent(v2 *reconcileWithSchemaWalker) { … }
func ReconcileFieldSetWithSchema(fieldset *fieldpath.Set, tv *TypedValue) (*fieldpath.Set, error) { … }
func (v *reconcileWithSchemaWalker) reconcile() (errs ValidationErrors) { … }
func (v *reconcileWithSchemaWalker) doScalar(_ *schema.Scalar) (errs ValidationErrors) { … }
func (v *reconcileWithSchemaWalker) visitListItems(t *schema.List, element *fieldpath.Set) (errs ValidationErrors) { … }
func (v *reconcileWithSchemaWalker) doList(t *schema.List) (errs ValidationErrors) { … }
func (v *reconcileWithSchemaWalker) visitMapItems(t *schema.Map, element *fieldpath.Set) (errs ValidationErrors) { … }
func (v *reconcileWithSchemaWalker) doMap(t *schema.Map) (errs ValidationErrors) { … }
func fieldSetAtPath(node *fieldpath.Set, path fieldpath.Path) (*fieldpath.Set, bool) { … }
func descendToPath(node *fieldpath.Set, path fieldpath.Path) *fieldpath.Set { … }
func typeRefAtPath(t *schema.Map, pe fieldpath.PathElement) (schema.TypeRef, bool) { … }
func isUntypedDeducedMap(m *schema.Map) bool { … }
func isUntypedDeducedRef(t schema.TypeRef) bool { … }