From c7b81cca1e181103d28ec2493aae67818bc14dd1 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Sun, 30 Mar 2025 15:45:40 -0500 Subject: T7292: add commit request client operations --- src/vyconf_client.mli | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/vyconf_client.mli') diff --git a/src/vyconf_client.mli b/src/vyconf_client.mli index 6d74412..5fd4df4 100644 --- a/src/vyconf_client.mli +++ b/src/vyconf_client.mli @@ -43,4 +43,11 @@ val show_config : t -> string list -> (string, string) result Lwt.t val validate : t -> string list -> (string, string) result Lwt.t +val set : t -> string list -> (string, string) result Lwt.t + +val delete : t -> string list -> (string, string) result Lwt.t + +val commit : t -> (string, string) result Lwt.t + + val reload_reftree : ?on_behalf_of:(int option) -> t -> (string, string) result Lwt.t -- cgit v1.2.3