package guardian

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

Parameter MakePersistence.Backend

type actor = Actor.t
type actor_model = ActorModel.t
type actor_permission = ActorPermission.t
type actor_role = ActorRole.t
type permission_on_target = PermissionOnTarget.t
type role = Role.t
type role_assignment = RoleAssignment.t
type role_permission = RolePermission.t
type target = Target.t
type target_entity = TargetEntity.t
type target_model = TargetModel.t
type validation_set = ValidationSet.t
module Repo : sig ... end
val find_migrations : unit -> (string * string * string) list
val find_clean : unit -> (string * string) list
val migrate : ?ctx:??? -> unit -> unit Lwt.t
val clean : ?ctx:??? -> unit -> unit Lwt.t
val delete : ?ctx:??? -> unit -> unit Lwt.t