Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Countries = []string{
"AT",
"AU",
"BE",
"BG",
"CA",
"CH",
"CZ",
"DE",
"DK",
"EE",
"ES",
"FI",
"FR",
"GB",
"HR",
"HU",
"IE",
"IN",
"IT",
"JP",
"LV",
"NL",
"NO",
"PL",
"PT",
"RO",
"RS",
"SE",
"SG",
"SK",
"US",
}
Functions ¶
func RunPsiphon ¶
Types ¶
type NoticeEvent ¶
type NoticeEvent struct { Data map[string]interface{} `json:"data"` Type string `json:"noticeType"` Timestamp string `json:"timestamp"` }
NoticeEvent represents the notices emitted by tunnel core. It will be passed to noticeReceiver, if supplied. NOTE: Ordinary users of this library should never need this.
Click to show internal directories.
Click to hide internal directories.