Versions in this module Expand all Collapse all v0 v0.1.10 Nov 20, 2021 Changes in this version + type Binding interface + Bind func(resp *http.Response, body []byte, v interface{}) error + Name func() string + type JSON struct + func (j *JSON) Bind(resp *http.Response, body []byte, out interface{}) error + func (j JSON) Name() string + type XML struct + func (x *XML) Bind(resp *http.Response, body []byte, out interface{}) error + func (x XML) Name() string