Allow local repo to carry uploaders.json config. #71

This commit is contained in:
Andrey Smirnov
2015-03-20 22:28:45 +03:00
parent f0fbb8259b
commit d2ce33e66a

View File

@@ -22,6 +22,8 @@ type LocalRepo struct {
DefaultDistribution string `codec:",omitempty"`
// DefaultComponent
DefaultComponent string `codec:",omitempty"`
// Uploaders configuration
Uploaders *Uploaders `code:",omitempty" json:"-"`
// "Snapshot" of current list of packages
packageRefs *PackageRefList
}