Documentation ¶ Index ¶ func Start(configJson, embeddedServerEntryList string, provider PsiphonProvider) error func Stop() type PsiphonProvider Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Start ¶ func Start(configJson, embeddedServerEntryList string, provider PsiphonProvider) error func Stop ¶ func Stop() Types ¶ type PsiphonProvider ¶ type PsiphonProvider interface { Notice(noticeJSON string) // TODO: return 'error'; at the moment gobind doesn't // work with interface function return values. BindToDevice(fileDescriptor int) } Source Files ¶ View all Source files psi.go Click to show internal directories. Click to hide internal directories.