WIP: rpc/client: Allow to pass custom grpc.CallOption options #124

Closed
a-savchuk wants to merge 3 commits from a-savchuk/frostfs-api-go:grpc-call-options into master

3 commits

Author SHA1 Message Date
3893ca67ac
[#124] rpc/client: Allow to pass custom grpc.CallOption options
All checks were successful
Tests and linters / Lint (pull_request) Successful in 46s
DCO action / DCO (pull_request) Successful in 1m4s
Tests and linters / Tests (pull_request) Successful in 1m6s
Tests and linters / Tests with -race (pull_request) Successful in 1m7s
Those options are used when creating a new grc.ClientStream.

Signed-off-by: Aleksey Savchuk <a.savchuk@yadro.com>
2024-10-16 18:01:18 +03:00
88789d5f4a
[#124] Makefile: Add pre-commit related targets
Add the following targets:
- `pre-commit` to install pre-commit hooks
- `unpre-commit` to uninstall pre-commit hooks
- `pre-commit-run` to run pre-commit hooks

Signed-off-by: Aleksey Savchuk <a.savchuk@yadro.com>
2024-10-16 18:01:11 +03:00
af7db13d51
[#124] Makefile: Add lint-install target
Signed-off-by: Aleksey Savchuk <a.savchuk@yadro.com>
2024-10-16 18:01:02 +03:00