| 16 | ) |
| 17 | |
| 18 | type apiTimerLayer struct { |
| 19 | pluginID string |
| 20 | apiImpl API |
| 21 | metrics metricsInterface |
| 22 | } |
| 23 | |
| 24 | func (api *apiTimerLayer) recordTime(startTime timePkg.Time, name string, success bool) { |
| 25 | if api.metrics != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected