This website requires JavaScript.
Explore
Help
Sign in
aarifullin
/
frostfs-api-go
Watch
1
Star
0
Fork
You've already forked frostfs-api-go
0
forked from
TrueCloudLab/frostfs-api-go
Code
Pull requests
Activity
a3e8e0c00c
frostfs-api-go
/
rpc
/
grpc
/
init.go
5 lines
71 B
Go
Raw
Normal View
History
Unescape
Escape
[#263] Implement client for exchanging raw messages using gRPC protocol Implement gRPC client that can uniformly execute any RPC on the remote server. In the primary implementation, the client is a thin wrapper over gRPC client connection that is required to create the client. In the future, it is planned to expand the library with convenient functionality. Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-03-12 11:17:16 +00:00
package
grpc
// Message represents raw gRPC message.
[#28] Replace interface{} with any Signed-off-by: Anton Nikiforov <an.nikiforov@yadro.com>
2023-05-15 14:25:04 +00:00
type
Message
any
Copy permalink