package
Version:
v0.0.8
Opens a new window with list of versions in this module.
Published: Sep 25, 2018
License: BSD-3-Clause
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type App struct {
SSH SSH
LocalAddr string `envconfig:"SOCKS_ADDR" default:"127.0.0.1:1080"`
}
App stores application configuration.
FromENV initializes the the config from env.
type SSH struct {
ServerAddr string `envconfig:"ADDR"`
Username string `envconfig:"USER"`
Password string `envconfig:"PASSWORD"`
PublicKeys []string `envconfig:"PUBLIC_KEYS"`
AgentAddr string `envconfig:"AGENT"`
}
SSH stores configuration for the SSH client.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.