MCPcopy Index your code
hub / github.com/aptly-dev/aptly / GetPublishedStorage

Method GetPublishedStorage

aptly/interfaces.go:99–99  ·  view source on GitHub ↗

GetPublishedStorage returns PublishedStorage by name, or an error if the storage is not configured

(name string)

Source from the content-addressed store, hash-verified

97type PublishedStorageProvider interface {
98 // GetPublishedStorage returns PublishedStorage by name, or an error if the storage is not configured
99 GetPublishedStorage(name string) (PublishedStorage, error)
100}
101
102// BarType used to differentiate between different progress bars

Implementers 2

FakeStorageProviderdeb/publish_test.go
AptlyContextcontext/context.go

Calls

no outgoing calls