Versions in this module Expand all Collapse all v1 v1.0.21 Mar 14, 2020 Changes in this version + type GetResult struct + func Get(c *gophercloud.ServiceClient, stackName, stackID string) (r GetResult) + func (r GetResult) Extract() ([]byte, error) + type ValidateOpts struct + Template string + TemplateURL string + func (opts ValidateOpts) ToStackTemplateValidateMap() (map[string]interface{}, error) + type ValidateOptsBuilder interface + ToStackTemplateValidateMap func() (map[string]interface{}, error) + type ValidateResult struct + func Validate(c *gophercloud.ServiceClient, opts ValidateOptsBuilder) (r ValidateResult) + func (r ValidateResult) Extract() (*ValidatedTemplate, error) + type ValidatedTemplate struct + Description string + ParameterGroups map[string]interface{} + Parameters map[string]interface{}