Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Member ¶
type Member struct {
	ExposedFireflyPort   int         `json:"exposedFireflyPort,omitempty"`
	FireflyHostname      string      `json:"fireflyHostname,omitempty"`
	Username             string      `json:"username,omitempty"`
	Password             string      `json:"password,omitempty"`
	UseHTTPS             bool        `json:"useHttps,omitempty"`
	ExposedConnectorPort int         `json:"exposedConnectorPort,omitempty"`
	OrgName              string      `json:"orgName,omitempty"`
	Account              interface{} `json:"account,omitempty"`
}
    type Stack ¶
type StackState ¶ added in v1.0.0
type StackState struct {
	Accounts []interface{} `json:"accounts"`
}
    func ReadStackState ¶ added in v1.0.0
func ReadStackState(filename string) (*StackState, error)
 Click to show internal directories. 
   Click to hide internal directories.