Module gix::remote

source ·
Expand description

Modules

Structs

  • Connectionasync-network-client or blocking-network-client
    A type to represent an ongoing connection to a remote host, typically with the connection already established.

Enums

  • The direction of an operation carried out (or to be carried out) through a remote.
  • The name of a remote, either interpreted as symbol like origin or as url as returned by Remote::name().

Type Aliases

  • AuthenticateFnasync-network-client or blocking-network-client
    A function that performs a given credential action, trying to obtain credentials for an operation that needs it.