Documentation
¶
Index ¶
- Variables
- func GetBinaryPath() string
- func GetEncryptionKey() string
- func GetEnvironmentVarsToForward() []string
- func GetGlobalDatabasePath() string
- func GetMOSHPortsRange() string
- func GetReplicationDatabasePath() string
- func GetReplicationEnabled() bool
- func GetReplicationQueueConfig() *types.ReplicationQueueConfig
- func GetSBHostname() string
- func GetSBLocation() string
- func GetSBName() string
- func GetSBUserHome() string
- func GetSBUsername() string
- func GetSSHCommand() string
- func GetSSHPort() string
- func GetTTYRecsOffloadingConfig() *types.TTYRecsOffloadingConfig
Constants ¶
This section is empty.
Variables ¶
View Source
var ( VERSION string COMMIT string )
Functions ¶
func GetEncryptionKey ¶
func GetEncryptionKey() string
GetEncryptionKey returns the symmetric encryption key for backup, replication and ttyrecs offloading
func GetEnvironmentVarsToForward ¶
func GetEnvironmentVarsToForward() []string
GetEnvironmentVarsToForward returns the list of environment variables to forward to distant hosts
func GetGlobalDatabasePath ¶
func GetGlobalDatabasePath() string
GetGlobalDatabasePath returns the global database path
func GetMOSHPortsRange ¶
func GetMOSHPortsRange() string
GetMOSHPortsRange returns the MOSH server ports range
func GetReplicationDatabasePath ¶
func GetReplicationDatabasePath() string
GetReplicationDatabasePath returns the global database path
func GetReplicationEnabled ¶
func GetReplicationEnabled() bool
func GetReplicationQueueConfig ¶
func GetReplicationQueueConfig() *types.ReplicationQueueConfig
func GetSBLocation ¶
func GetSBLocation() string
GetSBLocation returns sb's location (AKA the specific instance in a replicated set)
func GetSBName ¶
func GetSBName() string
GetSBName returns sb's name (AKA the alias to set in user's path)
func GetSSHCommand ¶
func GetSSHCommand() string
GetSSHCommand returns the SSH command to launch when user wants to access a host
func GetTTYRecsOffloadingConfig ¶
func GetTTYRecsOffloadingConfig() *types.TTYRecsOffloadingConfig
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.