Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Proxy ¶
type Proxy struct {
// contains filtered or unexported fields
}
func NewVncProxy ¶
func NewVncProxy(svrCfg *rfb.ServerConfig, cliCfg *rfb.ClientConfig, targetCfg rfb.TargetConfig) *Proxy
NewVncProxy 生成vnc proxy服务对象
type Recorder ¶
type Recorder struct {
// contains filtered or unexported fields
}
func NewRecorder ¶
func NewRecorder(saveFilePath string, cliCfg *rfb.ClientConfig, targetCfg rfb.TargetConfig) *Recorder
type Screenshot ¶
type Screenshot struct {
// contains filtered or unexported fields
}
func NewScreenshot ¶
func NewScreenshot(targetCfg rfb.TargetConfig) *Screenshot
type Video ¶
type Video struct {
// contains filtered or unexported fields
}
func NewVideo ¶
func NewVideo(cliCfg *rfb.ClientConfig, targetCfg rfb.TargetConfig) *Video
Click to show internal directories.
Click to hide internal directories.