Separate out LocalPublishedStorage interface. #15

This commit is contained in:
Andrey Smirnov
2014-07-18 17:44:54 +04:00
parent 7a7bb56557
commit 96e878a2e0
6 changed files with 21 additions and 14 deletions
+2 -2
View File
@@ -50,7 +50,7 @@ type PublishedRepoSuite struct {
PackageListMixinSuite
repo, repo2, repo3, repo4 *PublishedRepo
root string
publishedStorage aptly.PublishedStorage
publishedStorage *files.PublishedStorage
packagePool aptly.PackagePool
localRepo *LocalRepo
snapshot, snapshot2 *Snapshot
@@ -560,7 +560,7 @@ type PublishedRepoRemoveSuite struct {
snapshotCollection *SnapshotCollection
collection *PublishedRepoCollection
root string
publishedStorage aptly.PublishedStorage
publishedStorage *files.PublishedStorage
snap1 *Snapshot
repo1, repo2, repo3, repo4 *PublishedRepo
}