From 105d0df74daece8310cdaa49f25496416442410c Mon Sep 17 00:00:00 2001 From: Jesse Peterson Date: Tue, 5 Apr 2022 10:11:14 -0700 Subject: [PATCH] Add plist field tag to ignore on command struct --- mdm/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdm/command.go b/mdm/command.go index aadcfbe..f7c1ea1 100644 --- a/mdm/command.go +++ b/mdm/command.go @@ -50,7 +50,7 @@ type Command struct { Command struct { RequestType string } - Raw []byte // Original command XML plist + Raw []byte `plist:"-"` // Original command XML plist } // DecodeCommand unmarshals rawCommand into command