 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const TerraformUA = "HashiCorp-Terraform"
    Variables ¶
      View Source
      
  
    var ClientErrorCatcher = Catcher{"AliyunGoClientFailure", 10, 3}
    
      View Source
      
  
    var ServiceBusyCatcher = Catcher{"ServiceUnavailable", 10, 3}
    
      View Source
      
  
var TerraformVersion = strings.TrimSuffix(version.String(), "-dev")
    Functions ¶
Types ¶
type Backend ¶
func (*Backend) Workspaces ¶
type Invoker ¶
type Invoker struct {
	// contains filtered or unexported fields
}
    func NewInvoker ¶
func NewInvoker() Invoker
func (*Invoker) AddCatcher ¶
type RemoteClient ¶
type RemoteClient struct {
	// contains filtered or unexported fields
}
    func (*RemoteClient) Delete ¶
func (c *RemoteClient) Delete() error
func (*RemoteClient) Put ¶
func (c *RemoteClient) Put(data []byte) error
func (*RemoteClient) Unlock ¶
func (c *RemoteClient) Unlock(id string) error
 Click to show internal directories. 
   Click to hide internal directories.