package gapi-ocaml

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

Module Result.FormattedResultsSource

Sourcemodule RuleResults : sig ... end
Sourcetype t = {
  1. locale : string;
    (*

    The locale of the formattedResults, e.g. "en_US".

    *)
  2. ruleResults : (string * RuleResults.t) list;
    (*

    Dictionary of formatted rule results, with one entry for each PageSpeed rule instantiated and run by the server.

    *)
}
Sourceval locale : (t, string) GapiLens.t
Sourceval ruleResults : (t, (string * RuleResults.t) list) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list
OCaml

Innovation. Community. Security.