Documentation
¶
Index ¶
- Variables
- func BackwardProxy(hostConf config.Host, options Options, passwordFlag, keepassPwdFlag string, ...)
- func ForwardProxy(hostConf config.Host, options Options, passwordFlag, keepassPwdFlag string, ...)
- func GetCurrentUser(ctx context.Context) string
- func GetFirstNonNilSshClient(jumpClient SshClient) *ssh.Client
- func Http(hostConf config.Host, options Options, passwordFlag, keepassPwdFlag string, ...)
- func InitContext() context.Context
- func InitKeepassPwdMap(hostConfig config.Host, keepassPwdFlag string) map[string]string
- func ReadKeepass(path, pwd, id, username string) string
- func Shell(hostConf config.Host, passwordFlag, keepassPwdFlag string)
- func Socks(hostConf config.Host, options Options, passwordFlag, keepassPwdFlag string, ...)
- type Key
- type Options
- type PatternDetector
- type SshClient
Constants ¶
This section is empty.
Variables ¶
View Source
var CURRENT_USER = Key{ // contains filtered or unexported fields }
Functions ¶
func BackwardProxy ¶
func ForwardProxy ¶
func GetCurrentUser ¶
func GetFirstNonNilSshClient ¶
func InitContext ¶
func InitKeepassPwdMap ¶
func ReadKeepass ¶
Types ¶
type PatternDetector ¶
type PatternDetector struct {
// contains filtered or unexported fields
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.