revise pull
This commit is contained in:
parent
4d80d920d9
commit
9bf023ef2c
1 changed files with 7 additions and 1 deletions
|
@ -12,4 +12,10 @@ val to_octets : t -> string Lwt.t
|
||||||
|
|
||||||
val of_octets : string -> (t, [`Msg of string]) result Lwt.t
|
val of_octets : string -> (t, [`Msg of string]) result Lwt.t
|
||||||
|
|
||||||
val pull : t -> (unit, [ `Msg of string ]) result Lwt.t
|
type change = [
|
||||||
|
| `Add of key
|
||||||
|
| `Remove of key
|
||||||
|
| `Change of key
|
||||||
|
]
|
||||||
|
|
||||||
|
val pull : t -> (change list, [ `Msg of string ]) result Lwt.t
|
||||||
|
|
Loading…
Reference in a new issue