| 13 | ) |
| 14 | |
| 15 | type config struct { |
| 16 | // the current values |
| 17 | vals reader.Values |
| 18 | exit chan bool |
| 19 | // the current snapshot |
| 20 | snap *loader.Snapshot |
| 21 | opts Options |
| 22 | |
| 23 | sync.RWMutex |
| 24 | } |
| 25 | |
| 26 | type watcher struct { |
| 27 | lw loader.Watcher |
nothing calls this directly
no outgoing calls
no test coverage detected