| 557 | } |
| 558 | |
| 559 | type StreamWriteRequest struct { |
| 560 | TenantID string `protobuf:"bytes,1,opt,name=TenantID,proto3" json:"TenantID,omitempty"` |
| 561 | Request *WriteRequest `protobuf:"bytes,2,opt,name=Request,proto3" json:"Request,omitempty"` |
| 562 | MessageWithBufRef `protobuf:"bytes,1000,opt,name=Ref,proto3,embedded=Ref,customtype=MessageWithBufRef" json:"Ref"` |
| 563 | } |
| 564 | |
| 565 | func (m *StreamWriteRequest) Reset() { *m = StreamWriteRequest{} } |
| 566 | func (*StreamWriteRequest) ProtoMessage() {} |
nothing calls this directly
no outgoing calls
no test coverage detected