aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/outcome/hsu.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-03-11 21:04:02 +0900
committerOphestra <cat@gensokyo.uk>2026-03-11 21:04:02 +0900
commit5c540f90aa5ac069a370cbef0ddd81fa268b43c5 (patch)
treea57f2347c1c797b649248068aa00b4b6a28ddc43 /internal/outcome/hsu.go
parent1e8ac5f68ef6911c278b4c48722a1924d996206c (diff)
internal/outcome: improve doc comments
This improves readability on smaller displays. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/outcome/hsu.go')
-rw-r--r--internal/outcome/hsu.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/outcome/hsu.go b/internal/outcome/hsu.go
index c1be6761..84751b45 100644
--- a/internal/outcome/hsu.go
+++ b/internal/outcome/hsu.go
@@ -38,6 +38,7 @@ func (h *Hsu) ensureDispatcher() {
}
// ID returns the current user hsurc identifier.
+//
// [ErrHsuAccess] is returned if the current user is not in hsurc.
func (h *Hsu) ID() (int, error) {
h.ensureDispatcher()