Module Values.MessagesSource

Sourcetype nonrec t = Message.t list
Sourceval make : 'a list -> 'a list
Sourceval of_string : 'a -> 'b
Sourceval to_value : Message.t list -> [> `List of [> `Structure of (string * [> `Blob of Payload.t | `String of MessageId.t | `Structure of (string * [> `Long of EpochMilliTimestamp.t ]) list ]) list ] list ]
Sourceval to_query : Message.t list -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> Message.t list
Sourceval of_json : [> Yojson.Safe.t ] -> Message.t list
Sourceval to_json : Message.t list -> Yojson.Safe.t