| 10 | ) |
| 11 | |
| 12 | type testConfig struct { |
| 13 | uid string |
| 14 | key string |
| 15 | sourceType string |
| 16 | priority int |
| 17 | source string |
| 18 | hash uint64 |
| 19 | } |
| 20 | |
| 21 | func (c testConfig) UID() string { return c.uid } |
| 22 | func (c testConfig) ExposedKey() string { return c.key } |
nothing calls this directly
no outgoing calls
no test coverage detected