index
:
memora
master
Image Gallery
Nathan Reiner <nathan@nathanreiner.xyz>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
routes
/
access.zig
blob: 39872b8e814e82393b6a3e6c92b5dcd069e0d493 (
plain
)
1
2
3
4
5
6
pub
const
Access
=
enum
{
everyone
,
users
,
admins
,
};