Versions in this module Expand all Collapse all v3 v3.1.2 Feb 5, 2024 Changes in this version + type RestClient interface + Do func(request *RestClientRequest, res interface{}) error + type RestClientRequest struct + Body interface{} + Header http.Header + Location string + Method string + Path string + PathParams map[string]string + QueryParams map[string]string + type RestOptions struct + ConnectTimeout time.Duration + RequestTimeout time.Duration