module Up_message:sig
..end
typetarget_query =
[ `All | `Created_after of float | `Not_finished_before of float ]
typet =
[ `Call_query of string * string
| `Get_available_queries of string
| `Get_target_ids of target_query
| `Get_targets of string list
| `Kill_targets of string list
| `Restart_targets of string list
| `Submit_targets of Ketrew_target.t list ]
include Json.Versioned.WITH_VERSIONED_SERIALIZATION