mirror of
https://github.com/traefik/traefik.git
synced 2026-05-05 04:16:25 +02:00
8 lines
132 B
Go
8 lines
132 B
Go
package ext
|
|
|
|
// HTTP is a dynamic.HTTP extension.
|
|
type HTTP struct{}
|
|
|
|
// Router is a dynamic.Router extension.
|
|
type Router struct{}
|