Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResultsStack ¶
type ResultsStack struct {
// contains filtered or unexported fields
}
func (*ResultsStack) Height ¶
func (x *ResultsStack) Height(height int)
func (*ResultsStack) Pop ¶
func (x *ResultsStack) Pop()
func (*ResultsStack) Push ¶
func (x *ResultsStack) Push(model results.Model)
func (*ResultsStack) Top ¶
func (x *ResultsStack) Top() *results.Model
func (*ResultsStack) WrapWidth ¶
func (x *ResultsStack) WrapWidth(width int)
Click to show internal directories.
Click to hide internal directories.