()
| 349 | var xxx_messageInfo_QueryStreamResponse proto.InternalMessageInfo |
| 350 | |
| 351 | func (m *QueryStreamResponse) GetChunkseries() []TimeSeriesChunk { |
| 352 | if m != nil { |
| 353 | return m.Chunkseries |
| 354 | } |
| 355 | return nil |
| 356 | } |
| 357 | |
| 358 | type ExemplarQueryResponse struct { |
| 359 | Timeseries []cortexpb.TimeSeries `protobuf:"bytes,1,rep,name=timeseries,proto3" json:"timeseries"` |