Skip to main content

Module meta

Module meta 

Source
Expand description

Meta methods: version, shutdown.

version returns the daemon’s package version (same as confium-core’s). shutdown signals the listen loop to stop accepting new connections and exit after in-flight requests drain.

Functions§

shutdown
shutdown(){"ok": true}
version
version(){"version": "0.3.0", "major": 0, "minor": 3, "patch": 0}