gofmt
This commit is contained in:
parent
1ec6578c02
commit
d294d2c576
|
@ -73,7 +73,7 @@ type Config struct {
|
||||||
ResourceGroupName string `mapstructure:"resource_group_name"`
|
ResourceGroupName string `mapstructure:"resource_group_name"`
|
||||||
StorageAccount string `mapstructure:"storage_account"`
|
StorageAccount string `mapstructure:"storage_account"`
|
||||||
TempComputeName string `mapstructure:"temp_compute_name"`
|
TempComputeName string `mapstructure:"temp_compute_name"`
|
||||||
TempResourceGroupName string `mapstructure:"temp_resource_group_name"`
|
TempResourceGroupName string `mapstructure:"temp_resource_group_name"`
|
||||||
storageAccountBlobEndpoint string
|
storageAccountBlobEndpoint string
|
||||||
CloudEnvironmentName string `mapstructure:"cloud_environment_name"`
|
CloudEnvironmentName string `mapstructure:"cloud_environment_name"`
|
||||||
cloudEnvironment *azure.Environment
|
cloudEnvironment *azure.Environment
|
||||||
|
|
Loading…
Reference in New Issue