Commit b7411508 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[DB Access] missing file.

parent f0a31c9c
{-|
Module : Gargantext.Database.Access
Description : Access to Database
Copyright : (c) CNRS, 2017-Present
License : AGPL + CECILL v3
Maintainer : team@gargantext.org
Stability : experimental
Portability : POSIX
-}
{-# LANGUAGE NoImplicitPrelude #-}
module Gargantext.Database.Access where
data Action = Read | Write | Exec
data Roles = RoleUser | RoleMaster
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment