Module Values.MessagesSource

Sourcetype nonrec t = Message.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : Message.t list -> [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `Enum of string ]) list ]) list ] 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