Module Values.OfferingsSource

Sourcetype nonrec t = Offering.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : Offering.t list -> [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Double of Double.t | `Enum of string ]) list ]) list ] list | `String of OfferingIdentifier.t ]) list ] list ]
Sourceval to_query : Offering.t list -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> Offering.t list
Sourceval of_json : [> Yojson.Safe.t ] -> Offering.t list
Sourceval to_json : Offering.t list -> Yojson.Safe.t