diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-11 21:04:02 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-11 21:04:02 +0900 |
| commit | 5c540f90aa5ac069a370cbef0ddd81fa268b43c5 (patch) | |
| tree | a57f2347c1c797b649248068aa00b4b6a28ddc43 /internal/outcome/hsu.go | |
| parent | 1e8ac5f68ef6911c278b4c48722a1924d996206c (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.go | 1 |
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() |
