Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend interface { Call(method, path, key string, params stripe.ParamsContainer, v stripe.LastResponseSetter) error CallStreaming(method, path, key string, params stripe.ParamsContainer, v stripe.StreamingLastResponseSetter) error CallRaw(method, path, key string, body *form.Values, params *stripe.Params, v stripe.LastResponseSetter) error CallMultipart(method, path, key, boundary string, body *bytes.Buffer, params *stripe.Params, v stripe.LastResponseSetter) error SetMaxNetworkRetries(maxNetworkRetries int64) }
Click to show internal directories.
Click to hide internal directories.