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

Struct nativeExtensionSource

internal/daemon/native_extension_tools_test.go:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22)
23
24type nativeExtensionSource struct {
25 latestVersion string
26 downloads map[string]*registrypkg.DownloadResult
27}
28
29var _ registrypkg.Source = (*nativeExtensionSource)(nil)
30

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected