package gemini

  1. Overview
  2. Docs
module Event_type = Event_type
type t
val empty : t
val add : t -> Event_type.t -> (module Gemini__.Ws.EVENT_CSVABLE) -> t
val add' : t -> Event_type.t -> (module Csvfields.Csv.Csvable with type t = 'a) -> 'a list -> t
val csv_header : t -> Event_type.t -> string list option
val get : t -> Event_type.t -> string list list
val all : t -> (Event_type.t * string list list) list
val write : ?dir:string -> t -> Event_type.t -> int
val write_all : ?dir:string -> t -> (Event_type.t * int) list
OCaml

Innovation. Community. Security.