Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type 'stack endpoint = {
stack : 'stack;
ipaddr : Ipaddr.V4.t;
port : int;
authenticator : Awa.Keys.authenticator option;
user : string;
key : Awa.Hostkey.priv;
path : string;
capabilities : [ `Rd | `Wr ];
}
module Make
(Stack : Mirage_stack.V4)
(TCP : sig ... end)
(Git : sig ... end)
(Mclock : Mirage_clock.MCLOCK) :
sig ... end