guardian.backend
Guard.Authorizer
guardian
val check_effect : ?tags:Logs.Tag.set -> Rule.t list -> 'a Actor.t -> Effect.t -> (unit, string) result
val actor_in_rule : 'a Actor.t -> Rule.t -> bool
val actor_in_rule_res : 'a Actor.t -> Rule.t -> (unit, string) result
val can_for_rules : ?any_of:bool -> Rule.t list -> 'a Actor.t -> (unit, string) result