Documentation ¶
Index ¶
- type UserView
- func (uv *UserView) HandleInput(event *tcell.EventKey) *tcell.EventKey
- func (uv *UserView) Initialize(backButtonText string, sysConfig *configuration.SystemConfig, ...) (err error)
- func (uv *UserView) Name() string
- func (uv *UserView) OnShow()
- func (uv *UserView) Primitive() tview.Primitive
- func (uv *UserView) Reset() (err error)
- func (uv *UserView) Title() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserView ¶
type UserView struct {
// contains filtered or unexported fields
}
UserView contains the password UI
func (*UserView) HandleInput ¶
HandleInput handles custom input.
func (*UserView) Initialize ¶
func (uv *UserView) Initialize(backButtonText string, sysConfig *configuration.SystemConfig, cfg *configuration.Config, app *tview.Application, nextPage, previousPage, quit, refreshTitle func()) (err error)
Initialize initializes the view.
func (*UserView) OnShow ¶
func (uv *UserView) OnShow()
OnShow gets called when the view is shown to the user
Click to show internal directories.
Click to hide internal directories.