alexejk / go-xmlrpc

An XML-RPC Client for Go
https://alexejk.io/article/handling-xmlrpc-in-go/
MIT License
19 stars 7 forks source link

Passing arguments to the call #35

Closed yeltayev22 closed 3 years ago

yeltayev22 commented 3 years ago

Is there any documentation and example how to pass arguments to the call function, should it be struct or interface?