package guardian

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

Module MakePersistence.TargetSource

val insert : ?ctx:??? -> target -> (unit, string) Lwt_result.t
val mem : ?ctx:??? -> Guardian__.Uuid.Target.t -> (bool, string) Lwt_result.t
val find : ?ctx:??? -> Guardian__.Uuid.Target.t -> (target, string) Lwt_result.t
val find_model : ?ctx:??? -> Guardian__.Uuid.Target.t -> (target_model, string) Lwt_result.t
val promote : ?ctx:??? -> Guardian__.Uuid.Target.t -> target_model -> unit Lwt.t
Sourceval decorate : ?ctx:??? -> ('a -> target) -> 'a -> (target, string) Lwt_result.t