package stog_server_multi

  1. Overview
  2. Docs

Module Git_server.MakeSource

Parameters

module P : Stog_multi_ed_common.Git.P

Signature

Sourceclass repo : (P.server_msg -> (P.client_msg -> unit Lwt.t) -> unit Lwt.t) -> (P.server_msg -> unit Lwt.t) -> id:string -> ?sshkey:string -> git_repo -> object ... end
Sourceclass repos : (P.app_server_msg -> (P.app_client_msg -> unit Lwt.t) -> unit Lwt.t) -> (P.app_server_msg -> unit Lwt.t) -> ((P.server_msg -> (P.client_msg -> unit Lwt.t) -> unit Lwt.t) -> (P.server_msg -> unit Lwt.t) -> id:string -> ?sshkey:string -> git_repo -> repo) -> object ... end