Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var OctoEditorQuestionTemplate = `` /* 696-byte string literal not displayed */
Functions ¶
This section is empty.
Types ¶
type OctoEditor ¶
type OctoEditor struct {
*survey.Editor
Optional bool
// contains filtered or unexported fields
}
func (*OctoEditor) Cleanup ¶
func (e *OctoEditor) Cleanup(config *survey.PromptConfig, val interface{}) error
func (*OctoEditor) Prompt ¶
func (e *OctoEditor) Prompt(config *survey.PromptConfig) (interface{}, error)
func (*OctoEditor) PromptAgain ¶
func (e *OctoEditor) PromptAgain(config *survey.PromptConfig, invalid interface{}, err error) (interface{}, error)
Click to show internal directories.
Click to hide internal directories.