package guardian

  1. Overview
  2. Docs
Role-based access control for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.4.0.tar.gz
md5=c0526b48e6fe938c209dfd5810082578
sha512=0fb1878c12848c2e5690444035e225cdd7b80f0fa98ee5a1db5e2f41f01fb5db3c8fc4d81b9c95da1859d6c803d0a253458e213dea8fa0924d33f4055df8c01f

doc/guardian.backend/Guardian_backend/MariaDb/Make/Entity/Uuid/Actor/index.html

Module Uuid.ActorSource

Sourceval nil : t
Sourceval max : t
Sourceval ns_dns : t
Sourceval ns_url : t
Sourceval ns_oid : t
Sourceval ns_X500 : t
Sourceval equal : t -> t -> bool
Sourceval compare : t -> t -> int
Sourceval of_binary_string : ?pos:??? -> string -> t option
Sourceval to_binary_string : t -> string
Sourceval unsafe_of_binary_string : string -> t
Sourceval unsafe_to_binary_string : t -> string
Sourceval of_string : ?pos:??? -> string -> t option
Sourceval of_string_exn : ?pos:??? -> string -> t
Sourceval of_string_res : ?pos:??? -> string -> (t, string) result
Sourceval to_string : ?upper:??? -> t -> string
Sourceval pp : Format.formatter -> t -> unit
Sourceval pp' : upper:bool -> Format.formatter -> t -> unit
Sourceval to_yojson : t -> [> `String of string ]
Sourceval of_yojson : [> `String of string ] -> (t, string) result
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval create : unit -> t