| 1184 | } |
| 1185 | |
| 1186 | type tGatherer struct { |
| 1187 | done bool |
| 1188 | err error |
| 1189 | } |
| 1190 | |
| 1191 | func (g *tGatherer) Gather() (_ []*dto.MetricFamily, done func(), err error) { |
| 1192 | name := "g1" |
nothing calls this directly
no outgoing calls
no test coverage detected