Versions in this module Expand all Collapse all v0 v0.1.0 Jan 29, 2022 Changes in this version + var CharsetReader = charset.NewReaderLabel + func EncodeMethodCall(method string, args ...interface{}) ([]byte, error) + func NewRequest(url string, method string, args interface{}) (*http.Request, error) + type Base64 string + type Client struct + func NewClient(requrl string, transport http.RoundTripper) (*Client, error) + type FaultError struct + Code int + String string + func (e FaultError) Error() string + type Response []byte + func (r Response) Err() error + func (r Response) Unmarshal(v interface{}) error + type TypeMismatchError string + func (e TypeMismatchError) Error() string