package
Version:
v1.0.32
Opens a new window with list of versions in this module.
Published: Jun 9, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Create struct {
Databaese string `toml:"databaese"`
Keyfile string `toml:"keyfile"`
Password string `toml:"password"`
}
type DiffCfg struct {
Database1 string `toml:"database1"`
Database2 string `toml:"database2"`
Keyfile1 string `toml:"keyfile1"`
Keyfile2 string `toml:"keyfile2"`
OutputFilename string `toml:"outputFilename"`
Password1 string `toml:"password1"`
Password2 string `toml:"password2"`
}
type Notify struct {
EmailContent string `toml:"emailContent"`
From string `toml:"from"`
EmailPassword string `toml:"emailPassword"`
SMTPHost string `toml:"smtpHost"`
SMTPPort int `toml:"smtpPort"`
Subject string `toml:"subject"`
To []string `toml:"to"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.