nspcc-dev / neofs-sdk-go

Go implementation of NeoFS SDK
Apache License 2.0
5 stars 14 forks source link

Finish client refactor #537

Open carpawell opened 8 months ago

carpawell commented 8 months ago

Finish #323 work. I thought it was done but we still have non-object operations with client generalized context. In other words, contextCall should be removed. #323 proved that it does not save us from additional code, it even requires more code in fact. At the same time, it makes the code more complex: more additional structs, more anonymous funcs, callbacks, internal interfaces, etc.

cthulhu-rider commented 8 months ago