(new): webhook + payload error sentinels
Golang lint / lint (push) Successful in 2m46s
Golang lint / lint (pull_request) Successful in 2m47s

(fix): polling panic ErrorEvent, nil-logger guard
  (refactor): inline webhook errors → sentinels, dead Runner branch
  (doc): Runner godoc, Error godoc, drafts cleanup
This commit is contained in:
2026-05-20 12:30:44 +03:00
parent 61d0b1ebb8
commit 8a3f2cedf2
9 changed files with 81 additions and 59 deletions
-2
View File
@@ -8,9 +8,7 @@ import (
"git.scuroneko.dev/scuroneko/laniakea/tgapi"
)
// Interface for generating unique draft IDs.
type draftIDGenerator interface {
// Next returns the next unique draft ID.
Next() uint64
}