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