Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultTimeout = 5 * time.Second DefaultRetries = 3 )
Variables ¶
View Source
var PassageConfigValidTypes = map[string]bool{"tcp": true, "container": true}
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Servers map[string]*SSHServerConfig
}
type ConfigError ¶
type ConfigError struct {
Errors []error
}
func (*ConfigError) Error ¶
func (err *ConfigError) Error() string
type PassageConfig ¶
type RPCContainer ¶
type RPCContainer struct {
// contains filtered or unexported fields
}
type RPCServer ¶
type RPCServer struct {
// contains filtered or unexported fields
}
func NewRPCServer ¶
type SSHServerConfig ¶
Click to show internal directories.
Click to hide internal directories.