Versions in this module Expand all Collapse all v3 v3.0.42 Feb 26, 2020 Changes in this version + var ErrInvalidCredentials = errors.New("Credentials are not valid") + var ErrNotAUser = errors.New("Credentials are not for a user principal") + var ErrSaveAndExit = errors.New("Exiting at user request.") + var ErrUserAbort = errors.New("Aborted by user. Vault unchanged.") + type AWSMenu struct + func (m *AWSMenu) Handler() error + func (m *AWSMenu) Help() + func (m *AWSMenu) Printer() + type DetectMFAMenu struct + func (m *DetectMFAMenu) Handler() error + type DurationMenu struct + func (m *DurationMenu) Handler() error + func (m *DurationMenu) Printer() + type ImportCredentialsMenu struct + Credentials *vaulted.AWSCredentials + func (m *ImportCredentialsMenu) Handler() error + type Interaction struct + func (interaction *Interaction) ReadInput(message string, rl *readline.Instance) (string, error) + func (interaction *Interaction) ReadMenu(message string) (string, error) + func (interaction *Interaction) ReadPrompt(message string) (string, error) + func (interaction *Interaction) ReadValue(message string) (string, error) + type MainMenu struct + VaultName string + func (m *MainMenu) Handler() error + func (m *MainMenu) Help() + type Menu struct + ShowHidden bool + Vault *vaulted.Vault + type SSHKeyMenu struct + func (m *SSHKeyMenu) AddSSHKey() error + func (m *SSHKeyMenu) Handler() error + func (m *SSHKeyMenu) Help() + func (m *SSHKeyMenu) Printer() + type VariableMenu struct + func (m *VariableMenu) Handler() error + func (m *VariableMenu) Help() + func (m *VariableMenu) Printer()