Skip to main content

Module registry

Module registry 

Source
Expand description

SQLite-backed registry of running browser instances.

Modules§

naming
Friendly-name generator for browser instances.
schema
SQLite schema for the browser registry.
words
Friendly word list used for browser instance naming.

Structs§

BrowserRow
One row in the browsers table.
Registry
SQLite registry handle. Holds an advisory exclusive file lock for its lifetime (except for in-memory registries).

Functions§

format_unix_seconds_as_iso8601
Format a Unix epoch second count as YYYY-MM-DDTHH:MM:SSZ.
is_alive
Liveness check: PID exists AND a TCP connect to the local port succeeds.
now_iso8601
Current time formatted as YYYY-MM-DDTHH:MM:SSZ (UTC).