package bonsai

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

Module For_testing.EventSource

Sourcetype t =
  1. | Started of {
    1. id : Rpc_id.t;
    2. rpc_kind : Rpc_kind.t;
    3. start_time : Core.Time_ns.Alternate_sexp.t;
    4. query : Core.Sexp.t Or_no_sexp_of_provided.t;
    5. path : string;
    }
  2. | Finished of {
    1. id : Rpc_id.t;
    2. duration : Core.Time_ns.Span.t;
    3. response : Core.Sexp.t Or_no_sexp_of_provided.t Core.Or_error.t;
    }
  3. | Aborted of {
    1. id : Rpc_id.t;
    2. duration : Core.Time_ns.Span.t;
    }
Sourcemodule Unstable : sig ... end
Sourceval conceal : t -> Event.t
Sourceval reveal : Event.t -> t