internal

package
v0.0.0-...-cf44179 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 13, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DiffXY

type DiffXY struct {
	X *XY
	Y *XY
}

type Node

type Node struct {
	Key  string
	Kind reflect.Kind
	Type string
	// Diff number of all children.
	DiffNum int
	DiffXY  *DiffXY

	Children []*Node
}

func Diff

func Diff(x, y interface{}) *Node

type XY

type XY struct {
	Kind reflect.Kind
	Type string
	Val  string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL