()
| 811 | } |
| 812 | |
| 813 | func (m *PrometheusQueryResult) GetRawBytes() []byte { |
| 814 | if x, ok := m.GetResult().(*PrometheusQueryResult_RawBytes); ok { |
| 815 | return x.RawBytes |
| 816 | } |
| 817 | return nil |
| 818 | } |
| 819 | |
| 820 | func (m *PrometheusQueryResult) GetMatrix() *Matrix { |
| 821 | if x, ok := m.GetResult().(*PrometheusQueryResult_Matrix); ok { |
no test coverage detected