package guardian

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Repo.RoleAssignmentSource

Sourceval table_name : string
Sourceval sql_select_columns : string list
Sourceval find_request_sql : ?count:??? -> string -> string
Sourceval find_all : ?ctx:??? -> unit -> role_assignment list Lwt.t
Sourceval find_all_by_role : ?ctx:??? -> role -> role_assignment list Lwt.t
Sourceval insert : ?ctx:??? -> role_assignment list -> unit Lwt.t
Sourceval delete : ?ctx:??? -> ?comment:??? -> role_assignment -> unit Lwt.t