qeepass

package module
v0.0.0-...-02ed52f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 1, 2022 License: MIT Imports: 1 Imported by: 0

README

qeepass

qeepass - password management and generate utilits

Inspired by the KeePassX GitHub repository

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AppendRecord

func AppendRecord(g *Group, r Record)

Types

type Entry

type Entry struct {
	// Group    string
	Title    string
	Username string
	Password string
	URL      string
	Notes    string
}

type Group

type Group struct {
	Name   string
	Entrys []*Entry
	Childs []*Group
}

func NewGroupFromRecords

func NewGroupFromRecords(rs []Record) *Group

type Record

type Record struct {
	Group string // "root/one/two"

	Entry
}

Directories

Path Synopsis
kdbx

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL