Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ArmClient ¶ added in v0.12.0
type ArmClient struct {
	// contains filtered or unexported fields
}
    type Backend ¶
func (*Backend) DeleteWorkspace ¶ added in v0.12.0
func (*Backend) Workspaces ¶ added in v0.12.0
type BackendConfig ¶ added in v0.10.4
type BackendConfig struct {
	// Required
	StorageAccountName string
	// Optional
	AccessKey                     string
	ClientID                      string
	ClientCertificatePassword     string
	ClientCertificatePath         string
	ClientSecret                  string
	CustomResourceManagerEndpoint string
	MetadataHost                  string
	Environment                   string
	MsiEndpoint                   string
	ResourceGroupName             string
	SasToken                      string
	SubscriptionID                string
	TenantID                      string
	UseMsi                        bool
}
    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.