Versions in this module Expand all Collapse all v1 v1.1.1 Dec 18, 2024 Changes in this version + func SendJSONRequest(ctx context.Context, uri *url.URL, method string, params interface{}, ...) error + type EndpointRequester interface + SendRequest func(ctx context.Context, method string, params interface{}, reply interface{}, ...) error + func NewEndpointRequester(uri string) EndpointRequester + type Option func(*Options) + func WithHeader(key, val string) Option + func WithQueryParam(key, val string) Option + type Options struct + func NewOptions(ops []Option) *Options + func (o *Options) Headers() http.Header + func (o *Options) QueryParams() url.Values