Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var UnixSocketPath = "/var/run/nexd.sock"
View Source
var UnixSocketPathExpression = UnixSocketPath
Functions ¶
This section is empty.
Types ¶
type KeepaliveStatus ¶
type PingPeersResponse ¶
type PingPeersResponse struct { RelayPresent bool `json:"relay-present"` RelayRequired bool `json:"relay-required"` Peers map[string]KeepaliveStatus `json:"peers"` }
Click to show internal directories.
Click to hide internal directories.