]> Git — Sourcephile - gargantext.git/blob - src/Gargantext/Database/Admin/Access.hs
Merge remote-tracking branch 'origin/119-dev-hal-notebook' into dev-merge
[gargantext.git] / src / Gargantext / Database / Admin / Access.hs
1 {-|
2 Module : Gargantext.Database.Access
3 Description : Access to Database
4 Copyright : (c) CNRS, 2017-Present
5 License : AGPL + CECILL v3
6 Maintainer : team@gargantext.org
7 Stability : experimental
8 Portability : POSIX
9
10 TODO-SECURITY review purpose of this module
11 -}
12
13
14
15 module Gargantext.Database.Admin.Access where
16
17 data Action = Read | Write | Exec
18 data Roles = RoleUser | RoleMaster
19