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

Method Name

internal/registry/source.go:41–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39// Source abstracts one registry backend.
40type Source interface {
41 Name() string
42 Capabilities() SourceCaps
43 Search(ctx context.Context, query string, opts SearchOpts) ([]Listing, error)
44 Info(ctx context.Context, slug string) (*Detail, error)

Callers 15

goFilesFunction · 0.65
linuxProcessGroupMembersFunction · 0.65
cleanupStaleTempDirsMethod · 0.65
assertNoTempInstallDirsFunction · 0.65
SourceNamedMethod · 0.65
sourceNameFunction · 0.65
spoolDownloadResponseFunction · 0.65
spoolDownloadResponseFunction · 0.65
TestNewWithFileRotationFunction · 0.65

Calls

no outgoing calls