Module Ketrew_protocol.Up_message (.ml)

module Up_message: sig .. end

type target_query = [ `All | `Created_after of float | `Not_finished_before of float ] 
type t = [ `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