GrpcClient.Rpc (GrpcClient v0.2.0-alpha.4)

Summary

Types

t()

@type t() :: %GrpcClient.Rpc{
  name: String.t(),
  path: String.t(),
  request_stream?: boolean(),
  request_type: module(),
  response_stream?: boolean(),
  response_type: module(),
  service: String.t(),
  service_module: String.t()
}