| 11 | ) |
| 12 | |
| 13 | type Source struct { |
| 14 | metricsLevel metrics.AcquisitionMetricsLevel |
| 15 | config Configuration |
| 16 | logger *log.Entry |
| 17 | evtConfig *winlog.SubscribeConfig |
| 18 | query string |
| 19 | name string |
| 20 | } |
| 21 | |
| 22 | func (s *Source) GetUuid() string { |
| 23 | return s.config.UniqueId |
nothing calls this directly
no outgoing calls
no test coverage detected