Documentation ¶ Overview ¶ Package steps provides a wizard style step progress bar. Index ¶ func View(m Model) (s string) type Model Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func View ¶ func View(m Model) (s string) View function. Types ¶ type Model ¶ type Model struct { // Steps is the set of step labels. Steps []string // Step is the index of the current step. Step int // Prefix is a string applied to the beginning of each line. Prefix string } Model is the step model. Source Files ¶ View all Source files steps.go Click to show internal directories. Click to hide internal directories.