MCPcopy Create free account
hub / github.com/astercloud/aster / Framework

Method Framework

pkg/desktop/desktop.go:50–50  ·  view source on GitHub ↗

Framework returns the framework type

()

Source from the content-addressed store, hash-verified

48type Bridge interface {
49 // Framework returns the framework type
50 Framework() Framework
51
52 // Start starts the bridge (may start HTTP server for Tauri/Electron)
53 Start(ctx context.Context) error

Callers 2

TestNewAppFunction · 0.65
TestWebBridgeHealthCheckFunction · 0.65

Implementers 4

WailsBridgepkg/desktop/bridge_wails.go
WebBridgepkg/desktop/bridge_web.go
ElectronBridgepkg/desktop/bridge_electron.go
TauriBridgepkg/desktop/bridge_tauri.go

Calls

no outgoing calls

Tested by 2

TestNewAppFunction · 0.52
TestWebBridgeHealthCheckFunction · 0.52