package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jul 17, 2022
License: GPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Data struct {
MasterPassword string `json:"master_password"`
Entries []Entry `json:"entries"`
}
type Entry struct {
UniqueID string `json:"unique_id"`
Description string `json:"description"`
Tags []string `json:"tags"`
Site string `json:"site"`
ID string `json:"id"`
Password string `json:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.