Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadInstance ¶
func LoadInstance()
Types ¶
type PasswordModal ¶
type PasswordModal struct { Input *components.Input Modal *components.Modal // contains filtered or unexported fields }
var Instance *PasswordModal
func (*PasswordModal) Layout ¶
func (w *PasswordModal) Layout(gtx layout.Context, th *material.Theme) layout.Dimensions
func (*PasswordModal) SetLoading ¶
func (w *PasswordModal) SetLoading(loading bool)
func (*PasswordModal) SetVisible ¶
func (w *PasswordModal) SetVisible(visible bool)
func (*PasswordModal) StartWrongPassAnimation ¶
func (w *PasswordModal) StartWrongPassAnimation()
func (*PasswordModal) Submitted ¶
func (w *PasswordModal) Submitted() (bool, string)
Click to show internal directories.
Click to hide internal directories.