config

package
v0.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 25, 2019 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bridge

type Bridge struct {
	Addr      string `yaml:"addr"`
	ProxyAddr string `yaml:"proxyAddr"`
}

type Mapping

type Mapping struct {
	Addr            string `yaml:"addr"`
	BridgeProxyAddr string `yaml:"bridgeProxyAddr"`
	RealAddr        string `yaml:"realAddr"`
	Group           string `yaml:"group"`
	Name            string `yaml:"name"`
	Password        string `yaml:"password"`
	Cipher          string `yaml:"cipher"`
}

type Proxy

type Proxy struct {
	Addr            string `yaml:"addr"`
	BridgeProxyAddr string `yaml:"bridgeProxyAddr"`
	Group           string `yaml:"group"`
	Name            string `yaml:"name"`
	Password        string `yaml:"password"`
	Cipher          string `yaml:"cipher"`
	Type            string `yaml:"type"`
}

type Service

type Service struct {
	Group      string `yaml:"group"`
	Name       string `yaml:"name"`
	BridgeAddr string `yaml:"bridgeAddr"`
	Password   string `yaml:"password"`
	Cipher     string `yaml:"cipher"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL