package guardian

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

Module Repo.ActorPermissionSource

Sourceval insert : ?ctx:??? -> actor_permission -> (unit, string) Lwt_result.t
Sourceval delete : ?ctx:??? -> actor_permission -> (unit, string) Lwt_result.t
Sourceval find_all : ?ctx:??? -> unit -> actor_permission list Lwt.t
Sourceval find_all_of_entity : ?ctx:??? -> target_entity -> actor_permission list Lwt.t