code wiki / _hdl_build / nx_survey_serve_gate.nx

nx_survey_serve_gate.nx source

↩ module page · 9 lines · 418 B

1// nx_survey_serve_gate.nx -- offline gate for the survey/poll HTTP surface (nx_survey_serve pure core). 2// Thin wrapper: the selftest body lives beside the core (of_selftest discipline). Hermetic /tmp store + 3// /tmp admin-key file; ZERO sockets (the daemon shell is _hdl_build/nx_survey_daemon). 4// license_tier: ORIGINAL expect_exit: 0 5import "nx_survey_serve.nx" 6 7func main() -> i64 { 8 return sv2_selftest() 9}