Add placeholders for default local repo publish settings. #12

This commit is contained in:
Andrey Smirnov
2014-03-19 16:19:57 +04:00
parent 1189bca5a4
commit c2fc2f9988
+4
View File
@@ -17,6 +17,10 @@ type LocalRepo struct {
Name string Name string
// Comment // Comment
Comment string Comment string
// DefaultDistribution
DefaultDistribution string `codec:",omitempty"`
// DefaultComponent
DefaultComponent string `codec:",omitempty"`
// "Snapshot" of current list of packages // "Snapshot" of current list of packages
packageRefs *PackageRefList packageRefs *PackageRefList
} }