Documentation ¶
Overview ¶
Package filter returns the groups based on a role or activity filter.
Index ¶
- Variables
- func Count(db *sql.DB, name string) (int, error)
- func List(db *sql.DB, w io.Writer, name string) ([]string, int, error)
- func SQLFilter(f Filter) (string, error)
- func SQLSelect(w io.Writer, f Filter, includeSoftDeletes bool) (string, error)
- func SQLWhere(w io.Writer, f Filter, includeSoftDeletes bool) (string, error)
- func Slug(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 ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.