summaryrefslogtreecommitdiff
path: root/types/filter_types.pp
blob: 03211fdbc224aa9f9978fefc9442ad915ad1a9f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
# @summary Filters recognised by cgit.
#
# See cgitrc(5) for more information.
type Cgit::Filter_types = Enum[
  'about',
  'auth',
  'commit',
  'email',
  'owner',
  'source',
]