Module Values.ConnectorEntityMapSource

Sourcetype nonrec t = (Group.t * ConnectorEntityList.t) list
Sourceval make : 'a -> 'a
Sourceval of_header : (Base.String.t * string) list -> 'a list
Sourceval to_value : ('a * ConnectorEntity.t list) list -> [> `Map of ([> `String of 'a ] * [> `List of [> `Structure of (string * [> `Boolean of Boolean.t | `String of Name.t ]) list ] list ]) list ]
Sourceval to_query : (Name.t * ConnectorEntity.t list) list -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'b
Sourceval of_xml : 'a -> 'b
Sourceval of_json : Yojson.Safe.t -> (string * ConnectorEntity.t list) list
Sourceval to_json : (Name.t * ConnectorEntity.t list) list -> Yojson.Safe.t