Commit | Line | Data |
---|---|---|
c6a7396e SK |
1 | type t |
2 | ||
3 | val create : unit -> t | |
4 | ||
5 | val update | |
6 | : t | |
7 | -> node : string | |
8 | -> modul : string | |
9 | -> key : (string list) | |
10 | -> value : string | |
11 | -> time : Khatus_time.t | |
12 | -> unit | |
13 | ||
6f35286a SK |
14 | val dump_to_dir |
15 | : t | |
16 | -> time:Khatus_time.t | |
17 | -> node:string | |
18 | -> modul:string | |
19 | -> dir:string | |
20 | -> unit |