You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've fiddled around with this a bit, but haven't been able to get to a working solution. If I have a server method that takes no parameters, how do I call func EncodeClientRequest(method string, args interface{})?
After thinking this through, should EncodeClientRequest take variadic args?
The text was updated successfully, but these errors were encountered:
I've fiddled around with this a bit, but haven't been able to get to a working solution. If I have a server method that takes no parameters, how do I call
func EncodeClientRequest(method string, args interface{})
?After thinking this through, should
EncodeClientRequest
take variadic args?The text was updated successfully, but these errors were encountered: