next-eeze.git

ref: abd06c5473a24bf0ea576063ebe3a10a0812c188

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
}