guardian.backend
Make.RoleAssignment
guardian
val table_name : string
val sql_select_columns : string list
val find_request_sql : ?count:??? -> string -> string
val find_all : ?ctx:??? -> unit -> role_assignment list Lwt.t
val find_all_by_role : ?ctx:??? -> role -> role_assignment list Lwt.t
val insert : ?ctx:??? -> role_assignment list -> unit Lwt.t
val delete : ?ctx:??? -> ?comment:??? -> role_assignment -> unit Lwt.t
val can_assign_roles : ?ctx:??? -> role -> role list Lwt.t