Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
Options *Options
Credentials *gokeepasslib.DBCredentials
CredentialFile string
}
type Interested ¶
type Options ¶
type Options struct {
//diff
BackupDIR string
CacheFile string // ls
Database string
Database2 string
DiffCalling bool
Notify bool
OutputFilename string
Pass string
Pass2 string
// add entry
EntryPass string
EntryTitle string
EntryUser string
// ls
Days int
Fields string
Key string
Key2 string
Reverse bool
Sort string
SortbyCol int
// common
Config string
LogLevel string
OutputFormat string // ls,diff
Quite bool // ls
// create db
NoKey bool
SampleEntries int
}
Options holds the cli options
Click to show internal directories.
Click to hide internal directories.