Framework returns the framework type
()
| 48 | type 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 |
no outgoing calls