MCPcopy Create free account
hub / github.com/compozy/agh / integrationDaemonProcess

Struct integrationDaemonProcess

internal/cli/cli_integration_test.go:3042–3046  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected