package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Jun 24, 2022
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Tunnel struct {
Local string `yaml:"local"`
Remote string `yaml:"remote"`
Server string `yaml:"server"`
User string `yaml:"user"`
Password string `yaml:"password"`
PrivateKey string `yaml:"privateKey"`
}
type TunnelConfig struct {
Server string `yaml:"server"`
User string `yaml:"user"`
Password string `yaml:"password"`
PrivateKey string `yaml:"privateKey"`
Tunnels []Tunnel `yaml:"tunnels"`
}
type YapiConfig struct {
Host string `yaml:"host" json:"host"`
Projects YapiProjects `yaml:"projects" json:"projects"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.