| 1066 | } |
| 1067 | |
| 1068 | type noTransactionGatherer struct { |
| 1069 | g Gatherer |
| 1070 | } |
| 1071 | |
| 1072 | // Gather implements TransactionalGatherer interface. |
| 1073 | func (g *noTransactionGatherer) Gather() (_ []*dto.MetricFamily, done func(), err error) { |
nothing calls this directly
no outgoing calls
no test coverage detected