mirror of
https://github.com/traefik/traefik.git
synced 2026-03-07 06:32:06 +01: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{}
|