mirror of
https://github.com/traefik/traefik.git
synced 2025-05-28 02:21:27 +00:00
6 lines
92 B
Go
6 lines
92 B
Go
package main
|
|
|
|
type Provider interface {
|
|
Provide(configurationChan chan<- *Configuration)
|
|
}
|