Module Github_hooks
Github Hooks
type server_tls_config= [ `Crt_file_path of string ] * [ `Key_file_path of string ] * [ `Password of bool -> string | `No_password ] * [ `Port of int ]The type for TLS server configuration. Similar to
Conduit_lwt_unix.server_tls_config
module Repo : sig ... endmodule type CONFIGURATION = sig ... endmodule type TIME = sig ... endmodule type SERVER = sig ... endmodule type HOOKS = sig ... end