Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateAppDir ¶
func NewApp ¶
func NewApp(gen *generator.PasswordGenerator, store *store.PasswordStore) *app
Types ¶
type PasswordMeUsecases ¶
type PasswordMeUsecases interface {
GeneratePassword(master string, domain *url.URL, prompts []string, opts ...generator.PasswordOpt) string
CreatePassfile(masterPassword string) error
DeletePassfile() error
ImportPassfile() error
OpenPassfile(masterPassword string) error
PassfileOpened() bool
PassfileExists() bool
ListPasswords() ([]string, error)
SavePassword(name string, password string) error
ShowPassword(name string) (string, error)
}
Click to show internal directories.
Click to hide internal directories.