Documentation ¶
Index ¶
- func Load(filename string, password []byte) (data []byte, err error)
- func LoadDB(filename string, masterpass []byte) (*store.DB, error)
- func Save(filename string, password []byte, data []byte) error
- func SaveDB(filename string, password []byte, db *store.DB) error
- func WriteToClipboard(value string) error
- type CommandFunc
- type PassManager
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteToClipboard ¶
Types ¶
type CommandFunc ¶
type PassManager ¶
type PassManager struct {
// contains filtered or unexported fields
}
func NewPassManager ¶
func NewPassManager(db *store.DB, dbname string) *PassManager
func (*PassManager) Close ¶
func (pm *PassManager) Close() error
func (*PassManager) Run ¶
func (pm *PassManager) Run() error
Click to show internal directories.
Click to hide internal directories.