Versions in this module Expand all Collapse all v0 v0.2.0 Sep 16, 2015 Changes in this version + func Retry(roundTripper soap.RoundTripper, fn RetryFunc) soap.RoundTripper + type Client struct + RoundTripper soap.RoundTripper + ServiceContent types.ServiceContent + func NewClient(ctx context.Context, rt soap.RoundTripper) (*Client, error) + func (c *Client) MarshalJSON() ([]byte, error) + func (c *Client) RoundTrip(ctx context.Context, req, res soap.HasFault) error + func (c *Client) UnmarshalJSON(b []byte) error + func (c *Client) Valid() bool + type RetryFunc func(err error) (retry bool, delay time.Duration) + func TemporaryNetworkError(n int) RetryFunc