frostfs-api-go/rpc/client
Pavel Karpy 52c1c4c5ab [] client: Add WithURIAddress option
Add `WithURIAddress` option to client.
It parses passed address with
`url.ParseRequestURI` function and
use(or not) TLS over grpc connection
based on retrieved scheme('grpc' or
'grpcs').

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
2021-06-02 15:55:20 +03:00
..
call_options.go [] Implement client for exchanging raw Protobuf messages 2021-03-17 14:03:49 +03:00
client.go [] Implement client for exchanging raw Protobuf messages 2021-03-17 14:03:49 +03:00
conn.go [] rpc/client: Implement Client.Conn method 2021-05-31 10:13:00 +03:00
connect.go [] client: Add TLS options 2021-05-24 16:56:59 +03:00
flows.go [] go.mod: remove pkg/errors 2021-05-19 11:14:56 +03:00
init.go [] Implement client for exchanging raw Protobuf messages 2021-03-17 14:03:49 +03:00
options.go [] client: Add WithURIAddress option 2021-06-02 15:55:20 +03:00
options_test.go [] client: Add WithURIAddress option 2021-06-02 15:55:20 +03:00