distssh.types

Public Imports

my.path
public import my.path : Path;

Members

Aliases

Env
alias Env = NamedType!(string[string], Tag!"Environment", null)

Mirror of an environment.

Host
alias Host = NamedType!(string, Tag!"Host", null, Comparable, ImplicitConvertable)
Undocumented in source.

Structs

HostLoad
struct HostLoad
Undocumented in source.
Load
struct Load

The load of a host.

Variables

defaultTimeout_s
ulong defaultTimeout_s;
Undocumented in source.
distCmd
auto distCmd;
Undocumented in source.
distShell
auto distShell;
Undocumented in source.
distsshEnvExport
auto distsshEnvExport;
Undocumented in source.
globalEnvFileKey
auto globalEnvFileKey;
Undocumented in source.
globalEnvFilterKey
auto globalEnvFilterKey;
Undocumented in source.
globalEnvHostKey
auto globalEnvHostKey;
Undocumented in source.
globalEnvPurge
auto globalEnvPurge;
Undocumented in source.
globalEnvPurgeWhiteList
auto globalEnvPurgeWhiteList;
Undocumented in source.
topCandidades
auto topCandidades;

Number of the top X candidates to choose a server from to put the work on.

Meta

Authors

Joakim Brännström (joakim.brannstrom@gmx.com)