package crs

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

Module Reviewdog.Diagnostic_resultSource

Sourcetype t = {
  1. source : Source.t option;
  2. severity : Severity.t option;
  3. diagnostics : Diagnostic.t list;
}
Sourceval to_json : t -> Yojson.Basic.t