GetPublishedStorage returns PublishedStorage by name, or an error if the storage is not configured
(name string)
| 97 | type 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 |
no outgoing calls