Public projection of a single service method.
Summary
Types
@type t() :: %PB.Schema.Info.Method{ client_streaming: boolean(), input_type: PB.message_name(), name: atom(), output_type: PB.message_name(), server_streaming: boolean() }
Public projection of a single service method.
@type t() :: %PB.Schema.Info.Method{ client_streaming: boolean(), input_type: PB.message_name(), name: atom(), output_type: PB.message_name(), server_streaming: boolean() }