mirror of
https://github.com/foomo/posh.git
synced 2026-06-28 21:50:09 +00:00
4 lines
57 B
Go
4 lines
57 B
Go
package exec
|
|
|
|
type Middleware func(next Handler) Handler
|