Add optional field to xmlscpd.Action.

This commit is contained in:
John Beisley 2022-05-25 19:42:48 +01:00
parent 60c40bba41
commit 2145a9306f

View File

@ -47,6 +47,7 @@ type SpecVersion struct {
// Action XML description data.
type Action struct {
Optional PresenceBool
Name string `xml:"name"`
Arguments []*Argument `xml:"argumentList>argument"`
}