github.com/cobalt77/jfrog-client-go@v0.14.5/artifactory/services/utils/tests/testdata/prebuffer_file.json (about) 1 { 2 "results": [ 3 { 4 "Repo": "bb", 5 "Path": "b", 6 "Type": "folder" 7 }, 8 { 9 "Repo": "a", 10 "Path": "e", 11 "Type": "folder" 12 }, 13 { 14 "Repo": "a", 15 "Path": "b/c/D/f", 16 "Name": "file" 17 }, 18 { 19 "Repo": "repo1", 20 "Path": "b", 21 "Type": "folder" 22 }, 23 { 24 "Repo": "a", 25 "Path": "b/c/d", 26 "Type": "folder" 27 }, 28 { 29 "Repo": "a", 30 "Path": "b/c", 31 "Type": "folder" 32 }, 33 { 34 "Repo": "b", 35 "Path": "cc", 36 "Type": "folder" 37 }, 38 { 39 "Repo": "a", 40 "Path": "b", 41 "Type": "folder" 42 } 43 ] 44 }