| 77 | } |
| 78 | |
| 79 | type OpenAPIInterfaceImpl struct { |
| 80 | control BlockingControl |
| 81 | querier Querier |
| 82 | refresher ListRefresher |
| 83 | cacheControl CacheControl |
| 84 | stats StatsProvider |
| 85 | } |
| 86 | |
| 87 | func NewOpenAPIInterfaceImpl(control BlockingControl, |
| 88 | querier Querier, |
nothing calls this directly
no outgoing calls
no test coverage detected