package guardian

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

Module Repo.TargetSource

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