next-eeze.git

ref: b8662330e5a2aed7af1568e6cddb044597857f5c

password/bare.go


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
package password

type BarePassword struct {
	Label    string
	Username string
	Password string
	Url      string
	Notes    string
	//CustomFields []CustomField
	//Folder string
}