Documentation
¶
Index ¶
- func Configuration(name string) *gopolutils.Exception
- func GUI(passwords table.Table[password.Password], manager *parol.Parol, ...) *ui.GUI
- func GetAssetPath() *fayl.Path
- func GetBasePath() *fayl.Path
- func GetDataFolder() *fayl.Path
- func GetDatabaseFile() *fayl.Path
- func GetKeyFile() *fayl.Path
- func GetSettingsPath() *fayl.Path
- func Passwords(keyFile, passwordFile *fayl.Path, tableName string, driver table.Driver) (*parol.Parol, table.Table[password.Password])
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Configuration ¶
func Configuration(name string) *gopolutils.Exception
Setup the folders used by the application. If any of the given folders can not be setup, an gopolutils.IOError is returned.
func GUI ¶
func GUI(passwords table.Table[password.Password], manager *parol.Parol, configuration settings.Settings) *ui.GUI
Setup the gui based on its parts. Returns the gui of the application.
func GetAssetPath ¶
Obtain the asset path of the application. Returns the asset path of the application.
func GetBasePath ¶
Obtain the base path of the application. Returns the base path of the application.
func GetDataFolder ¶
Obtain the data path of the application. Returns the data path of the application.
func GetDatabaseFile ¶
Obtain the database path of the application. Returns the database path of the application.
func GetKeyFile ¶
Obtain the key path of the application. Returns the key path of the application.
func GetSettingsPath ¶
Obtain the settings path of the application. Returns the settings path of the application.
Types ¶
This section is empty.