Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoEntryPicked = errors.New("no entry picked")
Functions ¶
func ShowYNQuestionPrompt ¶
Types ¶
type BlockPickEntry ¶
type BlockPickEntry interface { QualifiedID() string Block() *graph.Block // Index of this entry in the BlockPickList Index() int // Len of the BlockPickList Len() int }
BlockPickEntry is a single entry in the BlockPickList
func RenderBlockPicker ¶
func RenderBlockPicker(entries BlockPickList, header string, pageSize, startIndex int) (BlockPickEntry, error)
type BlockPickList ¶
type BlockPickList []BlockPickEntry
type NodePickResult ¶
func RenderNodesPicker ¶
Click to show internal directories.
Click to hide internal directories.