Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandWrapper ¶
type CommandWrapper struct{}
func NewCommandWrapper ¶
func NewCommandWrapper() *CommandWrapper
type TableCommandParser ¶
type TableCommandParser struct {
// contains filtered or unexported fields
}
TableCommandParser allows to render table command output into interactive message based on registered templates.
func NewTableCommandParser ¶
func NewTableCommandParser(log logrus.FieldLogger) *TableCommandParser
NewTableCommandParser returns a new TableCommandParser instance.
type TutorialWrapper ¶
type TutorialWrapper struct{}
TutorialWrapper allows constructing interactive message with predefined steps.
func NewTutorialWrapper ¶
func NewTutorialWrapper() *TutorialWrapper
NewTutorialWrapper returns a new TutorialWrapper instance.
Click to show internal directories.
Click to hide internal directories.