()
| 797 | func (*PrometheusQueryResult_Matrix) isPrometheusQueryResult_Result() {} |
| 798 | |
| 799 | func (m *PrometheusQueryResult) GetResult() isPrometheusQueryResult_Result { |
| 800 | if m != nil { |
| 801 | return m.Result |
| 802 | } |
| 803 | return nil |
| 804 | } |
| 805 | |
| 806 | func (m *PrometheusQueryResult) GetVector() *Vector { |
| 807 | if x, ok := m.GetResult().(*PrometheusQueryResult_Vector); ok { |
no outgoing calls
no test coverage detected