Documentation
¶
Index ¶
- Variables
- func Clean(name string) (ok bool)
- func CleanS(s string) string
- func Count(name string) (int, error)
- func FmtSyntax(w string) string
- func Format(s string) string
- func List(s string) (groups []string, total int, err error)
- func SQLFilter(f Filter) (string, error)
- func SQLSelect(f Filter, includeSoftDeletes bool) (string, error)
- func SQLWhere(f Filter, includeSoftDeletes bool) (string, error)
- func Slug(s string) string
- func TrimDot(s string) string
- func TrimThe(s string) string
- func UseHr(prevLetter, group string) (string, bool)
- type Filter
- type Request
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrFilter = errors.New("invalid filter used")
Functions ¶
func FmtSyntax ¶ added in v1.9.5
FmtSyntax formats the special ampersand (&) character to be usable with the URL in use by the group.
Types ¶
Click to show internal directories.
Click to hide internal directories.