Added XML object to what-changed.

Picking off low hanging fruit, before attacking the big, ugly stuff.

Signed-off-by: Dave Shanley <dave@quobix.com>
This commit is contained in:
Dave Shanley
2022-10-04 07:35:06 -04:00
parent 65fa21be86
commit 07c05ee540
5 changed files with 254 additions and 3 deletions

View File

@@ -47,4 +47,8 @@ const (
VersionLabel = "version"
LicenseLabel = "license"
ContactLabel = "contact"
NamespaceLabel = "namespace"
PrefixLabel = "prefix"
AttributeLabel = "attribute"
WrappedLabel = "wrapped"
)