type github.com/google/go-cmp/cmp.PathStep
19 uses
github.com/google/go-cmp/cmp (current package)
compare.go#L138: func rootStep(x, y interface{}) PathStep {
compare.go#L220: func (s *state) statelessCompare(step PathStep) diff.Result {
compare.go#L235: func (s *state) compareAny(step PathStep) {
options.go#L496: PushStep(PathStep)
options.go#L513: PushStep(PathStep)
path.go#L26: type Path []PathStep
path.go#L34: type PathStep interface {
path.go#L57: _ PathStep = StructField{}
path.go#L58: _ PathStep = SliceIndex{}
path.go#L59: _ PathStep = MapIndex{}
path.go#L60: _ PathStep = Indirect{}
path.go#L61: _ PathStep = TypeAssertion{}
path.go#L62: _ PathStep = Transform{}
path.go#L65: func (pa *Path) push(s PathStep) {
path.go#L75: func (pa Path) Last() PathStep {
path.go#L83: func (pa Path) Index(i int) PathStep {
path.go#L116: var nextStep PathStep
report.go#L23: func (r *defaultReporter) PushStep(ps PathStep) {
report_value.go#L53: func (parent *valueNode) PushStep(ps PathStep) (child *valueNode) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |