forked from TrueCloudLab/frostfs-api-go
[#180] sdk/client: Make defaultOptions func a Client method
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
ad0b01e892
commit
805ad54f41
6 changed files with 17 additions and 17 deletions
|
@ -58,7 +58,7 @@ type (
|
|||
}
|
||||
)
|
||||
|
||||
func defaultCallOptions() callOptions {
|
||||
func (c Client) defaultCallOptions() callOptions {
|
||||
return callOptions{
|
||||
ttl: 2,
|
||||
version: pkg.SDKVersion(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue