package guardian

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.0.tar.gz
md5=4aa712fb5ae59dc3483d4f1d84a59b97
sha512=b5b936f35d6a519760c100480a0e3748db23989d10d58b601d05b3c235dbe3ef0a9253676a5f6ce33b45ece9fd0caaba6ae9097fe2c73f370b7166051a4a2ec6

doc/guardian.backend/Guardian_backend/MariaDb/Make/Guard/ValidationSet/index.html

Module Guard.ValidationSetSource

Sourcetype t = Guardian.Make(ActorRoles)(TargetRoles).ValidationSet.t =
  1. | And of t list
  2. | Or of t list
  3. | One of Effect.t
  4. | SpecificRole of ActorRoles.t
Sourceval equal : t -> t -> bool
Sourceval pp : Format.formatter -> t -> unit
Sourceval show : t -> string
Sourceval compare : t -> t -> int
Sourceval to_yojson : t -> Yojson.Safe.t
Sourceval and_ : t list -> t
Sourceval or_ : t list -> t
Sourceval one : Effect.t -> t
Sourceval specific_role : ActorRoles.t -> t
Sourceval empty : t
OCaml

Innovation. Community. Security.