diff --git a/obj.go b/obj.go index 3c5894c..6a0b79f 100644 --- a/obj.go +++ b/obj.go @@ -60,5 +60,6 @@ type Field struct { Name string Type string FileTypes []string + Values []string }