| 12 | var _ cog.Builder[Metric] = (*MetricBuilder)(nil) |
| 13 | |
| 14 | type MetricBuilder struct { |
| 15 | internal *Metric |
| 16 | errors cog.BuildErrors |
| 17 | } |
| 18 | |
| 19 | func NewMetricBuilder() *MetricBuilder { |
| 20 | resource := NewMetric() |
nothing calls this directly
no outgoing calls
no test coverage detected