package git-mirage

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Git_mirage_sshSource

Sourcetype endpoint = {
  1. port : int;
  2. hostname : string;
  3. authenticator : Awa.Keys.authenticator option;
  4. user : string;
  5. credentials : [ `Password of string | `Pubkey of Awa.Hostkey.priv ];
  6. path : string;
  7. capabilities : [ `Rd | `Wr ];
}
Sourceval git_mirage_ssh_password : string Mimic.value
Sourceval git_mirage_ssh_key : Awa.Hostkey.priv Mimic.value
Sourceval git_mirage_ssh_authenticator : Awa.Keys.authenticator Mimic.value
Sourcemodule type S = sig ... end
OCaml

Innovation. Community. Security.