Middleware

This commit is contained in:
2023-01-24 00:37:08 +03:00
parent b074189d31
commit 599584ea58
6 changed files with 49 additions and 19 deletions

View File

@ -14,7 +14,7 @@ type U echotron.Update
var emptyOpts = echotron.MessageOptions{}
type Event interface {
Update
Upd() *echotron.Update
}
type Update struct {