1
0
mirror of https://github.com/containous/traefik.git synced 2024-10-26 17:25:15 +03:00
traefik/provider.go
2015-09-08 13:33:10 +02:00

6 lines
92 B
Go

package main
type Provider interface {
Provide(configurationChan chan<- *Configuration)
}