Versions in this module Expand all Collapse all v1 v1.5.0 Oct 11, 2021 Changes in this version + type PasswordStore struct + GPGBin string + GPGIDs []string + GitDir string + Path string + UsesGit bool + func NewPasswordStore(storePath string) *PasswordStore + func (store *PasswordStore) AddAndCommit(message string, paths ...string) error + func (store *PasswordStore) ContainsDirectory(dirname string) (bool, string) + func (store *PasswordStore) ContainsPassword(pwname string) (bool, string) + func (store *PasswordStore) CopyDirectory(source, dest string) error + func (store *PasswordStore) CopyPassword(source, dest string) error + func (store *PasswordStore) GetPassword(pwname string) (string, error) + func (store *PasswordStore) GetPasswordsList() []string + func (store *PasswordStore) Init(gpgIDs []string) error + func (store *PasswordStore) InsertPassword(pwname, pwtext string) error + func (store *PasswordStore) MoveDirectory(source, dest string) error + func (store *PasswordStore) MovePassword(source, dest string) error + func (store *PasswordStore) ReencryptPassword(pwname string) error + func (store *PasswordStore) RemoveDirectory(dirname string) error + func (store *PasswordStore) RemovePassword(pwname string) error + func (store *PasswordStore) SetGPGIDs(gpgIDs []string) error