Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type sources = {
realtime_start : string;
realtime_end : string;
order_by : string option;
sort_order : string option;
count : int option;
offset : int option;
limit : int option;
sources : source list;
}
Container for sources data
val sources_of_yojson :
Yojson.Safe.t ->
sources Ppx_deriving_yojson_runtime.error_or
val source_of_yojson :
Yojson.Safe.t ->
source Ppx_deriving_yojson_runtime.error_or
val pp_sources :
Ppx_deriving_runtime.Format.formatter ->
sources ->
Ppx_deriving_runtime.unit
val show_sources : sources -> Ppx_deriving_runtime.string
val pp_source :
Ppx_deriving_runtime.Format.formatter ->
source ->
Ppx_deriving_runtime.unit
val show_source : source -> Ppx_deriving_runtime.string
val order_by_to_string : order_by -> string