eventbus

package
v0.8.0-beta.12 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	WSEvent_ElectronNewWindow   = "electron:newwindow"
	WSEvent_ElectronCloseWindow = "electron:closewindow"
	WSEvent_Rpc                 = "rpc"
)

Variables

This section is empty.

Functions

func BusyWaitForWindowId

func BusyWaitForWindowId(windowId string, timeout time.Duration) bool

TODO fix busy wait -- but we need to wait until a new window connects back with a websocket returns true if the window is connected

func RegisterWSChannel

func RegisterWSChannel(connId string, windowId string, ch chan any)

func SendEventToElectron

func SendEventToElectron(event WSEventType)

func UnregisterWSChannel

func UnregisterWSChannel(connId string)

Types

type WSEventType

type WSEventType struct {
	EventType string `json:"eventtype"`
	ORef      string `json:"oref,omitempty"`
	Data      any    `json:"data"`
}

type WindowWatchData

type WindowWatchData struct {
	WindowWSCh   chan any
	WaveWindowId string
	WatchedORefs map[waveobj.ORef]bool
}

Jump to

Keyboard shortcuts

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