Searched defs:StreamMsg (Results 1 – 2 of 2) sorted by relevance
87 type StreamMsg struct { struct88 XXX_NoUnkeyedLiteral struct{} `json:"-"`89 XXX_unrecognized []byte `json:"-"`90 XXX_sizecache int32 `json:"-"`93 func (m *StreamMsg) Reset() { *m = StreamMsg{} }94 func (m *StreamMsg) String() string { return proto.CompactTextString(m) }95 func (*StreamMsg) ProtoMessage() {}96 func (*StreamMsg) Descriptor() ([]byte, []int) {100 func (m *StreamMsg) XXX_Unmarshal(b []byte) error {103 func (m *StreamMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {[all …]
44 message StreamMsg { message