Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
ConnectorID uuid.UUID
Version string
Arch string
// contains filtered or unexported fields
}
Config captures the local client runtime configuration.
func (*Config) ConnectionOptionsSnapshot ¶
func (c *Config) ConnectionOptionsSnapshot(originIP net.IP, previousAttempts uint8) *ConnectionOptionsSnapshot
type ConnectionOptionsSnapshot ¶
type ConnectionOptionsSnapshot struct {
FeatureSnapshot features.FeatureSnapshot
// contains filtered or unexported fields
}
ConnectionOptionsSnapshot is a snapshot of the current client information used to initialize a connection.
The FeatureSnapshot is the features that are available for this connection. At the client level they may change, but they will not change within the scope of this struct.
func (ConnectionOptionsSnapshot) ConnectionOptions ¶
func (c ConnectionOptionsSnapshot) ConnectionOptions() *pogs.ConnectionOptions
Click to show internal directories.
Click to hide internal directories.