Add optional field to xmlscpd.Action.
This commit is contained in:
parent
60c40bba41
commit
2145a9306f
@ -47,6 +47,7 @@ type SpecVersion struct {
|
|||||||
|
|
||||||
// Action XML description data.
|
// Action XML description data.
|
||||||
type Action struct {
|
type Action struct {
|
||||||
|
Optional PresenceBool
|
||||||
Name string `xml:"name"`
|
Name string `xml:"name"`
|
||||||
Arguments []*Argument `xml:"argumentList>argument"`
|
Arguments []*Argument `xml:"argumentList>argument"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user