Versions in this module Expand all Collapse all v1 v1.2.1 Mar 8, 2016 Changes in this version + type Expander interface + ExpandTemplate func(template *common.Template) (string, error) + func NewExpander(binary string) Expander + type ExpansionResponse struct + Config string + Layout string + func NewExpansionResponse(output string) (*ExpansionResponse, error) + func (eResponse *ExpansionResponse) Unmarshal() (*ExpansionResult, error) + type ExpansionResult struct + Config map[string]interface{} + Layout map[string]interface{} + func NewExpansionResult(output string) (*ExpansionResult, error) + func (eResult *ExpansionResult) Marshal() (*ExpansionResponse, error)