Versions in this module Expand all Collapse all v0 v0.10.1 May 7, 2016 Changes in this version + const AzureVaultApiVersion + const AzureVaultScope + const AzureVaultSecretTemplate + func Authenticate(env azure.Environment, subscriptionID string, say func(string)) (*azure.ServicePrincipalToken, error) + func DumpConfig(config interface{}, say func(string)) + func IsStateCancelled(stateBag multistep.StateBag) bool + type InterruptibleTask struct + IsCancelled func() bool + Task func(cancelCh <-chan struct{}) error + func NewInterruptibleTask(isCancelled func() bool, task func(cancelCh <-chan struct{}) error) *InterruptibleTask + func (s *InterruptibleTask) Run() InterruptibleTaskResult + type InterruptibleTaskResult struct + Err error + IsCancelled bool + func StartInterruptibleTask(isCancelled func() bool, task func(cancelCh <-chan struct{}) error) InterruptibleTaskResult + type Secret struct + Attributes SecretAttributes + ID *string + Value string + type SecretAttributes struct + Created *string + Enabled bool + Updated *string + type VaultClient struct + func (client *VaultClient) GetSecret(vaultName, secretName string) (*Secret, error) v0.10.0 Mar 15, 2016 Changes in this version + func GlueStrings(a, b string) string + func RandomPassword() (password string) + func RandomString(chooseFrom string, length int) (randomString string)