()
| 804 | } |
| 805 | |
| 806 | func (m *PrometheusQueryResult) GetVector() *Vector { |
| 807 | if x, ok := m.GetResult().(*PrometheusQueryResult_Vector); ok { |
| 808 | return x.Vector |
| 809 | } |
| 810 | return nil |
| 811 | } |
| 812 | |
| 813 | func (m *PrometheusQueryResult) GetRawBytes() []byte { |
| 814 | if x, ok := m.GetResult().(*PrometheusQueryResult_RawBytes); ok { |
no test coverage detected