From 274686d10d3386a41f8fb6bc3363269a734afe0e Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 29 Oct 2025 03:40:09 +0900 Subject: internal/validate: relocate from app These are free of the dispatcher from internal/app. This change relocates them into their own package. Signed-off-by: Ophestra --- internal/app/outcome.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/app/outcome.go') diff --git a/internal/app/outcome.go b/internal/app/outcome.go index f462dfd5..237095af 100644 --- a/internal/app/outcome.go +++ b/internal/app/outcome.go @@ -43,7 +43,7 @@ type outcomeState struct { Identity int // Copied from Identity. identity *stringPair[int] - // Returned by [Hsu.MustIDMsg]. + // Returned by [Hsu.MustID]. UserID int // Target init namespace uid resolved from UserID and identity. uid *stringPair[int] -- cgit v1.3.1