Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( FrpcBasePath = path.Join(u.HomeDir, "/.wfrpc") SysMachine = runtime.GOOS SysArch = runtime.GOARCH PidFile = path.Join(os.TempDir(), "wfrpc.pid") FrpcConfigFile = func() string { p := path.Join(FrpcBasePath, "wfrpc.ini") if SysMachine == "windows" { return strings.Replace(p, "/", "\\", -1) } return p }() NoConfig bool LocalPorts, RemotePorts []string Host, PortType, ServerAddr, ServerPort, ServerToken string )
Functions ¶
func DaemonRunFrpc ¶
func DaemonRunFrpc()
func FrpcConfig ¶
func FrpcConfig()
func ShowConfig ¶
func ShowConfig()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.