| 3040 | } |
| 3041 | |
| 3042 | type integrationDaemonProcess struct { |
| 3043 | pid int |
| 3044 | done <-chan struct{} |
| 3045 | waitCh <-chan error |
| 3046 | } |
| 3047 | |
| 3048 | func (d *integrationDaemon) extensionMarketplaceLoader() extensionpkg.MarketplaceSourceLoader { |
| 3049 | return func(context.Context) ([]registrypkg.Source, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected