func ExecuteNewRequest(
ctx context.Context,
method string,
u string,
body interface{},
dst interface{},
opts ...RequestOption
) error| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
method* | string | |
u* | string | |
body* | interface{} | |
dst* | interface{} | |
opts* | ...RequestOption |