Documentation
¶
Index ¶
- func ConfirmPasswordDeletionWidget(gtx *layout.Context, theme *material.Theme, serviceName string, ...)
- func ErrorWindow(ops *op.Ops, window *app.Window, theme *material.Theme, errorMsg string) error
- func HandleMainWindow(window *app.Window, backend *server.Backend) error
- func InfoWindowWidget(gtx *layout.Context, theme *material.Theme, returnBtnWidget *widget.Clickable, ...)
- func InitialSetupWidget(gtx *layout.Context, theme *material.Theme, initialSetup *InitialSetup)
- func InputNewPassword(window *app.Window, ops *op.Ops, backend *server.Backend, ...) error
- func InsertNewPasswordWidget(gtx *layout.Context, theme *material.Theme, newPasswordView *NewPasswordView, ...)
- func LoadWidget(gtx *layout.Context, theme *material.Theme)
- func ManagePasswordDecryptionWidget(gtx *layout.Context, theme *material.Theme, serviceName *string, ...)
- func ResizeDecryptionWindow(window *app.Window)
- func ResizeWindowInfo(window *app.Window)
- func ResizeWindowInitialSetup(window *app.Window)
- func ResizeWindowLoad(window *app.Window)
- func ResizeWindowNewPasswordInsert(window *app.Window)
- func ResizeWindowPasswordEntriesList(window *app.Window)
- type DecryptionPackage
- type Information
- type InitialSetup
- type NewPasswordView
- type PasswordEntriesGUI
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ErrorWindow ¶
func InfoWindowWidget ¶
func InitialSetupWidget ¶
func InitialSetupWidget(gtx *layout.Context, theme *material.Theme, initialSetup *InitialSetup)
func InputNewPassword ¶
func InsertNewPasswordWidget ¶
func InsertNewPasswordWidget(gtx *layout.Context, theme *material.Theme, newPasswordView *NewPasswordView, passwordLength string, info Information)
func ManagePasswordDecryptionWidget ¶
func ManagePasswordDecryptionWidget(gtx *layout.Context, theme *material.Theme, serviceName *string, textCheckMsg *string, authenticate *widget.Clickable, cancel *widget.Clickable, showHideUsername *widget.Clickable, showHidePassword *widget.Clickable, masterPasswordGUI *widget.Editor, usernameGUI *widget.Editor, passwordGUI *widget.Editor, passwordEditorBackgroundColor *color.NRGBA)
func ResizeDecryptionWindow ¶
func ResizeWindowInfo ¶
func ResizeWindowLoad ¶
Types ¶
type DecryptionPackage ¶
type DecryptionPackage struct {
// contains filtered or unexported fields
}
type Information ¶
type Information struct {
// contains filtered or unexported fields
}
type InitialSetup ¶
type InitialSetup struct {
// contains filtered or unexported fields
}
type NewPasswordView ¶
type NewPasswordView struct {
// contains filtered or unexported fields
}
type PasswordEntriesGUI ¶
type PasswordEntriesGUI struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.