package current_web

  1. Overview
  2. Docs
type t = [
  1. | `Viewer
    (*

    Read-only access, suitable for the general public.

    *)
  2. | `Builder
    (*

    Can cancel and rebuild jobs.

    *)
  3. | `Monitor
    (*

    Can read the metrics.

    *)
  4. | `Admin
    (*

    Can manage log matcher rules.

    *)
]
val pp : t Fmt.t
OCaml

Innovation. Community. Security.