Searched refs:StreamMsg (Results 1 – 2 of 2) sorted by relevance
87 type StreamMsg struct { struct93 func (m *StreamMsg) Reset() { *m = StreamMsg{} } argument94 func (m *StreamMsg) String() string { return proto.CompactTextString(m) } argument95 func (*StreamMsg) ProtoMessage() {} argument96 func (*StreamMsg) Descriptor() ([]byte, []int) { argument100 func (m *StreamMsg) XXX_Unmarshal(b []byte) error { argument103 func (m *StreamMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument106 func (m *StreamMsg) XXX_Merge(src proto.Message) { argument109 func (m *StreamMsg) XXX_Size() int { argument112 func (m *StreamMsg) XXX_DiscardUnknown() { argument[all …]
44 message StreamMsg { message54 rpc Downstream(SimpleRequest) returns (stream StreamMsg);57 rpc Upstream(stream StreamMsg) returns (SimpleResponse);60 rpc Bidi(stream StreamMsg) returns (stream StreamMsg2);