| 792 | } |
| 793 | |
| 794 | type Sample struct { |
| 795 | Value float64 `protobuf:"fixed64,1,opt,name=value,proto3" json:"value,omitempty"` |
| 796 | TimestampMs int64 `protobuf:"varint,2,opt,name=timestamp_ms,json=timestampMs,proto3" json:"timestamp_ms,omitempty"` |
| 797 | } |
| 798 | |
| 799 | func (m *Sample) Reset() { *m = Sample{} } |
| 800 | func (*Sample) ProtoMessage() {} |
nothing calls this directly
no outgoing calls
no test coverage detected