Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ViewSelector ¶
type ViewSelector struct {
Filter string
Expression *regexp.Regexp
SortField string
Sort string
SortSymbol string
Limit int
// contains filtered or unexported fields
}
func ViewSelectorFor ¶
func ViewSelectorFor(m *session.SessionModule, prefix string, sortFields []string, defExpression string) *ViewSelector
func (*ViewSelector) Update ¶
func (s *ViewSelector) Update() (err error)
Source Files
¶
- script_builtins.go
- view_selector.go
Click to show internal directories.
Click to hide internal directories.