| 33 | watcher W.Watcher |
| 34 | } |
| 35 | ProviderImpl interface { |
| 36 | fmt.Stringer |
| 37 | ShortName() string |
| 38 | IsExplicitOnly() bool |
| 39 | loadRoutesImpl() (route.Routes, error) |
| 40 | NewWatcher() W.Watcher |
| 41 | Logger() *zerolog.Logger |
| 42 | } |
| 43 | ) |
| 44 | |
| 45 | const ( |
no outgoing calls
no test coverage detected