1
0
mirror of https://github.com/containous/traefik.git synced 2025-01-22 22:03:51 +03:00
traefik/provider.go

6 lines
97 B
Go

package main
type Provider interface {
Provide(configurationChan chan<- configMessage) error
}