| 24 | } |
| 25 | |
| 26 | type watcher struct { |
| 27 | lw loader.Watcher |
| 28 | rd reader.Reader |
| 29 | value reader.Value |
| 30 | path []string |
| 31 | } |
| 32 | |
| 33 | func newConfig(opts ...Option) (Config, error) { |
| 34 | var c config |
nothing calls this directly
no outgoing calls
no test coverage detected