Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecureStorage ¶
type SecureStorage struct {
// contains filtered or unexported fields
}
func NewSecureStorage ¶
func (*SecureStorage) GetPasswordFromFile ¶
func (ss *SecureStorage) GetPasswordFromFile(file string) (string, error)
func (*SecureStorage) GetPasswordFromString ¶
func (ss *SecureStorage) GetPasswordFromString(str string) (string, error)
Click to show internal directories.
Click to hide internal directories.