package stog_server_multi

  1. Overview
  2. Docs
val git_mutex : Lwt_mutex.t
method do_git : git_repo -> (git_repo -> 'a Lwt.t) -> 'a Lwt.t
method git : git_repo
method git_action : (P.server_msg -> unit Lwt.t) -> (unit -> string) -> unit Lwt.t
method handle_call : (P.server_msg -> unit Lwt.t) -> P.client_msg -> unit Lwt.t
method handle_commit : (P.server_msg -> unit Lwt.t) -> Stog_multi_ed_common.Git.path list -> string -> unit Lwt.t
method handle_get_status : (P.server_msg -> unit Lwt.t) -> unit Lwt.t
method handle_message : (P.server_msg -> unit Lwt.t) -> P.client_msg -> unit Lwt.t
method handle_push : (P.server_msg -> unit Lwt.t) -> unit Lwt.t
method handle_rebase_from_origin : (P.server_msg -> unit Lwt.t) -> unit Lwt.t
method id : string
method sshkey : string option
OCaml

Innovation. Community. Security.