Module type Web_rest.SERVICE

type t
val find : string -> t option Lwt.t
val insert : t -> (t, string) Result.t Lwt.t
val update : string -> t -> (t, string) Stdlib.result Lwt.t
val delete : t -> (unit, string) Stdlib.result Lwt.t