Style fixes. #191

This commit is contained in:
Andrey Smirnov
2015-02-20 23:58:00 +03:00
parent 8111460e36
commit 48b8311150
4 changed files with 55 additions and 57 deletions

View File

@@ -40,13 +40,13 @@ type S3PublishRoot struct {
// SwiftPublishRoot describes single OpenStack Swift publishing entry point
type SwiftPublishRoot struct {
UserName string `json:"osname"`
Password string `json:"password"`
AuthUrl string `json:"authurl"`
Tenant string `json:"tenant"`
TenantId string `json:"tenantid"`
Prefix string `json:"prefix"`
Container string `json:"container"`
UserName string `json:"osname"`
Password string `json:"password"`
AuthURL string `json:"authurl"`
Tenant string `json:"tenant"`
TenantID string `json:"tenantid"`
Prefix string `json:"prefix"`
Container string `json:"container"`
}
// Config is configuration for aptly, shared by all modules