From 4d80d920d911aa35af250a347e3bd628d97ea474 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Tue, 20 Sep 2022 14:21:01 +0200 Subject: [PATCH] add a pull --- src/git_kv.mli | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/git_kv.mli b/src/git_kv.mli index 79466f4..043ae34 100644 --- a/src/git_kv.mli +++ b/src/git_kv.mli @@ -11,3 +11,5 @@ val connect : Mimic.ctx -> string -> t Lwt.t val to_octets : t -> string Lwt.t val of_octets : string -> (t, [`Msg of string]) result Lwt.t + +val pull : t -> (unit, [ `Msg of string ]) result Lwt.t