Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application interface { LoadProfiles(password string) CreateTaggedPeer(name string, password string, tag string) DeletePeer(onion string, currentPassword string) AddPeerPlugin(onion string, pluginID plugins.PluginID) LaunchPeers() GetPrimaryBus() event.Manager GetEventBus(onion string) event.Manager QueryACNStatus() QueryACNVersion() ShutdownPeer(string) Shutdown() GetPeer(onion string) peer.CwtchPeer ListProfiles() []string }
Application is a full cwtch peer application. It allows management, usage and storage of multiple peers
func NewApp ¶
func NewApp(acn connectivity.ACN, appDirectory string) Application
NewApp creates a new app with some environment awareness and initializes a Tor Manager
type LoadProfileFn ¶
LoadProfileFn is the function signature for a function in an app that loads a profile
Click to show internal directories.
Click to hide internal directories.