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