Skip to content

Commit

Permalink
Add plist field tag to ignore on command struct
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed Apr 5, 2022
1 parent a7654ff commit 105d0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdm/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 105d0df

Please sign in to comment.