Note the meaning of version numbers
[khatus.git] / v3 / src / lib / khatus_state.mli
1 type t =
2 { node : string
3 ; modul : string
4 ; time : Khatus_time.t
5 ; cache : Khatus_cache.t
6 }
7
8 val init : node:string -> modul:string -> t
9
10 val update : t -> msg:Khatus_msg.t -> t
This page took 0.048326 seconds and 4 git commands to generate.