From 04daadfac1105ca998e116952d1ab78940749798 Mon Sep 17 00:00:00 2001 From: Johan van Eck Date: Thu, 11 Jan 2024 11:34:34 +0200 Subject: [PATCH] Add Compact to the FileDownload struct --- svc_file.go | 1 + 1 file changed, 1 insertion(+) diff --git a/svc_file.go b/svc_file.go index 843eb96..45c5002 100644 --- a/svc_file.go +++ b/svc_file.go @@ -87,6 +87,7 @@ type FileDownload struct { JavaPropertiesEncoding string `json:"java_properties_encoding,omitempty"` JavaPropertiesSeparator string `json:"java_properties_separator,omitempty"` BundleDescription string `json:"bundle_description,omitempty"` + Compact bool `json:"compact,omitempty"` } type LanguageMapping struct {