Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Oraft
Sourcetype t = {
conf : Oraft__.Conf.t;
process : unit Lwt.t;
post_command : string -> bool Lwt.t;
current_state : unit -> current_state;
}