Files
infix/src
Joachim Wiberg 96ffcd1a2e webui: dedupe restconf 404 checks via restconf.IsNotFound
The errors.As(err, &rcErr) + StatusCode == http.StatusNotFound boilerplate
was repeated across six handlers. Replace with the IsNotFound helper
introduced in restconf/errors.go, dropping the now-unused errors import
from each affected file along the way.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2026-06-03 13:57:14 +02:00
..
2026-06-03 13:57:02 +02:00
2025-12-03 16:46:10 +01:00
2025-11-22 21:37:08 +01:00