4 lines
74 B
Go
4 lines
74 B
Go
|
package nechotron
|
||
|
|
||
|
type Middleware func(next UpdateHandler) UpdateHandler
|