Documentation ¶ Index ¶ type CLI func (cl *CLI) RequestWorkspace(w io.Writer) (string, error) func (*CLI) Stop() type Survey func (*Survey) RequestWorkspace(w io.Writer) (string, error) func (*Survey) Stop() type TView func (tv *TView) RequestWorkspace(w io.Writer) (string, error) func (tv *TView) Stop() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type CLI ¶ type CLI struct{} func (*CLI) RequestWorkspace ¶ func (cl *CLI) RequestWorkspace(w io.Writer) (string, error) func (*CLI) Stop ¶ func (*CLI) Stop() type Survey ¶ added in v2.1.0 type Survey struct{} func (*Survey) RequestWorkspace ¶ added in v2.1.0 func (*Survey) RequestWorkspace(w io.Writer) (string, error) func (*Survey) Stop ¶ added in v2.1.0 func (*Survey) Stop() type TView ¶ type TView struct { // contains filtered or unexported fields } func (*TView) RequestWorkspace ¶ func (tv *TView) RequestWorkspace(w io.Writer) (string, error) func (*TView) Stop ¶ func (tv *TView) Stop() Source Files ¶ View all Source files cli.go survey.go tview.go Click to show internal directories. Click to hide internal directories.