registry/response: Add protocols to DL resp

This commit is contained in:
Justin Campbell 2018-11-19 16:33:09 -05:00
parent 06825bf46d
commit c993e9bed6
1 changed files with 8 additions and 7 deletions

View File

@ -45,6 +45,7 @@ type TerraformProviderPlatform struct {
// structure for a provider platform with all details required to perform a
// download.
type TerraformProviderPlatformLocation struct {
Protocols []string `json:"protocols"`
OS string `json:"os"`
Arch string `json:"arch"`
Filename string `json:"filename"`