package
Version:
v0.0.6
Opens a new window with list of versions in this module.
Published: Jun 16, 2020
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Database struct {
Name string `survey:"name"`
Password string `survey:"password"`
Hint string `survey:"hint"`
}
type DetailItem struct {
ID int `json:"-"`
Title string `json:"title"`
Account string `json:"account"`
Password string `json:"password"`
ModifiedAt string `json:"modifiedAt"`
}
type SimpleItem struct {
ID int `json:"id"`
Title string
IVCiphertext string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.