aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/internal/slime/object_traverser.go
blob: 51ba9ab374e9e06ec983a5c53cff7fdc7ccba1aa (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
// Author: arnej

package slime

type ObjectTraverser interface {
	Field(name string, value Inspector)
}