mirror of
https://github.com/traefik/traefik
synced 2026-02-12 07:28:08 +00: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{}
|