- internal/httpapi/stubs.go: delete — 5-line comment-only orphan file with no declarations; its own comment said the stubs live in phase3.go. - internal/notifier/notifier.go: delete VerifyApprovalToken — zero call sites; phase3.go:DecideApproval reimplements the check inline (noted as dead in docs/mbse). hashToken stays (used by generateApprovalToken). - internal/checkdefaults/defaults.go: unexport ResolveHost, ForEntityType, ShortSlug, DefaultInterval — only called within the package. Ensure stays exported (called by internal/db/seed.go). go vet, go build, and affected tests pass.
8.2 KiB
8.2 KiB