| 9 | ) |
| 10 | |
| 11 | type Source struct { |
| 12 | metricsLevel metrics.AcquisitionMetricsLevel |
| 13 | Config Configuration |
| 14 | logger *log.Entry |
| 15 | Server *http.Server |
| 16 | } |
| 17 | |
| 18 | func (s *Source) GetUuid() string { |
| 19 | return s.Config.UniqueId |
nothing calls this directly
no outgoing calls
no test coverage detected