github.com/Microsoft/fabrikate@v0.0.0-20190420002442-bff75be28d02/core/pathValuePair.go (about) 1 package core 2 3 type PathValuePair struct { 4 Path []string 5 Value string 6 }