msg

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2016 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ControlReq added in v0.3.0

type ControlReq struct {
	Type          int64  `json:"type"`
	ProxyName     string `json:"proxy_name,omitempty"`
	AuthKey       string `json:"auth_key, omitempty"`
	UseEncryption bool   `json:"use_encryption, omitempty"`
	Timestamp     int64  `json:"timestamp, omitempty"`
}

messages between control connection of frpc and frps

type ControlRes added in v0.3.0

type ControlRes struct {
	Type int64  `json:"type"`
	Code int64  `json:"code"`
	Msg  string `json:"msg"`
}

type GeneralRes

type GeneralRes struct {
	Code int64  `json:"code"`
	Msg  string `json:"msg"`
}

Jump to

Keyboard shortcuts

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