Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Middleware ¶
type Middleware struct {
// contains filtered or unexported fields
}
func NewMiddleware ¶
func NewMiddleware(player domain.PlayerUsecase, layout *layout.Layout) *Middleware
func (*Middleware) Logger ¶
func (m *Middleware) Logger(next telebot.HandlerFunc) telebot.HandlerFunc
func (*Middleware) Player ¶
func (m *Middleware) Player(next telebot.HandlerFunc) telebot.HandlerFunc
Click to show internal directories.
Click to hide internal directories.