()
| 1402 | } |
| 1403 | |
| 1404 | func (m *LabelMatcher) GetValue() string { |
| 1405 | if m != nil { |
| 1406 | return m.Value |
| 1407 | } |
| 1408 | return "" |
| 1409 | } |
| 1410 | |
| 1411 | type TimeSeriesFile struct { |
| 1412 | FromIngesterId string `protobuf:"bytes,1,opt,name=from_ingester_id,json=fromIngesterId,proto3" json:"from_ingester_id,omitempty"` |
no outgoing calls