Documentation
¶
Index ¶
- Constants
- func ScanOrderByArg(argOrderby string) (orderByField string, dirUp bool)
- type ListURL
- func (l *ListURL) ArgsVals(sortcolname string, sortdirUP bool) (argVals []web.Argument)
- func (l *ListURL) MergeArgs(targets ...web.Argument) []web.Argument
- func (l ListURL) Redirect(listRoute route, args ...web.Argument) error
- func (l *ListURL) SortByColumnArgVal(colname string, dirUP bool) web.Argument
- func (l *ListURL) URL(listRoute route, args ...web.Argument) string
Constants ¶
View Source
const ASC = "asc"
View Source
const DESC = "desc"
Variables ¶
This section is empty.
Functions ¶
func ScanOrderByArg ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.