Merge branch 'master' into ch3990

This commit is contained in:
Abhishek Katiyar
2020-02-26 17:17:59 +05:30
2 changed files with 6 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ func bindataTemplatesAwsrolestfDeploysh() (*asset, error) {
size: 508,
md5checksum: "",
mode: os.FileMode(420),
modTime: time.Unix(1582717401, 0),
modTime: time.Unix(1582717639, 0),
}
a := &asset{bytes: bytes, info: info}
@@ -157,7 +157,7 @@ func bindataTemplatesAwsrolestfMaintf() (*asset, error) {
size: 560,
md5checksum: "",
mode: os.FileMode(420),
modTime: time.Unix(1582717401, 0),
modTime: time.Unix(1582717639, 0),
}
a := &asset{bytes: bytes, info: info}

View File

@@ -31,6 +31,10 @@ type Database struct {
InstanceName string `json:"instanceName"`
}
type Team struct {
Name string `json:"name"`
}
type ServiceRole struct {
Name string `json:"name"`
Policies []Policies `json:"policies"`