Documentation
¶
Overview ¶
Package issues owns the issue plane: the public feedback ingress the SDK posts to, and the per-route listing it reads back.
Index ¶
Constants ¶
const ( TitleLimit = maxTitleBytes BodyLimit = maxBodyBytes )
RankFor and Truncate are the exported faces of the two helpers above, for code that files issues from OUTSIDE this package — today, the wizard's plan-import pass in internal/fleet. Exposed as wrappers rather than letting callers re-implement them, because the rank format carries the board's subdivision invariant (never ends in 'a') and truncate carries the rune-boundary fix; a second copy of either would drift.
TitleLimit and BodyLimit are the byte caps the columns are actually sized for, exported for the same reason — a caller inventing its own numbers would either reject titles this package accepts or trip the CHECK.
Variables ¶
This section is empty.