summaryrefslogtreecommitdiff
path: root/types/filter_types.pp
diff options
context:
space:
mode:
Diffstat (limited to 'types/filter_types.pp')
-rw-r--r--types/filter_types.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/types/filter_types.pp b/types/filter_types.pp
new file mode 100644
index 0000000..8a5ef2d
--- /dev/null
+++ b/types/filter_types.pp
@@ -0,0 +1,8 @@
+type Cgit::Filter_types = Enum[
+ 'about',
+ 'auth',
+ 'commit',
+ 'email',
+ 'owner',
+ 'source',
+]