Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SingletonLocalEndpoint = NewLocalEndpoint()
Functions ¶
This section is empty.
Types ¶
type LocalEndpoint ¶
type LocalEndpoint struct { // only LocalTransceiver can access this InspectorEventCh chan Event // only LocalTransceiver can access this InspectorActionCh chan Action // contains filtered or unexported fields }
func NewLocalEndpoint ¶
func NewLocalEndpoint() LocalEndpoint
func (*LocalEndpoint) Shutdown ¶
func (ep *LocalEndpoint) Shutdown()
func (*LocalEndpoint) Start ¶
func (ep *LocalEndpoint) Start(orchestratorActionCh chan Action) chan Event
Click to show internal directories.
Click to hide internal directories.