Use any
instead of interface{}
in v2alpha.
This commit is contained in:
parent
69bbc8fbe6
commit
25f9eb3415
@ -44,7 +44,7 @@ type Action struct {
|
||||
// arguments. See https://pkg.go.dev/encoding/xml@go1.17.1#Marshal and
|
||||
// https://pkg.go.dev/encoding/xml@go1.17.1#Unmarshal for details on
|
||||
// annotating fields in the structure.
|
||||
Args interface{} `xml:",any"`
|
||||
Args any `xml:",any"`
|
||||
}
|
||||
|
||||
// Write marshals a SOAP envelope to the writer. Errors can be from the writer
|
||||
|
Loading…
Reference in New Issue
Block a user