diff options
| author | Daniil Baturin <daniil@vyos.io> | 2025-04-01 15:39:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-01 15:39:44 +0100 |
| commit | aedecf6fa96509ef59fd2e1f607a8a13c18d214b (patch) | |
| tree | 610d48220e115555d1770f9d7631999b3101bd80 /src/vyconf_client.mli | |
| parent | 920b75a6dbf9eac4b94600b759818b2ec28004ae (diff) | |
| parent | ab010dbe993afc990fafa4525e1a94670ca7f5a4 (diff) | |
| download | vyconf-aedecf6fa96509ef59fd2e1f607a8a13c18d214b.tar.gz vyconf-aedecf6fa96509ef59fd2e1f607a8a13c18d214b.zip | |
Merge pull request #17 from jestabro/commit-post
T7272: update vyconf config tree on results from commitd
Diffstat (limited to 'src/vyconf_client.mli')
| -rw-r--r-- | src/vyconf_client.mli | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
