1
0
mirror of https://github.com/containous/traefik.git synced 2025-03-14 00:58:23 +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)
}