Module Values.EksContainersSource

Sourcetype nonrec t = EksContainer.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : EksContainer.t list -> [> `List of [> `Structure of (string * [> `List of [> `String of String_.t | `Structure of (string * [> `Boolean of Boolean.t | `String of String_.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Boolean of Boolean.t | `Long of Long.t | `Map of ([> `String of String_.t ] * [> `String of Quantity.t ]) list ]) list ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> EksContainer.t list
Sourceval of_json : [> Yojson.Safe.t ] -> EksContainer.t list
Sourceval to_json : EksContainer.t list -> Yojson.Safe.t