type github.com/kevinburke/ssh_config.Config
18 uses
github.com/kevinburke/ssh_config (current package)
config.go#L57: systemConfig *Config
config.go#L59: userConfig *Config
config.go#L91: func findVal(c *Config, alias, key string) (string, error) {
config.go#L194: func parseFile(filename string) (*Config, error) {
config.go#L198: func parseWithDepth(filename string, depth uint8) (*Config, error) {
config.go#L213: func Decode(r io.Reader) (*Config, error) {
config.go#L221: func decodeBytes(b []byte, system bool, depth uint8) (c *Config, err error) {
config.go#L240: type Config struct {
config.go#L253: func (c *Config) Get(alias, key string) (string, error) {
config.go#L286: func (c Config) String() string {
config.go#L290: func (c Config) MarshalText() ([]byte, error) {
config.go#L294: func marshal(c Config) *bytes.Buffer {
config.go#L515: files map[string]*Config
config.go#L555: files: make(map[string]*Config),
config.go#L638: func newConfig() *Config {
config.go#L639: return &Config{
parser.go#L10: config *Config
parser.go#L171: func parseSSH(flow chan token, system bool, depth uint8) *Config {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |