frostfs-api-go/rpc/client
Leonard Lyubich 504e427c18 [#417] rpc/client: Do not use deprecated code elements
`grpc.WithInsecure` has been marked as deprecated in earlier releases of
`google.golang.org/grpc`.

Use `google.golang.org/grpc/credentials/insecure` package instead as
recommended.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2022-09-23 10:30:59 +04:00
..
call_options.go Add v2 version to go module name 2021-11-17 15:29:33 +03:00
client.go Add v2 version to go module name 2021-11-17 15:29:33 +03:00
conn.go [#196] rpc/client: Implement Client.Conn method 2021-05-31 10:13:00 +03:00
connect.go [#417] rpc/client: Do not use deprecated code elements 2022-09-23 10:30:59 +04:00
flows.go Add v2 version to go module name 2021-11-17 15:29:33 +03:00
init.go Add v2 version to go module name 2021-11-17 15:29:33 +03:00
options.go [#383] rpc/client: Export URI-parsing function 2022-03-10 19:16:42 +03:00
options_test.go [#290] client: Add WithURIAddress option 2021-06-02 15:55:20 +03:00