-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
node/object: Refactor code making request forwarding
This refactors storage node app making it to use gRPC connection to remote nodes for request forwarding without wrappers. The behavior is preserved with some error text added/changed for the better. Avoid importing `github.com/nspcc-dev/neofs-api-go/v2/rpc` packages. The only place left will naturally go with coming SDK upgrade. One step closer to whole `neofs-api-go` module's deprecation. Signed-off-by: Leonard Lyubich <[email protected]>
- Loading branch information
1 parent
55a25a1
commit 798d7a0
Showing
9 changed files
with
247 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.